8000 feat: Update core to 1.19.0 (#52) · iopipe/iopipe-js@fc9d1f7 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit fc9d1f7

Browse files
authored
feat: Update core to 1.19.0 (#52)
2 parents 8f2866b + 981aff2 commit fc9d1f7

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@iopipe/config": "^1.4.1",
42-
"@iopipe/core": "^1.18.0"
42+
"@iopipe/core": "^1.19.0"
4343
},
4444
"devDependencies": {
4545
"@iopipe/scripts": "^1.4.1",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,23 @@
8686
"@iopipe/profiler" "^2.1.0"
8787
"@iopipe/trace" "^1.4.1"
8888

89-
"@iopipe/core@^1.13", "@iopipe/core@^1.18.0":
89+
"@iopipe/core@^1.13":
9090
version "1.18.0"
9191
resolved "https://registry.yarnpkg.com/@iopipe/core/-/core-1.18.0.tgz#347faa77b3279fa691ef4db9c9bb123258f7f7d0"
9292
dependencies:
9393
cosmiconfig "^4"
9494
lodash.uniqby "^4.7.0"
9595
simple-get "^3.0.2"
9696

97+
"@iopipe/core@^1.19.0":
98+
version "1.19.0"
99+
resolved "https://registry.yarnpkg.com/@iopipe/core/-/core-1.19.0.tgz#5c56b3df670f40bfb356b3fb995e0587f3715716"
100+
integrity sha512-8+FRJIPbHpWmKAi9vHX4S+hmXLmBIFb1/af+vft/4YOZucH+DyYZuXLEx0H85x+mOqroimrO1ayEARBGxJ9WDg==
101+
dependencies:
102+
cosmiconfig "^4"
103+
lodash.uniqby "^4.7.0"
104+
simple-get "^3.0.2"
105+
97106
"@iopipe/eslint-config-iopipe@1.0.2":
98107
version "1.0.2"
99108
resolved "https://registry.yarnpkg.com/@iopipe/eslint-config-iopipe/-/eslint-config-iopipe-1.0.2.tgz#be3206850a35bbc497089ecaa5b0c565564ca7b3"

0 commit comments

Comments
 (0)
0