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 Sep 24, 2022
1 parent 8fce580 commit 04768fa
Show file tree
Hide file tree
Showing 4 changed files with 684 additions and 612 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -9,9 +9,9 @@
"test": "yarn lint && vitest run"
},
"devDependencies": {
"eslint": "^8.23.0",
"lerna": "^5.4.3",
"vitest": "^0.22.1"
"eslint": "^8.24.0",
"lerna": "^5.5.2",
"vitest": "^0.23.4"
},
"packageManager": "yarn@3.2.3"
}
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -9,12 +9,12 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint-import-resolver-typescript": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-import": "^2.26.0"
},
"peerDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.24.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-n": "^15.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-unicorn": "^43.0.2",
"eslint-plugin-vue": "^9.4.0"
"eslint-plugin-vue": "^9.5.1"
},
"peerDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.24.0"
}
}

0 comments on commit 04768fa

Please sign in to comment.