Skip to content

Commit

Permalink
Update package dependencies across multiple projects
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Nov 6, 2024
1 parent 56948ce commit 8c36330
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 453 deletions.
2 changes: 1 addition & 1 deletion apps/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"chalk": "^5.3.0",
"mobx-keystone": "workspace:packages/lib",
"mobx-state-tree": "^6.0.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/benchmark": "^2.1.5",
Expand Down
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@docusaurus/core": "^3.6.0",
"@docusaurus/preset-classic": "^3.6.0",
"@easyops-cn/docusaurus-search-local": "^0.45.0",
"@iframe-resizer/child": "^5.3.2",
"@iframe-resizer/react": "^5.3.2",
Expand All @@ -24,7 +24,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotedev": "^0.2.9",
"utf-8-validate": "^6.0.4",
"utf-8-validate": "^6.0.5",
"y-webrtc": "^10.3.0"
},
"peerDependencies": {
Expand All @@ -33,8 +33,8 @@
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.25.9",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/module-type-aliases": "^3.6.0",
"@docusaurus/tsconfig": "^3.6.0",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"globals": "^15.11.0",
"globals": "^15.12.0",
"netlify-cli": "^17.37.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 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.7.40",
"@swc/jest": "^0.2.36",
"@swc/core": "^1.9.1",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.2",
"@types/node": "^22.9.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand All @@ -84,15 +84,15 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vite": "^5.4.10"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.3.7",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"directories": {
"test": "test"
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.8.2",
"@types/node": "^22.9.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -82,7 +82,7 @@
"vite": "^5.4.10"
},
"dependencies": {
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"directories": {
"test": "test"
Expand Down
Loading

0 comments on commit 8c36330

Please sign in to comment.