Skip to content

Commit

Permalink
chore(package.json): update packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed May 19, 2020
1 parent 9deaa45 commit bb9c32d
Show file tree
Hide file tree
Showing 2 changed files with 973 additions and 522 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vuetify/eslint-config-vuetify.git"
"url": "git+https://github.com/vuetifyjs/eslint-config-vuetify.git"
},
"keywords": [
"eslint",
Expand All @@ -15,20 +15,20 @@
"author": "John Leider <john@vuetifyjs.com>",
"license": "MIT",
"peerDependencies": {
"eslint": "^6.7.2"
"eslint": "^7.0.0"
},
"dependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.0.0",
"eslint-plugin-vue": "^6.2.2",
"eslint-plugin-vuetify": "^1.0.0-beta.6",
"vue": "^2.6.4",
"vuetify": "^2.1.14",
"@release-it/conventional-changelog": "^1.1.0"
"vue": "^2.6.11",
"vuetify": "^2.2.28",
"@release-it/conventional-changelog": "^1.1.4"
}
}

0 comments on commit bb9c32d

Please sign in to comment.