Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 7, 2020
1 parent df7f189 commit c3dc5a3
Show file tree
Hide file tree
Showing 4 changed files with 587 additions and 470 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,8 +9,8 @@
"test": "yarn lint && jest"
},
"devDependencies": {
"eslint": "7.5.0",
"jest": "26.1.0",
"eslint": "7.13.0",
"jest": "26.6.3",
"lerna": "3.22.1"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,8 +13,8 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "4.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0"
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Expand Up @@ -13,16 +13,16 @@
],
"dependencies": {
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-standard": "^4.0.2",
"eslint-plugin-unicorn": "^23.0.0",
"eslint-plugin-vue": "^6.2.2"
},
"peerDependencies": {
"eslint": "^7.5.0"
"eslint": "^7.13.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c3dc5a3

Please sign in to comment.