Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 7fd8288

Browse files
lancetharperznck
authored andcommitted
chore: Upgrade vue-runtime-helpers (#287)
1 parent ba64fde commit 7fd8288

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"querystring": "^0.2.0",
5454
"rollup-pluginutils": "^2.4.1",
5555
"source-map": "0.7.3",
56-
"vue-runtime-helpers": "1.0.0"
56+
"vue-runtime-helpers": "1.0.1"
5757
},
5858
"devDependencies": {
5959
"@babel/core": "^7.0.0-beta.46",
@@ -71,7 +71,6 @@
7171
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
7272
"conventional-changelog": "^3.0.5",
7373
"jest": "^23.6.0",
74-
"sass": "^1.18.0",
7574
"postcss": "^7.0.11",
7675
"postcss-assets": "^5.0.0",
7776
"prettier": "^1.12.1",
@@ -87,6 +86,7 @@
8786
"rollup-plugin-typescript": "^1.0.0",
8887
"rollup-plugin-typescript2": "^0.18.1",
8988
"rollup-plugin-url": "^2.1.0",
89+
"sass": "^1.18.0",
9090
"ts-jest": "^23.10.5",
9191
"typescript": "^3.2.2",
9292
"vue": "^2.5.16",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10264,10 +10264,10 @@ vue-router@^3.0.1:
1026410264
resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.0.2.tgz#dedc67afe6c4e2bc25682c8b1c2a8c0d7c7e56be"
1026510265
integrity sha512-opKtsxjp9eOcFWdp6xLQPLmRGgfM932Tl56U9chYTnoWqKxQ8M20N7AkdEbM5beUh6wICoFGYugAX9vQjyJLFg==
1026610266

10267-
10268-
version "1.0.0"
10269-
resolved "https://registry.yarnpkg.com/vue-runtime-helpers/-/vue-runtime-helpers-1.0.0.tgz#af5fe1c8d727beb680b2eb9d791c8e022342e54d"
10270-
integrity sha512-DgwCNgIXkq1GJsWwtFOjA/K2nxpjyon/QqAut0EiwrMHBatAPbfdqksDdRoK15b5YrSJRa59rx3pc0L6V4udUA==
10267+
10268+
version "1.0.1"
10269+
resolved "https://registry.yarnpkg.com/vue-runtime-helpers/-/vue-runtime-helpers-1.0.1.tgz#9a7f527d43fdecf83638188fb0e5bae699c2b5bb"
10270+
integrity sha512-yodqdAWt/QrUkb51jN2DS4dtF4vQWg5YejYdBAcHIOi6kBoGLRVEDz5NYGdh5IhzLrElgi+eKX1DQJmj3bCuJw==
1027110271

1027210272
vue-server-renderer@^2.5.16:
1027310273
version "2.5.22"

0 commit comments

Comments
 (0)