Skip to content

Commit

Permalink
chore: Update npm and yarn dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Aug 6, 2024
1 parent c08adbb commit 5085dab
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 237 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.4",
"@iframe-resizer/child": "^5.2.2",
"@iframe-resizer/react": "^5.2.2",
"@iframe-resizer/child": "^5.2.3",
"@iframe-resizer/react": "^5.2.3",
"bootstrap-icons": "^1.11.3",
"bufferutil": "^4.0.8",
"mobx-keystone": "workspace:packages/lib",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.9.0",
"netlify-cli": "^17.33.5",
"netlify-cli": "^17.33.6",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"turbo": "^2.0.11",
"turbo": "^2.0.12",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0"
"typescript-eslint": "^8.0.1"
},
"packageManager": "yarn@4.3.1"
}
4 changes: 2 additions & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@swc/core": "^1.7.4",
"@swc/core": "^1.7.6",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-v4": "npm:mobx@^4.15.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobx-keystone-yjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.24.7",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/node": "^22.1.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx-keystone": "workspace:packages/lib",
Expand Down
Loading

0 comments on commit 5085dab

Please sign in to comment.