Skip to content

Commit

Permalink
update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Dec 18, 2024
1 parent e85d44a commit f7edf05
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 198 deletions.
2 changes: 1 addition & 1 deletion apps/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"benchmark": "^2.1.4",
"chalk": "^5.3.0",
"chalk": "^5.4.0",
"mobx-keystone": "workspace:packages/lib",
"mobx-state-tree": "^7.0.0",
"tslib": "^2.8.1"
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@docusaurus/module-type-aliases": "^3.6.3",
"@docusaurus/tsconfig": "^3.6.3",
"@svgr/webpack": "^8.1.0",
"@types/react": "^19.0.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"globals": "^15.13.0",
"netlify-cli": "^17.38.0",
"globals": "^15.14.0",
"netlify-cli": "^17.38.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typedoc": "^0.27.4",
"typedoc": "^0.27.5",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
Expand Down
Loading

0 comments on commit f7edf05

Please sign in to comment.