Skip to content

Commit

Permalink
Update dependencies in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Mar 20, 2024
1 parent 6b078bc commit af9194c
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 111 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"netlify-cli": "^17.19.5",
"netlify-cli": "^17.19.6",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.12.5",
Expand Down
6 changes: 3 additions & 3 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.24.1",
"@babel/core": "^7.24.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@swc/core": "^1.4.8",
"@swc/jest": "^0.2.36",
Expand All @@ -87,7 +87,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"vite": "^5.2.2"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
Expand All @@ -80,7 +80,7 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.1.6"
"vite": "^5.2.2"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down
Loading

0 comments on commit af9194c

Please sign in to comment.