Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jan 23, 2025
1 parent a19c0cb commit ff66760
Show file tree
Hide file tree
Showing 5 changed files with 163 additions and 418 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
"@easyops-cn/docusaurus-search-local": "^0.48.3",
"@easyops-cn/docusaurus-search-local": "^0.48.4",
"@iframe-resizer/child": "^5.3.2",
"@iframe-resizer/react": "^5.3.2",
"bootstrap-icons": "^1.11.3",
Expand All @@ -36,7 +36,7 @@
"@docusaurus/module-type-aliases": "^3.7.0",
"@docusaurus/tsconfig": "^3.7.0",
"@svgr/webpack": "^8.1.0",
"@types/react": "^19.0.7",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"globals": "^15.14.0",
"netlify-cli": "^18.0.1",
"turbo": "^2.3.3",
"netlify-cli": "^18.0.2",
"turbo": "^2.3.4",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]"
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,10 +71,10 @@
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@swc/core": "^1.10.8",
"@swc/core": "^1.10.9",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"@types/node": "^22.10.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand All @@ -86,7 +86,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.27.6",
"typescript": "^5.7.3",
"vite": "^6.0.7"
"vite": "^6.0.11"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.7",
"@types/node": "^22.10.9",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -79,7 +79,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"vite": "^6.0.7"
"vite": "^6.0.11"
},
"dependencies": {
"tslib": "^2.8.1"
Expand Down
Loading

0 comments on commit ff66760

Please sign in to comment.