Skip to content

Commit b47b02c

Browse files
committed
fix(ci): bump node version
1 parent cfa30e2 commit b47b02c

File tree

3 files changed

+2015
-1708
lines changed

3 files changed

+2015
-1708
lines changed

Diff for: .github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v3
2626
with:
27-
node-version: 16
27+
node-version: 18
2828

2929
- uses: bahmutov/npm-install@v1
3030
with:
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: actions/setup-node@v3
4747
with:
48-
node-version: 16
48+
node-version: 18
4949

5050
- uses: bahmutov/npm-install@v1
5151
with:
@@ -73,7 +73,7 @@ jobs:
7373

7474
- uses: actions/setup-node@v3
7575
with:
76-
node-version: 16
76+
node-version: 18
7777

7878
- uses: bahmutov/npm-install@v1
7979
with:
@@ -101,7 +101,7 @@ jobs:
101101

102102
- uses: actions/setup-node@v3
103103
with:
104-
node-version: 16
104+
node-version: 18
105105

106106
- uses: bahmutov/npm-install@v1
107107
with:

Diff for: package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -45,32 +45,32 @@
4545
"zoom-level": "^2.5.0"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.18.10",
49-
"@babel/preset-env": "^7.18.10",
48+
"@babel/core": "^7.21.8",
49+
"@babel/preset-env": "^7.21.5",
5050
"@jamesacarr/eslint-formatter-github-actions": "^0.2.0",
51-
"@react-hookz/eslint-config": "^1.7.1",
52-
"@semantic-release/changelog": "^6.0.1",
51+
"@react-hookz/eslint-config": "^1.7.7",
52+
"@semantic-release/changelog": "^6.0.3",
5353
"@semantic-release/git": "^10.0.1",
54-
"@semantic-release/github": "^8.0.5",
55-
"@types/jasmine": "^4.0.3",
54+
"@semantic-release/github": "^8.0.7",
55+
"@types/jasmine": "^4.3.1",
5656
"@types/karma": "^6.3.3",
57-
"@types/react": "^17",
58-
"@types/react-dom": "^17",
57+
"@types/react": "^18.2.6",
58+
"@types/react-dom": "^18.2.4",
5959
"cross-env": "^7.0.3",
60-
"jasmine-core": "^4.3.0",
61-
"karma": "^6.4.0",
62-
"karma-chrome-launcher": "^3.1.1",
60+
"jasmine-core": "^4.6.0",
61+
"karma": "^6.4.2",
62+
"karma-chrome-launcher": "^3.2.0",
6363
"karma-coverage": "^2.2.0",
6464
"karma-jasmine": "^5.1.0",
65-
"karma-typescript": "^5.5.3",
66-
"lint-staged": "^13.0.3",
67-
"prettier": "^2.7.1",
68-
"react": "^17",
69-
"react-dom": "^17",
65+
"karma-typescript": "^5.5.4",
66+
"lint-staged": "^13.2.2",
67+
"prettier": "^2.8.8",
68+
"react": "^18.2.0",
69+
"react-dom": "^18.2.0",
7070
"rimraf": "^5.0.0",
71-
"rollup": "^2.77.0",
71+
"rollup": "^2.79.1",
7272
"rollup-plugin-babel": "^4.4.0",
73-
"rollup-plugin-typescript2": "^0.34.0",
73+
"rollup-plugin-typescript2": "^0.34.1",
7474
"semantic-release": "^19.0.3",
7575
"simulant": "^0.2.2",
7676
"tslib": "^2.4.0",

0 commit comments

Comments
 (0)