Skip to content

Commit

Permalink
Update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Nov 29, 2023
1 parent 9779cb3 commit 6caca34
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 212 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 @@
"chalk": "^5.3.0",
"mobx": "^6.12.0",
"mobx-keystone": "workspace:packages/lib",
"mobx-state-tree": "^5.3.0",
"mobx-state-tree": "^5.4.0",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@docusaurus/module-type-aliases": "^2.4.3",
"@svgr/webpack": "^8.1.0",
"@tsconfig/docusaurus": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"netlify-cli": "^17.7.0",
"netlify-cli": "^17.8.1",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.10.16",
Expand Down
8 changes: 4 additions & 4 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/plugin-proposal-decorators": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/preset-typescript": "^7.23.3",
"@swc/core": "^1.3.99",
"@swc/jest": "^0.2.29",
Expand All @@ -88,7 +88,7 @@
"ts-node": "^10.9.1",
"typedoc": "^0.25.4",
"typescript": "^5.3.2",
"vite": "^5.0.2"
"vite": "^5.0.4"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
Loading

0 comments on commit 6caca34

Please sign in to comment.