Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Oct 16, 2023
1 parent 82285db commit 2c74887
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@docusaurus/preset-classic": "^2.4.3",
"@easyops-cn/docusaurus-search-local": "^0.36.0",
"bootstrap-icons": "^1.11.1",
"bufferutil": "^4.0.7",
"bufferutil": "^4.0.8",
"mobx": "^6.10.2",
"mobx-keystone": "workspace:packages/lib",
"mobx-react": "^9.0.1",
Expand All @@ -28,7 +28,7 @@
"@babel/plugin-proposal-decorators": "^7.23.2",
"@docusaurus/module-type-aliases": "^2.4.3",
"@svgr/webpack": "^8.1.0",
"@tsconfig/docusaurus": "^2.0.1",
"@tsconfig/docusaurus": "^2.0.2",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"@types/uuid": "^9.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@swc/core": "^1.3.93",
"@swc/jest": "^0.2.29",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.5",
"@types/node": "^20.8.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx": "^6.10.2",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5788,10 +5788,10 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/docusaurus@npm:^2.0.1":
version: 2.0.1
resolution: "@tsconfig/docusaurus@npm:2.0.1"
checksum: 63bebda70d83c56f95a90176d2e188e1ea9c08c23b499e5e7b292ebfae0ce7117f712809828ed21ae3b8440daf22191d6bf71bf2575f9bd474a51b1770ca30cc
"@tsconfig/docusaurus@npm:^2.0.2":
version: 2.0.2
resolution: "@tsconfig/docusaurus@npm:2.0.2"
checksum: 129f2532172496c108f53a15082e410b418e664c1761902664558059541a6cf7faff2b3d2953e2d507a7e3688afacf2479e17adcb35b89cae04ddb0415d0397a
languageName: node
linkType: hard

Expand Down Expand Up @@ -6103,12 +6103,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^20.8.5":
version: 20.8.5
resolution: "@types/node@npm:20.8.5"
"@types/node@npm:*, @types/node@npm:>=12.12.47, @types/node@npm:>=13.7.0, @types/node@npm:^20.8.6":
version: 20.8.6
resolution: "@types/node@npm:20.8.6"
dependencies:
undici-types: ~5.25.1
checksum: 4bca4e4f6307a6f5dc78812015eca9c5a998b35fcf3ba4058c9851d3dde2b22c914fa25a85b804eab5af2ab95375d15943dce8e9ba5e01d15f4bf516ca0d2816
checksum: ccfb7ac482c5a96edeb239893c5c099f5257fcc2ed9ae62fefdfbc782b79e16dbc2af9a85b379665237bf759904b44ca2be68e75d239e0297882aad42f61905c
languageName: node
linkType: hard

Expand Down Expand Up @@ -8161,13 +8161,13 @@ __metadata:
languageName: node
linkType: hard

"bufferutil@npm:^4.0.7":
version: 4.0.7
resolution: "bufferutil@npm:4.0.7"
"bufferutil@npm:^4.0.8":
version: 4.0.8
resolution: "bufferutil@npm:4.0.8"
dependencies:
node-gyp: latest
node-gyp-build: ^4.3.0
checksum: f75aa87e3d1b99b87a95f60a855e63f70af07b57fb8443e75a2ddfef2e47788d130fdd46e3a78fd7e0c10176082b26dfbed970c5b8632e1cc299cafa0e93ce45
checksum: 7e9a46f1867dca72fda350966eb468eca77f4d623407b0650913fadf73d5750d883147d6e5e21c56f9d3b0bdc35d5474e80a600b9f31ec781315b4d2469ef087
languageName: node
linkType: hard

Expand Down Expand Up @@ -16173,7 +16173,7 @@ __metadata:
"@swc/core": ^1.3.93
"@swc/jest": ^0.2.29
"@types/jest": ^29.5.5
"@types/node": ^20.8.5
"@types/node": ^20.8.6
babel-jest: ^29.7.0
fast-deep-equal: ^3.1.3
jest: ^29.7.0
Expand Down Expand Up @@ -20140,12 +20140,12 @@ __metadata:
"@docusaurus/preset-classic": ^2.4.3
"@easyops-cn/docusaurus-search-local": ^0.36.0
"@svgr/webpack": ^8.1.0
"@tsconfig/docusaurus": ^2.0.1
"@tsconfig/docusaurus": ^2.0.2
"@types/react": ^18.2.28
"@types/react-dom": ^18.2.13
"@types/uuid": ^9.0.5
bootstrap-icons: ^1.11.1
bufferutil: ^4.0.7
bufferutil: ^4.0.8
mobx: ^6.10.2
mobx-keystone: "workspace:packages/lib"
mobx-react: ^9.0.1
Expand Down

0 comments on commit 2c74887

Please sign in to comment.