Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25fc501

Browse files
committed
Bump dependencies - closes JeffreyWay#6
1 parent d1ab23a commit 25fc501

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "laravel-elixir-vueify",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Laravel Elixir Vueify Support",
55
"main": "index.js",
66
"keywords": [
@@ -20,11 +20,13 @@
2020
"url": "https://github.com/JeffreyWay/laravel-elixir-vueify/issues"
2121
},
2222
"dependencies": {
23-
"babel-runtime": "^5.8.0",
24-
"babel-plugin-transform-runtime": "^6.1.2",
23+
"babel-core": "^6.3.26",
24+
"babel-plugin-transform-runtime": "^6.3.13",
25+
"babel-preset-es2015": "^6.3.13",
26+
"babel-runtime": "^5.8.34",
2527
"vue": "^1.0.8",
26-
"vue-hot-reload-api": "^1.2.1",
27-
"vueify": "^7.0.0",
28+
"vueify": "^8.3.0",
29+
"vue-hot-reload-api": "^1.2.2",
2830
"vueify-insert-css": "^1.0.0"
2931
}
3032
}

0 commit comments

Comments
 (0)