Skip to content

Commit 7933b08

Browse files
authored
fix: update dependencies (#921)
* fix(deps): update dependencies * ci: add Node.js v15 to test matrix * ci: node.js v15 is not available in Appveyor
1 parent 969713d commit 7933b08

File tree

3 files changed

+912
-833
lines changed

3 files changed

+912
-833
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ jobs:
2020
test:
2121
strategy:
2222
matrix:
23-
# Test with Node.js v10 (LTS), v12 (LTS), and v14 (latest)
23+
# Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v15 (latest)
2424
node:
2525
- 10
2626
- 12
2727
- 14
28+
- 15
2829
# Test with Ubuntu and macOS
2930
os:
3031
- ubuntu-latest

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"dependencies": {
3535
"chalk": "^4.1.0",
3636
"cli-truncate": "^2.1.0",
37-
"commander": "^6.0.0",
37+
"commander": "^6.2.0",
3838
"cosmiconfig": "^7.0.0",
39-
"debug": "^4.1.1",
39+
"debug": "^4.2.0",
4040
"dedent": "^0.7.0",
4141
"enquirer": "^2.3.6",
42-
"execa": "^4.0.3",
43-
"listr2": "^2.6.0",
42+
"execa": "^4.1.0",
43+
"listr2": "^3.2.2",
4444
"log-symbols": "^4.0.0",
4545
"micromatch": "^4.0.2",
4646
"normalize-path": "^3.0.0",
@@ -49,22 +49,22 @@
4949
"stringify-object": "^3.3.0"
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.11.4",
53-
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
54-
"@babel/preset-env": "^7.11.0",
52+
"@babel/core": "^7.12.3",
53+
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
54+
"@babel/preset-env": "^7.12.1",
5555
"babel-eslint": "10.1.0",
56-
"babel-jest": "^26.3.0",
56+
"babel-jest": "^26.6.1",
5757
"consolemock": "^1.1.0",
58-
"eslint": "^7.7.0",
59-
"eslint-config-prettier": "^6.11.0",
60-
"eslint-plugin-import": "^2.22.0",
58+
"eslint": "^7.12.1",
59+
"eslint-config-prettier": "^6.15.0",
60+
"eslint-plugin-import": "^2.22.1",
6161
"eslint-plugin-node": "^11.1.0",
6262
"eslint-plugin-prettier": "^3.1.4",
6363
"fs-extra": "^9.0.1",
64-
"husky": "^4.2.5",
65-
"jest": "^26.4.2",
64+
"husky": "^4.3.0",
65+
"jest": "^26.6.1",
6666
"jest-snapshot-serializer-ansi": "^1.0.0",
67-
"prettier": "^2.1.0"
67+
"prettier": "^2.1.2"
6868
},
6969
"config": {
7070
"commitizen": {

0 commit comments

Comments
 (0)