Skip to content

Commit 2285506

Browse files
committed
update deps
1 parent dcaf74a commit 2285506

File tree

7 files changed

+405
-396
lines changed

7 files changed

+405
-396
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
NODE_VERSION: "23.11.0"
14+
NODE_VERSION: "24.3.0"
1515

1616
jobs:
1717
lib-site-build:

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"yjs": "^13.0.0"
3333
},
3434
"devDependencies": {
35-
"@babel/plugin-proposal-decorators": "^7.27.1",
35+
"@babel/plugin-proposal-decorators": "^7.28.0",
3636
"@docusaurus/module-type-aliases": "^3.8.1",
3737
"@docusaurus/tsconfig": "^3.8.1",
3838
"@svgr/webpack": "^8.1.0",

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ redirects = [
66
[build]
77
command = "yarn build-netlify"
88
publish = "apps/site/build"
9-
environment = { NODE_VERSION = "23.11.0", YARN_VERSION = "4.9.2" }
9+
environment = { NODE_VERSION = "24.3.0", YARN_VERSION = "4.9.2" }
1010

1111
[dev]
1212
publish = "apps/site/build"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"yjs": "^13.6.27"
2828
},
2929
"devDependencies": {
30-
"@biomejs/biome": "^2.0.5",
31-
"globals": "^16.2.0",
32-
"netlify-cli": "^22.1.6",
30+
"@biomejs/biome": "^2.0.6",
31+
"globals": "^16.3.0",
32+
"netlify-cli": "^22.2.1",
3333
"turbo": "^2.5.4",
3434
"typescript": "^5.8.3"
3535
},

packages/lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@
6666
"mobx": "^6.0.0 || ^5.0.0 || ^4.0.0"
6767
},
6868
"devDependencies": {
69-
"@babel/core": "^7.27.4",
69+
"@babel/core": "^7.28.0",
7070
"@babel/plugin-proposal-class-properties": "^7.18.6",
71-
"@babel/plugin-proposal-decorators": "^7.27.1",
72-
"@babel/preset-env": "^7.27.2",
71+
"@babel/plugin-proposal-decorators": "^7.28.0",
72+
"@babel/preset-env": "^7.28.0",
7373
"@babel/preset-typescript": "^7.27.1",
74-
"@swc/core": "^1.12.6",
74+
"@swc/core": "^1.12.9",
7575
"@swc/jest": "^0.2.38",
7676
"@types/jest": "^29.5.14",
77-
"@types/node": "^24.0.4",
77+
"@types/node": "^24.0.10",
7878
"babel-jest": "^29.7.0",
7979
"jest": "^29.7.0",
8080
"mobx-v4": "npm:mobx@^4.15.7",
@@ -84,7 +84,7 @@
8484
"spec.ts": "^1.1.3",
8585
"ts-jest": "^29.4.0",
8686
"ts-node": "^10.9.2",
87-
"typedoc": "^0.28.5",
87+
"typedoc": "^0.28.7",
8888
"typescript": "^5.8.3",
8989
"vite": "^7.0.0"
9090
},

packages/mobx-keystone-yjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
"yjs": "^13.0.0"
6464
},
6565
"devDependencies": {
66-
"@babel/core": "^7.27.4",
66+
"@babel/core": "^7.28.0",
6767
"@babel/plugin-proposal-class-properties": "^7.18.6",
68-
"@babel/plugin-proposal-decorators": "^7.27.1",
69-
"@babel/preset-env": "^7.27.2",
68+
"@babel/plugin-proposal-decorators": "^7.28.0",
69+
"@babel/preset-env": "^7.28.0",
7070
"@babel/preset-typescript": "^7.27.1",
7171
"@types/jest": "^29.5.14",
72-
"@types/node": "^24.0.4",
72+
"@types/node": "^24.0.10",
7373
"babel-jest": "^29.7.0",
7474
"jest": "^29.7.0",
7575
"mobx-keystone": "workspace:packages/lib",

0 commit comments

Comments
 (0)