Skip to content

Commit d1b2c74

Browse files
committed
chore: drop node 10 in workflow
1 parent 3f315a7 commit d1b2c74

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
node: [10.18, 12, 14, 15]
20+
node: [12, 14, 15]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: 🛑 Cancel Previous Runs

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
"author": "Kent C. Dodds <[email protected]> (https://kentcdodds.com)",
3333
"license": "MIT",
3434
"dependencies": {
35-
"@babel/cli": "^7.13.0",
36-
"@babel/core": "^7.13.8",
35+
"@babel/cli": "^7.13.14",
36+
"@babel/core": "^7.13.14",
3737
"@babel/plugin-proposal-class-properties": "^7.13.0",
3838
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
39-
"@babel/plugin-transform-runtime": "^7.13.8",
40-
"@babel/preset-env": "^7.13.8",
41-
"@babel/preset-react": "^7.12.13",
39+
"@babel/plugin-transform-runtime": "^7.13.10",
40+
"@babel/preset-env": "^7.13.12",
41+
"@babel/preset-react": "^7.13.13",
4242
"@babel/preset-typescript": "^7.13.0",
43-
"@babel/runtime": "^7.13.8",
43+
"@babel/runtime": "^7.13.10",
4444
"@rollup/plugin-babel": "^5.3.0",
45-
"@rollup/plugin-commonjs": "^17.1.0",
45+
"@rollup/plugin-commonjs": "^18.0.0",
4646
"@rollup/plugin-json": "^4.1.0",
47-
"@rollup/plugin-node-resolve": "^11.2.0",
48-
"@rollup/plugin-replace": "^2.4.1",
49-
"@types/jest": "^26.0.20",
47+
"@rollup/plugin-node-resolve": "^11.2.1",
48+
"@rollup/plugin-replace": "^2.4.2",
49+
"@types/jest": "^26.0.22",
5050
"arrify": "^2.0.1",
5151
"babel-jest": "^26.6.3",
5252
"babel-plugin-macros": "^3.0.1",
@@ -57,20 +57,20 @@
5757
"browserslist": "^4.16.3",
5858
"builtin-modules": "^3.2.0",
5959
"chalk": "^4.1.0",
60-
"concurrently": "^6.0.0",
60+
"concurrently": "^6.0.1",
6161
"cosmiconfig": "^7.0.0",
6262
"cpy": "^8.1.2",
6363
"cross-env": "^7.0.3",
6464
"cross-spawn": "^7.0.3",
6565
"doctoc": "^2.0.0",
66-
"eslint": "^7.21.0",
67-
"eslint-config-kentcdodds": "^17.4.1",
66+
"eslint": "^7.23.0",
67+
"eslint-config-kentcdodds": "^17.7.0",
6868
"glob": "^7.1.6",
6969
"husky": "^4.3.8",
7070
"is-ci": "^3.0.0",
7171
"jest": "^26.6.3",
7272
"jest-serializer-path": "^0.1.15",
73-
"jest-watch-typeahead": "^0.6.1",
73+
"jest-watch-typeahead": "^0.6.2",
7474
"lint-staged": "^10.5.4",
7575
"lodash.camelcase": "^4.3.0",
7676
"lodash.has": "^4.5.2",
@@ -80,13 +80,13 @@
8080
"read-pkg-up": "^7.0.1",
8181
"resolve": "^1.20.0",
8282
"rimraf": "^3.0.2",
83-
"rollup": "^2.40.0",
83+
"rollup": "^2.44.0",
8484
"rollup-plugin-node-builtins": "^2.1.2",
8585
"rollup-plugin-node-globals": "^1.4.0",
8686
"rollup-plugin-terser": "^7.0.2",
87-
"semver": "^7.3.4",
87+
"semver": "^7.3.5",
8888
"which": "^2.0.2",
89-
"yargs-parser": "^20.2.6"
89+
"yargs-parser": "^20.2.7"
9090
},
9191
"eslintConfig": {
9292
"extends": [

0 commit comments

Comments
 (0)