Skip to content

Commit

Permalink
Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jul 19, 2024
1 parent 7401647 commit e936945
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@easyops-cn/docusaurus-search-local": "^0.44.3",
"@easyops-cn/docusaurus-search-local": "^0.44.4",
"@iframe-resizer/child": "^5.2.1",
"@iframe-resizer/react": "^5.2.1",
"bootstrap-icons": "^1.11.3",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"apps/benchmark"
],
"dependencies": {
"mobx": "^6.13.0",
"mobx": "^6.13.1",
"yjs": "^13.6.18"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"netlify-cli": "^17.33.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"turbo": "^2.0.7",
"turbo": "^2.0.9",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
Expand All @@ -83,7 +83,7 @@
"rollup-plugin-typescript2": "^0.36.0",
"shx": "^0.3.4",
"spec.ts": "^1.1.3",
"ts-jest": "^29.2.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typedoc": "^0.26.4",
"typescript": "^5.5.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 @@ -77,7 +77,7 @@
"rollup-plugin-typescript2": "^0.36.0",
"shx": "^0.3.4",
"spec.ts": "^1.1.3",
"ts-jest": "^29.2.2",
"ts-jest": "^29.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^5.3.4"
Expand Down
Loading

0 comments on commit e936945

Please sign in to comment.