Skip to content

Commit

Permalink
fix: update dependencies (#921)
Browse files Browse the repository at this point in the history
* fix(deps): update dependencies

* ci: add Node.js v15 to test matrix

* ci: node.js v15 is not available in Appveyor
  • Loading branch information
iiroj committed Oct 31, 2020
1 parent 969713d commit 7933b08
Show file tree
Hide file tree
Showing 3 changed files with 912 additions and 833 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -20,11 +20,12 @@ jobs:
test:
strategy:
matrix:
# Test with Node.js v10 (LTS), v12 (LTS), and v14 (latest)
# Test with Node.js v10 (LTS), v12 (LTS), v14 (LTS), and v15 (latest)
node:
- 10
- 12
- 14
- 15
# Test with Ubuntu and macOS
os:
- ubuntu-latest
Expand Down
28 changes: 14 additions & 14 deletions package.json
Expand Up @@ -34,13 +34,13 @@
"dependencies": {
"chalk": "^4.1.0",
"cli-truncate": "^2.1.0",
"commander": "^6.0.0",
"commander": "^6.2.0",
"cosmiconfig": "^7.0.0",
"debug": "^4.1.1",
"debug": "^4.2.0",
"dedent": "^0.7.0",
"enquirer": "^2.3.6",
"execa": "^4.0.3",
"listr2": "^2.6.0",
"execa": "^4.1.0",
"listr2": "^3.2.2",
"log-symbols": "^4.0.0",
"micromatch": "^4.0.2",
"normalize-path": "^3.0.0",
Expand All @@ -49,22 +49,22 @@
"stringify-object": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "10.1.0",
"babel-jest": "^26.3.0",
"babel-jest": "^26.6.1",
"consolemock": "^1.1.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"fs-extra": "^9.0.1",
"husky": "^4.2.5",
"jest": "^26.4.2",
"husky": "^4.3.0",
"jest": "^26.6.1",
"jest-snapshot-serializer-ansi": "^1.0.0",
"prettier": "^2.1.0"
"prettier": "^2.1.2"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 7933b08

Please sign in to comment.