Skip to content

Commit

Permalink
Update package dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Nov 11, 2024
1 parent 8c36330 commit 46bfa9a
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 285 deletions.
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "^3.6.0",
"@docusaurus/preset-classic": "^3.6.0",
"@docusaurus/core": "^3.6.1",
"@docusaurus/preset-classic": "^3.6.1",
"@easyops-cn/docusaurus-search-local": "^0.45.0",
"@iframe-resizer/child": "^5.3.2",
"@iframe-resizer/react": "^5.3.2",
Expand All @@ -33,8 +33,8 @@
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.25.9",
"@docusaurus/module-type-aliases": "^3.6.0",
"@docusaurus/tsconfig": "^3.6.0",
"@docusaurus/module-type-aliases": "^3.6.1",
"@docusaurus/tsconfig": "^3.6.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.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 @@ -71,7 +71,7 @@
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@swc/core": "^1.9.1",
"@swc/core": "^1.9.2",
"@swc/jest": "^0.2.37",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
Expand All @@ -86,7 +86,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.11",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"fast-deep-equal": "^3.1.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 @@ -79,7 +79,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"dependencies": {
"tslib": "^2.8.1"
Expand Down
Loading

0 comments on commit 46bfa9a

Please sign in to comment.