Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db9d97d

Browse files
dep: upgrade to node v22, remove unneeded incompatible deps
1 parent f9b8322 commit db9d97d

File tree

6 files changed

+34
-919
lines changed

6 files changed

+34
-919
lines changed

‎.github/workflows/js_test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [18.x]
16+
node: [22.x]
1717
ruby: [3.3.3]
1818

1919
env:

‎.github/workflows/lint_test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [18.x]
16+
node: [22.x]
1717
ruby: [3.3.3]
1818

1919
env:

‎.github/workflows/rspec_test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
node: [18.x]
16+
node: [22.x]
1717
ruby: [3.3.3]
1818

1919
services:

‎.nvmrc‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.20.3
1+
v22.3.0

‎package.json‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "Code from the React Webpack tutorial.",
55
"engines": {
6-
"node": "18",
6+
"node": "22",
77
"yarn": "1.22"
88
},
99
"repository": {
@@ -70,7 +70,6 @@
7070
"marked": "^5.1.0",
7171
"marked-gfm-heading-id": "^3.0.5",
7272
"marked-mangle": "^1.1.0",
73-
"node-sass": "^9.0.0",
7473
"node-uuid": "^1.4.8",
7574
"postcss": "^8.4.5",
7675
"postcss-loader": "7.3.3",
@@ -134,7 +133,6 @@
134133
"react-refresh": "^0.14.0",
135134
"react-transform-hmr": "^1.0.4",
136135
"regenerator-runtime": "^0.13.11",
137-
"sleep": "^6.2.0",
138136
"typescript": "^5.1.3",
139137
"webpack-dev-server": "^4.11.1"
140138
},

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /