Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2986d9

Browse files
authoredMay 28, 2024··
chore(deps): update all non-major dependencies
1 parent 421fedf commit d2986d9

File tree

3 files changed

+1228
-231
lines changed

3 files changed

+1228
-231
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: node_js
22
node_js:
3-
- "8"
4-
- "10"
5-
- "12"
3+
- "8.17.0"
4+
- "10.24.1"
5+
- "12.22.12"
66
cache:
77
yarn: true
88
directories:

‎package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,25 @@
3737
"test": "nyc jest test"
3838
},
3939
"engines": {
40-
"node": ">=8.0.0"
40+
"node": ">=8.17.0"
4141
},
4242
"dependencies": {
4343
"cross-spawn": "^6.0.5",
4444
"minimist": "^1.2.0",
45-
"minimist-options": "^4.0.2"
45+
"minimist-options": "^4.1.0"
4646
},
4747
"devDependencies": {
48-
"babel-eslint": "^10.0.3",
48+
"babel-eslint": "^10.1.0",
4949
"codecov": "^3.6.1",
50-
"eslint": "^6.6.0",
51-
"eslint-config-standard": "^14.1.0",
50+
"eslint": "^6.8.0",
51+
"eslint-config-standard": "^14.1.1",
5252
"eslint-config-standard-jsx": "^8.1.0",
53-
"eslint-plugin-import": "^2.18.2",
53+
"eslint-plugin-import": "^2.29.1",
5454
"eslint-plugin-jest": "^22.21.0",
5555
"eslint-plugin-node": "^9.2.0",
56-
"eslint-plugin-promise": "^4.2.1",
57-
"eslint-plugin-react": "^7.16.0",
58-
"eslint-plugin-standard": "^4.0.1",
56+
"eslint-plugin-promise": "^4.3.1",
57+
"eslint-plugin-react": "^7.34.2",
58+
"eslint-plugin-standard": "^4.1.0",
5959
"jest": "^24.9.0",
6060
"nyc": "^14.1.1",
6161
"standard-version": "^7.0.1"

‎yarn.lock

+1,216-219
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.