Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-badin committed Feb 12, 2019
1 parent 1e9757a commit bd2f76f
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 61 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-gulp-template",
"author": "Martin Badin <[email protected]>",
"version": "4.1.2",
"version": "4.1.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
14 changes: 7 additions & 7 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",
"autoprefixer": "^9.4.5",
"autoprefixer": "^9.4.7",
"babel-eslint": "^10.0.1",
"babelify": "^10.0.0",
"browser-sync": "^2.26.3",
"browserify": "^16.2.3",
"cross-env": "^5.2.0",
"cssnano": "^4.1.8",
"envify": "^4.1.0",
"eslint": "^5.12.0",
"eslint": "^5.13.0",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-vue": "^5.1.0",
"flow-bin": "^0.90.0",
"flow-bin": "^0.92.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-noop": "^1.0.0",
Expand All @@ -40,13 +40,13 @@
"postcss-import": "^12.0.1",
"uglifyify": "^5.0.1",
"vinyl-source-stream": "^2.0.0",
"vue-eslint-parser": "^5.0.0",
"vue-template-compiler": "^2.5.22",
"vue-eslint-parser": "^6.0.2",
"vue-template-compiler": "^2.6.6",
"vueify-next": "^9.5.3"
},
"dependencies": {
"reset-css": "^4.0.1",
"vue": "^2.5.22"
"vue": "^2.6.6"
},
"browserslist": [
"last 3 versions",
Expand Down
Loading

0 comments on commit bd2f76f

Please sign in to comment.