Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jan 29, 2020
1 parent b6c068c commit faa9b11
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 64 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"typescript": "^3.7.1-rc"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
Expand All @@ -25,6 +25,6 @@
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^15.0.0",
"eslint-plugin-vue": "6.0.1"
"eslint-plugin-vue": "6.1.2"
}
}
29 changes: 17 additions & 12 deletions packages/common/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": ">=6.6.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
Expand Down
29 changes: 17 additions & 12 deletions packages/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@antfu/eslint-config": "^0.2.10",
"@typescript-eslint/eslint-plugin": "2.10.0",
"@typescript-eslint/eslint-plugin": "2.18.0",
"@typescript-eslint/parser": "^2.6.0"
},
"devDependencies": {
Expand Down
50 changes: 15 additions & 35 deletions packages/vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@antfu/eslint-config-ts": "^0.2.10",
"eslint-plugin-nuxt": "0.5.0",
"eslint-plugin-vue": "6.0.1"
"eslint-plugin-vue": "6.1.2"
},
"devDependencies": {
"eslint": "^6.0.1",
Expand Down

0 comments on commit faa9b11

Please sign in to comment.