Skip to content

Commit

Permalink
Update dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Apr 6, 2024
1 parent 1e62e7e commit 66f78b4
Show file tree
Hide file tree
Showing 6 changed files with 978 additions and 447 deletions.
2 changes: 1 addition & 1 deletion apps/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"@types/benchmark": "^2.1.5",
"cross-env": "^7.0.3",
"shx": "^0.3.4",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}
16 changes: 8 additions & 8 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"lint": "cd ../.. && yarn eslint \"apps/site/{src,docs}/**/*.{ts,tsx}\""
},
"dependencies": {
"@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@easyops-cn/docusaurus-search-local": "^0.40.1",
"bootstrap-icons": "^1.11.3",
"bufferutil": "^4.0.8",
"iframe-resizer-react": "^1.1.0",
"mobx-keystone": "workspace:packages/lib",
"mobx-keystone-yjs": "workspace:packages/mobx-keystone-yjs",
"mobx-react": "^9.1.0",
"mobx-react": "^9.1.1",
"nanoid": "^3.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -33,15 +33,15 @@
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.1",
"@docusaurus/module-type-aliases": "^3.1.1",
"@docusaurus/tsconfig": "^3.1.1",
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/uuid": "^9.0.8",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"browserslist": {
"production": [
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
"apps/benchmark"
],
"dependencies": {
"mobx": "^6.12.1",
"mobx": "^6.12.3",
"yjs": "^13.6.14"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"netlify-cli": "^17.20.1",
"netlify-cli": "^17.21.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.13.0",
"typescript": "^5.4.3"
"turbo": "^1.13.2",
"typescript": "^5.4.4"
},
"packageManager": "[email protected]"
}
12 changes: 6 additions & 6 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.3",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@swc/core": "^1.4.8",
"@swc/core": "^1.4.12",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.12.5",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand All @@ -86,8 +86,8 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typedoc": "^0.25.12",
"typescript": "^5.4.3",
"vite": "^5.2.4"
"typescript": "^5.4.4",
"vite": "^5.2.8"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
10 changes: 5 additions & 5 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.3",
"@babel/core": "^7.24.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/node": "^20.12.5",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand All @@ -79,8 +79,8 @@
"spec.ts": "^1.1.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.3",
"vite": "^5.2.4"
"typescript": "^5.4.4",
"vite": "^5.2.8"
},
"dependencies": {
"tslib": "^2.6.2"
Expand Down
Loading

0 comments on commit 66f78b4

Please sign in to comment.