Skip to content

Commit abcaaf2

Browse files
kazkeddyerburgh
authored andcommitted
fix: add convert-source-map as explicit dependency (#177)
1 parent d6f4b71 commit abcaaf2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
7171
"@vue/component-compiler-utils": "^2.4.0",
7272
"chalk": "^2.1.0",
73+
"convert-source-map": "^1.6.0",
7374
"extract-from-css": "^0.4.4",
7475
"source-map": "^0.5.6",
7576
"ts-jest": "^24.0.0"

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ conventional-commits-parser@^3.0.0:
22002200
through2 "^2.0.0"
22012201
trim-off-newlines "^1.0.0"
22022202

2203-
convert-source-map@^1.1.0, convert-source-map@^1.4.0:
2203+
convert-source-map@^1.1.0, convert-source-map@^1.4.0, convert-source-map@^1.6.0:
22042204
version "1.6.0"
22052205
resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.6.0.tgz#51b537a8c43e0f04dec1993bffcdd504e758ac20"
22062206
integrity sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==

0 commit comments

Comments
 (0)