Skip to content

Commit

Permalink
Update dependencies in package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Oct 21, 2024
1 parent 83af697 commit 03611b8
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 191 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.7.0"
"tslib": "^2.8.0"
},
"devDependencies": {
"@types/benchmark": "^2.1.5",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"apps/benchmark"
],
"dependencies": {
"mobx": "^6.13.3",
"yjs": "^13.6.19"
"mobx": "^6.13.5",
"yjs": "^13.6.20"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@biomejs/biome": "^1.9.4",
"codecov": "^3.8.3",
"globals": "^15.11.0",
"netlify-cli": "^17.37.0",
"turbo": "^2.1.3",
"netlify-cli": "^17.37.1",
"turbo": "^2.2.2",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
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.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@swc/core": "^1.7.35",
"@swc/core": "^1.7.36",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"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.9",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"nanoid": "^3.3.7",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"directories": {
"test": "test"
Expand Down
6 changes: 3 additions & 3 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.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/node": "^22.7.7",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -79,10 +79,10 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite": "^5.4.8"
"vite": "^5.4.9"
},
"dependencies": {
"tslib": "^2.7.0"
"tslib": "^2.8.0"
},
"directories": {
"test": "test"
Expand Down
Loading

0 comments on commit 03611b8

Please sign in to comment.