Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit 667f451

Browse files
committed
Upgrade dependencies
1 parent 6dcedd5 commit 667f451

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Install dependencies
2424
run: npm install
2525
- name: Tests
26-
run: npm run ci
26+
run: npm run test-ci
2727
- name: Codecov test coverage
2828
run: bash scripts/coverage.sh "${{ secrets.CODECOV_TOKEN }}" "${{ matrix.os }}" "${{ matrix.node }}"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ dist
55
package-lock.json
66
yarn.lock
77
.vscode
8+
.eslintcache

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,20 @@
5656
"@babel/preset-env": "^7.4.3",
5757
"@babel/runtime": "^7.4.3",
5858
"auto-changelog": "^1.13.0",
59-
"ava": "1.2.1",
59+
"ava": "^2.4.0",
6060
"babel-eslint": "^10.0.1",
6161
"babel-loader": "^8.0.5",
62-
"eslint": "^5.16.0",
63-
"eslint-config-prettier": "^4.1.0",
64-
"eslint-plugin-import": "^2.17.2",
65-
"eslint-plugin-node": "^8.0.1",
66-
"eslint-plugin-prettier": "^3.0.1",
62+
"eslint": "^6.6.0",
63+
"eslint-config-prettier": "^6.5.0",
64+
"eslint-plugin-import": "^2.18.2",
65+
"eslint-plugin-node": "^10.0.0",
66+
"eslint-plugin-prettier": "^3.1.1",
6767
"from2-string": "^1.1.0",
6868
"gh-release": "^3.5.0",
6969
"nock": "^11.3.4",
7070
"npm-run-all": "^4.1.3",
71-
"nyc": "^13.3.0",
72-
"prettier": "^1.17.0",
71+
"nyc": "^14.1.1",
72+
"prettier": "^1.19.1",
7373
"webpack": "^4.30.0",
7474
"webpack-cli": "^3.3.1"
7575
},

0 commit comments

Comments
 (0)