Skip to content

Commit

Permalink
update node and mobx version
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Nov 11, 2023
1 parent e06357a commit 64f0573
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch:

env:
NODE_VERSION: "20.6.1"
NODE_VERSION: "20.9.0"

jobs:
lib-site-build:
Expand Down
2 changes: 1 addition & 1 deletion apps/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"benchmark": "^2.1.4",
"chalk": "^5.3.0",
"mobx": "^6.10.2",
"mobx": "^6.11.0",
"mobx-keystone": "workspace:packages/lib",
"mobx-state-tree": "^5.3.0",
"tslib": "^2.6.2"
Expand Down
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@easyops-cn/docusaurus-search-local": "^0.36.0",
"bootstrap-icons": "^1.11.1",
"bufferutil": "^4.0.8",
"mobx": "^6.10.2",
"mobx": "^6.11.0",
"mobx-keystone": "workspace:packages/lib",
"mobx-react": "^9.0.2",
"mobx-react": "^9.1.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ redirects = [
[build]
command = "yarn build-netlify"
publish = "apps/site/build"
environment = { NODE_VERSION = "20.6.1", YARN_VERSION = "3.6.3" }
environment = { NODE_VERSION = "20.9.0", YARN_VERSION = "3.6.4" }

[dev]
publish = "apps/site/build"
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"@types/node": "^20.9.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mobx": "^6.10.2",
"mobx": "^6.11.0",
"mobx-v4": "npm:mobx@^4.15.7",
"mobx-v5": "npm:mobx@^5.15.7",
"rollup-plugin-typescript2": "^0.36.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7882,7 +7882,7 @@ __metadata:
benchmark: ^2.1.4
chalk: ^5.3.0
cross-env: ^7.0.3
mobx: ^6.10.2
mobx: ^6.11.0
mobx-keystone: "workspace:packages/lib"
mobx-state-tree: ^5.3.0
shx: ^0.3.4
Expand Down Expand Up @@ -16248,7 +16248,7 @@ __metadata:
babel-jest: ^29.7.0
fast-deep-equal: ^3.1.3
jest: ^29.7.0
mobx: ^6.10.2
mobx: ^6.11.0
mobx-v4: "npm:mobx@^4.15.7"
mobx-v5: "npm:mobx@^5.15.7"
rollup-plugin-typescript2: ^0.36.0
Expand Down Expand Up @@ -16283,9 +16283,9 @@ __metadata:
languageName: node
linkType: hard

"mobx-react@npm:^9.0.2":
version: 9.0.2
resolution: "mobx-react@npm:9.0.2"
"mobx-react@npm:^9.1.0":
version: 9.1.0
resolution: "mobx-react@npm:9.1.0"
dependencies:
mobx-react-lite: ^4.0.4
peerDependencies:
Expand All @@ -16296,7 +16296,7 @@ __metadata:
optional: true
react-native:
optional: true
checksum: 8a32afc0e5b61fb5ef2033843affd4cbc87302e31f44e52d6dbf0eace97c719f1b63c0557dd701559ddb40f8058d3dcf579bfb3edc3f14bf2d17dabc90fe3b35
checksum: f6de771d7df6da30548081a1718d12a1c24912e9e0d9e6c3b4fed6299d07145ace10a4a44eccb28d8c58b054f63ccce72e555c9c13c4f420b362d214fa83e23d
languageName: node
linkType: hard

Expand All @@ -16323,10 +16323,10 @@ __metadata:
languageName: node
linkType: hard

"mobx@npm:^6.10.2":
version: 6.10.2
resolution: "mobx@npm:6.10.2"
checksum: 14d6f1db4e3a61c823510ea130229c96bd4958b77d81057ac1abc6a439703eaf3ea2289192ef205b4250d3adb1d83a439ad56d5e53f2b967c6e62a6bccc23d8a
"mobx@npm:^6.11.0":
version: 6.11.0
resolution: "mobx@npm:6.11.0"
checksum: d6decf113449bb02000e443dc61538cab992fda5aa56582bbd6178b8d85150550cc6c656dcf582fe756be7d88e025e16f19e3dd98df55fef1288ec4d4998da45
languageName: node
linkType: hard

Expand Down Expand Up @@ -20383,9 +20383,9 @@ __metadata:
"@types/uuid": ^9.0.7
bootstrap-icons: ^1.11.1
bufferutil: ^4.0.8
mobx: ^6.10.2
mobx: ^6.11.0
mobx-keystone: "workspace:packages/lib"
mobx-react: ^9.0.2
mobx-react: ^9.1.0
prism-react-renderer: ^1.3.5
raw-loader: ^4.0.2
react: ^18.2.0
Expand Down

0 comments on commit 64f0573

Please sign in to comment.