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 12, 2024
1 parent a4bd2aa commit 83af697
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 323 deletions.
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@docusaurus/tsconfig": "^3.5.2",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@biomejs/biome": "^1.9.3",
"codecov": "^3.8.3",
"globals": "^15.11.0",
"netlify-cli": "^17.36.4",
"netlify-cli": "^17.37.0",
"turbo": "^2.1.3",
"typescript": "^5.6.3"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@swc/core": "^1.7.26",
"@swc/core": "^1.7.35",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
Expand All @@ -84,7 +84,7 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.26.8",
"typedoc": "^0.26.9",
"typescript": "^5.6.3",
"vite": "^5.4.8"
},
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 @@ -63,10 +63,10 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
Expand Down
Loading

0 comments on commit 83af697

Please sign in to comment.