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 26, 2024
1 parent 03611b8 commit 640b466
Show file tree
Hide file tree
Showing 5 changed files with 753 additions and 752 deletions.
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@docusaurus/core": "^3.5.2",
"@docusaurus/preset-classic": "^3.5.2",
"@easyops-cn/docusaurus-search-local": "^0.45.0",
"@iframe-resizer/child": "^5.3.1",
"@iframe-resizer/react": "^5.3.1",
"@iframe-resizer/child": "^5.3.2",
"@iframe-resizer/react": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"bufferutil": "^4.0.8",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -32,11 +32,11 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.11",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"codecov": "^3.8.3",
"globals": "^15.11.0",
"netlify-cli": "^17.37.1",
"turbo": "^2.2.2",
"turbo": "^2.2.3",
"typescript": "^5.6.3"
},
"packageManager": "yarn@4.5.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@swc/core": "^1.7.36",
"@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",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand All @@ -86,7 +86,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.10",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
14 changes: 7 additions & 7 deletions packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.7",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -79,7 +79,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite": "^5.4.9"
"vite": "^5.4.10"
},
"dependencies": {
"tslib": "^2.8.0"
Expand Down
Loading

0 comments on commit 640b466

Please sign in to comment.