Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 0b31267

Browse files
committed
Upgrade deps
1 parent 9787e61 commit 0b31267

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
- name: Upload code coverage report
4444
env:
4545
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
46-
run: yarn codecov --disable=gcov -f ./target/coverage/lcov.info
46+
run: yarn codecov --disable=gcov

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@
5050
"@rollup/plugin-node-resolve": "^8.4.0",
5151
"@types/jest": "^26.0.5",
5252
"@types/node": "^12.12.47",
53-
"@typescript-eslint/eslint-plugin": "^3.6.1",
54-
"@typescript-eslint/parser": "^3.6.1",
55-
"codecov": "^3.7.1",
53+
"@typescript-eslint/eslint-plugin": "^3.7.0",
54+
"@typescript-eslint/parser": "^3.7.0",
55+
"codecov": "^3.7.2",
5656
"eslint": "^7.5.0",
5757
"eslint-plugin-jest": "^23.18.0",
5858
"gh-pages": "^3.1.0",
5959
"jest": "^26.1.0",
6060
"jest-junit": "^11.0.1",
6161
"npm-run-all": "^4.1.5",
62-
"rollup": "^2.22.1",
62+
"rollup": "^2.22.2",
6363
"rollup-plugin-sourcemaps": "^0.6.2",
6464
"rollup-plugin-typescript2": "^0.27.1",
6565
"shx": "^0.3.2",

0 commit comments

Comments
 (0)