Skip to content

Commit 57157fd

Browse files
committed
new node.js 22 lts
1 parent 9cfbea4 commit 57157fd

File tree

6 files changed

+2719
-2679
lines changed

6 files changed

+2719
-2679
lines changed

.tool-versions

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

.yarn/releases/yarn-4.0.2.cjs

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

.yarn/releases/yarn-4.5.1.cjs

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

.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.0.2.cjs
5+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

Lines changed: 12 additions & 12 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.23.5",
32-
"@babel/eslint-parser": "^7.23.3",
33-
"@babel/preset-env": "^7.23.5",
34-
"@rollup/plugin-alias": "^5.1.0",
31+
"@babel/core": "^7.26.0",
32+
"@babel/eslint-parser": "^7.25.9",
33+
"@babel/preset-env": "^7.26.0",
34+
"@rollup/plugin-alias": "^5.1.1",
3535
"@rollup/plugin-babel": "^6.0.4",
36-
"@rollup/plugin-commonjs": "^25.0.7",
37-
"@rollup/plugin-node-resolve": "^15.2.3",
38-
"@yarnpkg/pnpify": "^4.0.1",
36+
"@rollup/plugin-commonjs": "^28.0.1",
37+
"@rollup/plugin-node-resolve": "^15.3.0",
38+
"@yarnpkg/pnpify": "^4.1.3",
3939
"eslint": "^8.55.0",
4040
"eslint-config-prettier": "^9.1.0",
4141
"eslint-import-resolver-node": "^0.3.9",
4242
"eslint-plugin-import": "^2.29.0",
4343
"jest": "^29.7.0",
4444
"jest-environment-jsdom": "^29.7.0",
45-
"jsdom": "^23.0.1",
46-
"prettier": "^3.1.0",
47-
"rollup": "^4.6.1",
48-
"typescript": "^5.3.2"
45+
"jsdom": "^25.0.1",
46+
"prettier": "^3.3.3",
47+
"rollup": "^4.24.3",
48+
"typescript": "^5.6.3"
4949
},
50-
"packageManager": "yarn@4.0.2"
50+
"packageManager": "yarn@4.5.1"
5151
}

0 commit comments

Comments
 (0)