Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed May 1, 2024
1 parent 32f171c commit cfe2cc5
Show file tree
Hide file tree
Showing 5 changed files with 370 additions and 462 deletions.
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"mobx-keystone-yjs": "workspace:packages/mobx-keystone-yjs",
"mobx-react": "^9.1.1",
"nanoid": "^3.3.7",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remotedev": "^0.2.9",
"utf-8-validate": "^5.0.10",
"y-webrtc": "^10.3.0"
Expand All @@ -36,8 +36,8 @@
"@docusaurus/module-type-aliases": "^3.2.1",
"@docusaurus/tsconfig": "^3.2.1",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^9.0.8",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"dependencies": {
"mobx": "^6.12.3",
"yjs": "^13.6.14"
"yjs": "^13.6.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3.0.2",
Expand All @@ -35,14 +35,14 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.1",
"globals": "^15.0.0",
"netlify-cli": "^17.23.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.1.0",
"netlify-cli": "^17.23.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.13.2",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.8.0"
},
"packageManager": "yarn@4.1.1"
}
6 changes: 3 additions & 3 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@swc/core": "^1.5.0",
"@swc/core": "^1.4.17",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
Expand Down
4 changes: 2 additions & 2 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.4",
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
Expand Down
Loading

0 comments on commit cfe2cc5

Please sign in to comment.