Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ab23a commit 25fc501Copy full SHA for 25fc501
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "laravel-elixir-vueify",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "Laravel Elixir Vueify Support",
5
"main": "index.js",
6
"keywords": [
@@ -20,11 +20,13 @@
20
"url": "https://github.com/JeffreyWay/laravel-elixir-vueify/issues"
21
},
22
"dependencies": {
23
- "babel-runtime": "^5.8.0",
24
- "babel-plugin-transform-runtime": "^6.1.2",
+ "babel-core": "^6.3.26",
+ "babel-plugin-transform-runtime": "^6.3.13",
25
+ "babel-preset-es2015": "^6.3.13",
26
+ "babel-runtime": "^5.8.34",
27
"vue": "^1.0.8",
- "vue-hot-reload-api": "^1.2.1",
- "vueify": "^7.0.0",
28
+ "vueify": "^8.3.0",
29
+ "vue-hot-reload-api": "^1.2.2",
30
"vueify-insert-css": "^1.0.0"
31
}
32
0 commit comments