Skip to content

Commit aa314ae

Browse files
committed
Update svg-to-vue package
1 parent 55f5a1e commit aa314ae

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"main": "index.js",
2222
"dependencies": {
2323
"loader-utils": "^1.1.0",
24-
"svg-to-vue": "^0.3.0"
24+
"svg-to-vue": "^0.4.0-alpha.1"
2525
},
2626
"devDependencies": {
2727
"vue-tabs-component": "^1.5.0",
28-
"vuepress": "^0.14.5"
28+
"vuepress": "^0.14.7"
2929
}
3030
}

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5458,13 +5458,13 @@ supports-color@^5.3.0, supports-color@^5.4.0:
54585458
dependencies:
54595459
has-flag "^3.0.0"
54605460

5461-
svg-to-vue@^0.3.0:
5462-
version "0.3.0"
5463-
resolved "https://registry.yarnpkg.com/svg-to-vue/-/svg-to-vue-0.3.0.tgz#03f69bac4824bf5e32069ceca15779cd74100b24"
5461+
svg-to-vue@^0.4.0-alpha.1:
5462+
version "0.4.0-alpha.1"
5463+
resolved "http://localhost:4873/svg-to-vue/-/svg-to-vue-0.4.0-alpha.1.tgz#e495bcd18c89ecb07d3c24fd16296835d3775ca6"
5464+
integrity sha512-ehgRQgPUF1wzIEhgaEKF2ZmzRjP/K4qZwWqS39tL9GldKBvGEL/vItnswSI9gulRXjqVtj8zbiJ0x0C5C8fkfw==
54645465
dependencies:
54655466
svgo "^1.1.1"
54665467
vue-template-compiler "^2.5.17"
5467-
vue-template-es2015-compiler "^1.6.0"
54685468

54695469
svgo@^0.7.0:
54705470
version "0.7.2"
@@ -5951,10 +5951,10 @@ vuepress-html-webpack-plugin@^3.2.0:
59515951
toposort "^1.0.0"
59525952
util.promisify "1.0.0"
59535953

5954-
vuepress@^0.14.5:
5955-
version "0.14.5"
5956-
resolved "http://localhost:4873/vuepress/-/vuepress-0.14.5.tgz#06e78a3af1a24d612d7a17bbba811e962d0acda1"
5957-
integrity sha512-3HwrEiOvgQ5sezjqU7Dh91xTBwlWFs4DJSqxWF4zf6HeVojmVtPlf7iLT1O4oQtFtSxJ8l0OyYZmgGPSeAMeFA==
5954+
vuepress@^0.14.7:
5955+
version "0.14.7"
5956+
resolved "http://localhost:4873/vuepress/-/vuepress-0.14.7.tgz#e5ae7038ea77bf3da3e4068a8b70a26cd80b0751"
5957+
integrity sha512-DYES/8YPwN+AawBDIlCytthMGgdLyHPRvGZK28k8gVpXUEtj9ulqWlg4XANCHxiMJigMa1WqHYiPJpk0+Yv3Lw==
59585958
dependencies:
59595959
"@babel/core" "7.0.0-beta.47"
59605960
"@vue/babel-preset-app" "3.0.0-beta.11"

0 commit comments

Comments
 (0)