Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#145)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed May 26, 2021
1 parent 9859dc9 commit ec68f1c
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 126 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -9,11 +9,11 @@
"test": "yarn lint && jest"
},
"devDependencies": {
"eslint": "7.21.0",
"eslint": "7.27.0",
"jest": "26.6.3",
"lerna": "4.0.0"
},
"dependencies": {
"eslint-plugin-jest": "^24.1.7"
"eslint-plugin-jest": "^24.3.6"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -13,11 +13,11 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "6.0.0",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1"
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0"
},
"peerDependencies": {
"eslint": "^7.21.0"
"eslint": "^7.27.0"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Expand Up @@ -12,17 +12,17 @@
"index.js"
],
"dependencies": {
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.7",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-unicorn": "^28.0.2",
"eslint-plugin-vue": "^7.7.0"
"eslint-plugin-vue": "^7.9.0"
},
"peerDependencies": {
"eslint": "^7.21.0"
"eslint": "^7.27.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ec68f1c

Please sign in to comment.