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 Mar 23, 2020
1 parent ae8dee6 commit ae3acb4
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 46 deletions.
38 changes: 23 additions & 15 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"typescript": "^3.7.1-rc"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-nuxt": "0.5.1",
"eslint-plugin-nuxt": "0.5.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^17.0.0",
Expand Down
22 changes: 11 additions & 11 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.23.0",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
Expand Down
22 changes: 11 additions & 11 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.11",
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/eslint-plugin": "2.24.0",
"@typescript-eslint/parser": "^2.6.0"
},
"devDependencies": {
Expand Down
16 changes: 12 additions & 4 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 @@ -20,7 +20,7 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.2.11",
"eslint-plugin-nuxt": "0.5.1",
"eslint-plugin-nuxt": "0.5.2",
"eslint-plugin-vue": "6.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit ae3acb4

Please sign in to comment.