Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Jul 16, 2024
1 parent 8851b7e commit 7401647
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 298 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@docusaurus/core": "^3.4.0",
"@docusaurus/preset-classic": "^3.4.0",
"@easyops-cn/docusaurus-search-local": "^0.44.3",
"@iframe-resizer/child": "^5.1.5",
"@iframe-resizer/react": "^5.1.5",
"@iframe-resizer/child": "^5.2.1",
"@iframe-resizer/react": "^5.2.1",
"bootstrap-icons": "^1.11.3",
"bufferutil": "^4.0.8",
"mobx-keystone": "workspace:packages/lib",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@eslint/js": "^9.7.0",
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import-x": "^3.0.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"netlify-cli": "^17.33.3",
"prettier": "^3.3.2",
"netlify-cli": "^17.33.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"turbo": "^2.0.6",
"turbo": "^2.0.7",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0"
"typescript-eslint": "^7.16.1"
},
"packageManager": "[email protected]"
}
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.6.13",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand All @@ -87,7 +87,7 @@
"ts-node": "^10.9.2",
"typedoc": "^0.26.4",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"vite": "^5.3.4"
},
"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,13 +64,13 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -80,7 +80,7 @@
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"vite": "^5.3.3"
"vite": "^5.3.4"
},
"dependencies": {
"tslib": "^2.6.3"
Expand Down
Loading

0 comments on commit 7401647

Please sign in to comment.