Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jul 6, 2024
1 parent c5c5185 commit 709288e
Show file tree
Hide file tree
Showing 6 changed files with 363 additions and 795 deletions.
2 changes: 1 addition & 1 deletion apps/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/benchmark": "^2.1.5",
"cross-env": "^7.0.3",
"shx": "^0.3.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
}
}
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@easyops-cn/docusaurus-search-local": "^0.44.2",
"bootstrap-icons": "^1.11.3",
"bufferutil": "^4.0.8",
"iframe-resizer-react": "^1.1.0",
"iframe-resizer-react": "^1.1.1",
"mobx-keystone": "workspace:packages/lib",
"mobx-keystone-yjs": "workspace:packages/mobx-keystone-yjs",
"mobx-react": "^9.1.1",
Expand All @@ -41,7 +41,7 @@
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"browserslist": {
"production": [
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@
"apps/benchmark"
],
"dependencies": {
"mobx": "^6.12.4",
"mobx": "^6.13.0",
"yjs": "^13.6.18"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@eslint/js": "^9.6.0",
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.2",
"eslint-plugin-import-x": "^0.5.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.6.0",
"netlify-cli": "^17.29.0",
"globals": "^15.8.0",
"netlify-cli": "^17.33.0",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^2.0.5",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
"prettier-plugin-organize-imports": "^4.0.0",
"turbo": "^2.0.6",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0"
},
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.6.5",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand All @@ -85,9 +85,9 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.2",
"typescript": "^5.5.2",
"vite": "^5.3.1"
"typedoc": "^0.26.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
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 @@ -70,7 +70,7 @@
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -79,8 +79,8 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"vite": "^5.3.1"
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
Loading

0 comments on commit 709288e

Please sign in to comment.