Skip to content

Commit cc542e5

Browse files
committed
fix: Upgrade @iopipe/core and @iopipe/config
1 parent 8ee41d8 commit cc542e5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"node": ">=4.3.2"
3939
},
4040
"dependencies": {
41-
"@iopipe/config": "^1.3.1",
42-
"@iopipe/core": "^1.17.1"
41+
"@iopipe/config": "^1.3.2",
42+
"@iopipe/core": "^1.17.4"
4343
},
4444
"devDependencies": {
4545
"@iopipe/scripts": "^1.4.1",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@
7878
lodash "^4.2.0"
7979
to-fast-properties "^2.0.0"
8080

81-
"@iopipe/config@^1.3.1":
82-
version "1.3.1"
83-
resolved "https://registry.yarnpkg.com/@iopipe/config/-/config-1.3.1.tgz#79732609753b6ebb5b1df8d7ae1280caf395161a"
81+
"@iopipe/config@^1.3.2":
82+
version "1.3.2"
83+
resolved "https://registry.yarnpkg.com/@iopipe/config/-/config-1.3.2.tgz#60e9ca1b4171eb70025cd546c0c873fac6894779"
8484
dependencies:
85-
"@iopipe/event-info" "^1.3.0"
85+
"@iopipe/event-info" "^1.3.1"
8686
"@iopipe/trace" "^1.3.0"
8787

88-
"@iopipe/core@^1.17.1":
89-
version "1.17.1"
90-
resolved "https://registry.yarnpkg.com/@iopipe/core/-/core-1.17.1.tgz#0cb0ad168ec5e13e3c0f42484f0950f088b73faf"
88+
"@iopipe/core@^1.17.4":
89+
version "1.17.4"
90+
resolved "https://registry.yarnpkg.com/@iopipe/core/-/core-1.17.4.tgz#1f9d7977935a9426b5756fdcf22ec4b5dff4991b"
9191
dependencies:
9292
cosmiconfig "^4"
9393
lodash.uniqby "^4.7.0"
@@ -108,9 +108,9 @@
108108
eslint-plugin-react "^7.4.0"
109109
webpack "^3.7.1"
110110

111-
"@iopipe/event-info@^1.3.0":
112-
version "1.3.0"
113-
resolved "https://registry.yarnpkg.com/@iopipe/event-info/-/event-info-1.3.0.tgz#46159224ee6d43ff2b6d3a0aec5f00940758cf72"
111+
"@iopipe/event-info@^1.3.1":
112+
version "1.3.1"
113+
resolved "https://registry.yarnpkg.com/@iopipe/event-info/-/event-info-1.3.1.tgz#5a7407b3da73a558c7958b780c41d22d45790ae2"
114114
dependencies:
115115
flat "^4.0.0"
116116
lodash.get "^4.4.2"

0 commit comments

Comments
 (0)