Skip to content

Commit 0192d64

Browse files
committed
downgrade babel-runtime for better dedupe
1 parent 8b1f8aa commit 0192d64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-loader",
3-
"version": "7.1.7",
3+
"version": "7.1.8",
44
"description": "Vue.js component loader for Webpack",
55
"main": "index.js",
66
"repository": {
@@ -39,15 +39,15 @@
3939
"babel-core": "^6.1.2",
4040
"babel-plugin-transform-runtime": "^6.1.2",
4141
"babel-preset-es2015": "^6.1.2",
42-
"babel-runtime": "^6.0.14",
42+
"babel-runtime": "^5.8.0",
4343
"vue-hot-reload-api": "^1.2.0"
4444
},
4545
"devDependencies": {
4646
"babel-core": "^6.1.2",
4747
"babel-loader": "^6.1.0",
4848
"babel-plugin-transform-runtime": "^6.1.2",
4949
"babel-preset-es2015": "^6.1.2",
50-
"babel-runtime": "^6.0.14",
50+
"babel-runtime": "^5.8.0",
5151
"chai": "^3.0.0",
5252
"css-loader": "^0.21.0",
5353
"eslint": "^1.6.0",

0 commit comments

Comments
 (0)