Skip to content

Commit

Permalink
chore: update dependencies and try to fix security issues (#430)
Browse files Browse the repository at this point in the history
* chore(deps): update standard-version

* chore(deps): update axios

* chore(deps): update css-loader

* chore(deps): update husky

* chore(deps): update prettier

* chore: use npx for generating examples

* chore(example): update "full" example

* chore(example): update "full-airbnb" example

* chore(example): update "minimal" example
  • Loading branch information
Kocal committed Jun 7, 2019
1 parent 6a8d615 commit 6f63787
Show file tree
Hide file tree
Showing 10 changed files with 1,220 additions and 2,666 deletions.
18 changes: 11 additions & 7 deletions examples/full-airbnb/package.json
Expand Up @@ -6,7 +6,6 @@
"license": "MIT",
"scripts": {
"lint": "eslint --ext .js,.vue src",
"precommit": "precise-commits",
"prettier": "prettier \"src/**/*.{js,vue}\"",
"prettier:write": "npm run prettier -- --write",
"build": "cross-env NODE_ENV=production webpack --hide-modules",
Expand All @@ -15,8 +14,13 @@
"watch": "npm run build -- --watch",
"watch:dev": "cross-env HMR=true npm run build:dev -- --watch"
},
"husky": {
"hooks": {
"pre-commit": "precise-commits"
}
},
"dependencies": {
"axios": "^0.18.0",
"axios": "^0.19.0",
"vue": "^2.6.10",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
Expand All @@ -33,23 +37,23 @@
"copy-webpack-plugin": "^4.5.3",
"core-js": "^3.0.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"css-loader": "^2.1.1",
"ejs": "^2.6.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.2.2",
"file-loader": "^1.1.11",
"husky": "^0.14.3",
"husky": "^2.4.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.3",
"precise-commits": "^1.0.2",
"prettier": "^1.14.3",
"prettier": "^1.17.1",
"sass-loader": "^7.1.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.6.10",
Expand Down

0 comments on commit 6f63787

Please sign in to comment.