Skip to content

Commit e4a9ece

Browse files
committed
update node
1 parent 67cefce commit e4a9ece

File tree

6 files changed

+1390
-1197
lines changed

6 files changed

+1390
-1197
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 22.11.0
1+
nodejs 24.11.0

.yarn/releases/yarn-4.10.3.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarn/releases/yarn-4.5.1.cjs

Lines changed: 0 additions & 934 deletions
This file was deleted.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ compressionLevel: mixed
22

33
enableGlobalCache: false
44

5-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
5+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,24 @@
2828
},
2929
"homepage": "https://github.com/le0pard/cable-shared-worker#readme",
3030
"devDependencies": {
31-
"@babel/core": "^7.28.3",
32-
"@babel/eslint-parser": "^7.28.0",
33-
"@babel/preset-env": "^7.28.3",
31+
"@babel/core": "^7.28.5",
32+
"@babel/eslint-parser": "^7.28.5",
33+
"@babel/preset-env": "^7.28.5",
3434
"@rollup/plugin-alias": "^5.1.1",
35-
"@rollup/plugin-babel": "^6.0.4",
36-
"@rollup/plugin-commonjs": "^28.0.6",
37-
"@rollup/plugin-node-resolve": "^16.0.1",
38-
"@yarnpkg/pnpify": "^4.1.5",
35+
"@rollup/plugin-babel": "^6.1.0",
36+
"@rollup/plugin-commonjs": "^28.0.9",
37+
"@rollup/plugin-node-resolve": "^16.0.3",
38+
"@yarnpkg/pnpify": "^4.1.6",
3939
"eslint": "^8.57.1",
4040
"eslint-config-prettier": "^9.1.2",
4141
"eslint-import-resolver-node": "^0.3.9",
4242
"eslint-plugin-import": "^2.32.0",
4343
"jest": "^29.7.0",
44-
"jest-environment-jsdom": "30.0.5",
44+
"jest-environment-jsdom": "30.2.0",
4545
"jsdom": "^26.1.0",
4646
"prettier": "^3.6.2",
47-
"rollup": "^4.46.3",
48-
"typescript": "^5.9.2"
47+
"rollup": "^4.52.5",
48+
"typescript": "^5.9.3"
4949
},
50-
"packageManager": "yarn@4.5.1"
50+
"packageManager": "yarn@4.10.3"
5151
}

0 commit comments

Comments
 (0)