Skip to content

Commit b6cdd9e

Browse files
committed
chore: update deps
BREAKING CHANGE: min supported version of node is 12.22
1 parent 4224fb9 commit b6cdd9e

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ !contains(github.head_ref, 'all-contributors') }}
1717
strategy:
1818
matrix:
19-
node: [12.13, 12, 14, 16]
19+
node: [12.22, 14.17, 16]
2020
react: [16.9.0, ^16, ^17]
2121
runs-on: ubuntu-latest
2222
steps:

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"engines": {
8-
"node": ">=12"
8+
"node": ">=12.22.0"
99
},
1010
"keywords": [
1111
"testing",
@@ -56,17 +56,14 @@
5656
"react-error-boundary": "^3.1.0"
5757
},
5858
"devDependencies": {
59-
"@typescript-eslint/eslint-plugin": "5.10.0",
60-
"@typescript-eslint/parser": "5.10.0",
6159
"all-contributors-cli": "6.20.0",
6260
"codecov": "3.8.3",
6361
"cross-env": "^7.0.3",
6462
"docz": "2.3.1",
6563
"docz-theme-default": "1.2.0",
6664
"docz-utils": "2.3.0",
67-
"eslint": "7.32.0",
6865
"get-pkg-repo": "4.1.1",
69-
"kcd-scripts": "11.2.2",
66+
"kcd-scripts": "12.0.0",
7067
"prettier": "2.5.1",
7168
"react": "17.0.2",
7269
"react-dom": "17.0.2",

0 commit comments

Comments
 (0)