Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 11, 2019
1 parent 396ed2c commit 260573a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"axios": "^0.16.2",
"cross-env": "^5.0.1",
"express": "^4.15.3",
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"nuxt": "latest",
"source-map-support": "^0.4.15"
"source-map-support": "^0.4.18"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.3.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}

0 comments on commit 260573a

Please sign in to comment.