Skip to content

Commit

Permalink
chore: Update npm dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jun 22, 2024
1 parent 67327b4 commit aea9bc3
Show file tree
Hide file tree
Showing 5 changed files with 451 additions and 529 deletions.
4 changes: 2 additions & 2 deletions 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.0",
"@easyops-cn/docusaurus-search-local": "^0.44.2",
"bootstrap-icons": "^1.11.3",
"bufferutil": "^4.0.8",
"iframe-resizer-react": "^1.1.0",
Expand All @@ -38,7 +38,7 @@
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
"typescript": "^5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"mobx": "^6.12.4",
"yjs": "^13.6.16"
"yjs": "^13.6.18"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
Expand All @@ -34,15 +34,15 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^0.5.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.5.0",
"netlify-cli": "^17.27.0",
"globals": "^15.6.0",
"netlify-cli": "^17.29.0",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^2.0.4",
"typescript": "^5.4.5",
"typescript-eslint": "^7.13.0"
"typescript-eslint": "^7.13.1"
},
"packageManager": "[email protected]"
}
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,20 @@
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.6.1",
"@swc/core": "^1.6.5",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
"mobx-v5": "npm:mobx@^5.15.7",
"rollup-plugin-typescript2": "^0.36.0",
"shx": "^0.3.4",
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typedoc": "^0.25.13",
"typedoc": "^0.26.0",
"typescript": "^5.4.5",
"vite": "^5.3.1"
},
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 @@ -70,14 +70,14 @@
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/node": "^20.14.8",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
"rollup-plugin-typescript2": "^0.36.0",
"shx": "^0.3.4",
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.4",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.3.1"
Expand Down
Loading

0 comments on commit aea9bc3

Please sign in to comment.