Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Oct 3, 2024
1 parent 622496c commit 316bc04
Show file tree
Hide file tree
Showing 5 changed files with 801 additions and 914 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@docusaurus/module-type-aliases": "^3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.3.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"raw-loader": "^4.0.2",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"apps/benchmark"
],
"dependencies": {
"mobx": "^6.13.2",
"mobx": "^6.13.3",
"yjs": "^13.6.19"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@biomejs/biome": "^1.9.3",
"codecov": "^3.8.3",
"globals": "^15.9.0",
"netlify-cli": "^17.36.2",
"turbo": "^2.1.2",
"globals": "^15.10.0",
"netlify-cli": "^17.36.4",
"turbo": "^2.1.3",
"typescript": "^5.6.2"
},
"packageManager": "[email protected]"
Expand Down
10 changes: 5 additions & 5 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@swc/core": "^1.7.26",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.0",
"@types/node": "^22.7.4",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
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 @@ -63,13 +63,13 @@
"yjs": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.0",
"@types/node": "^22.7.4",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand Down
Loading

0 comments on commit 316bc04

Please sign in to comment.