Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Nov 10, 2023
1 parent 57e51af commit 6201c1a
Show file tree
Hide file tree
Showing 5 changed files with 3,605 additions and 1,390 deletions.
2 changes: 1 addition & 1 deletion apps/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/benchmark": "^2.1.4",
"@types/benchmark": "^2.1.5",
"cross-env": "^7.0.3",
"shx": "^0.3.4",
"typescript": "^5.2.2"
Expand Down
12 changes: 6 additions & 6 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"dependencies": {
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@easyops-cn/docusaurus-search-local": "^0.36.0",
"@easyops-cn/docusaurus-search-local": "^0.37.2",
"bootstrap-icons": "^1.11.1",
"bufferutil": "^4.0.8",
"mobx": "^6.10.2",
"mobx-keystone": "workspace:packages/lib",
"mobx-react": "^9.0.1",
"mobx-react": "^9.0.2",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotedev": "^0.2.9",
"utf-8-validate": "^5.0.10"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@docusaurus/module-type-aliases": "^2.4.3",
"@svgr/webpack": "^8.1.0",
"@tsconfig/docusaurus": "^2.0.2",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@types/uuid": "^9.0.6",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"raw-loader": "^4.0.2",
"shx": "^0.3.4",
"typescript": "^5.2.2"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
],
"devDependencies": {
"codecov": "^3.8.3",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"netlify-cli": "^17.0.1",
"netlify-cli": "^17.2.2",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-organize-imports": "^3.2.4",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
Expand Down
14 changes: 7 additions & 7 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.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@swc/core": "^1.3.95",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@swc/core": "^1.3.96",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.7",
"@types/node": "^20.8.10",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx": "^6.10.2",
Expand Down
Loading

0 comments on commit 6201c1a

Please sign in to comment.