Skip to content

Commit c2ee059

Browse files
committed
fix(deps): update dependency codecov to ^3.0.0
1 parent 3faefb8 commit c2ee059

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"babel-register": "^6.23.0",
6767
"babel-runtime": "^6.23.0",
6868
"chai": "^3.5.0",
69-
"codecov": "^2.3.0",
69+
"codecov": "^3.0.0",
7070
"copy": "^0.3.0",
7171
"eslint": "^3.15.0",
7272
"eslint-plugin-flowtype": "^2.30.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,9 +1251,9 @@ code-point-at@^1.0.0:
12511251
version "1.1.0"
12521252
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
12531253

1254-
codecov@^2.3.0:
1255-
version "2.3.0"
1256-
resolved "https://registry.npmjs.org/codecov/-/codecov-2.3.0.tgz#ad25a2c6e0442d13740d9d4ddbb9a3e2714330f4"
1254+
codecov@^3.0.0:
1255+
version "3.0.0"
1256+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.0.0.tgz#c273b8c4f12945723e8dc9d25803d89343e5f28e"
12571257
dependencies:
12581258
argv "0.0.2"
12591259
request "2.81.0"

0 commit comments

Comments
 (0)