Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and antfu committed Nov 12, 2019
1 parent 5107849 commit e09cd41
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.2.6",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-nuxt": "0.5.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^12.1.0",
Expand Down
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.6.0",
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "^2.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
Expand Down
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.8",
"@typescript-eslint/eslint-plugin": "2.6.0",
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "^2.6.0"
},
"devDependencies": {
Expand Down
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.8",
"eslint-plugin-nuxt": "0.4.3",
"eslint-plugin-nuxt": "0.5.0",
"eslint-plugin-vue": "5.2.3"
},
"devDependencies": {
Expand Down

0 comments on commit e09cd41

Please sign in to comment.