Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Dec 7, 2024
1 parent 8ce1994 commit 344805e
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 133 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"globals": "^15.12.0",
"netlify-cli": "^17.37.2",
"globals": "^15.13.0",
"netlify-cli": "^17.38.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@swc/core": "^1.9.3",
"@swc/core": "^1.10.0",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
Expand All @@ -84,9 +84,9 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.27.1",
"typedoc": "^0.27.3",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^6.0.1"
"vite": "^6.0.3"
},
"dependencies": {
"tslib": "^2.8.1"
Expand Down
Loading

0 comments on commit 344805e

Please sign in to comment.