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 11, 2023
1 parent a5c0ebe commit 824658f
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 157 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test": "pnpm lint && vitest run"
},
"devDependencies": {
"eslint": "^8.48.0",
"vitest": "^0.34.3",
"eslint": "^8.49.0",
"vitest": "^0.34.4",
"vue": "^3.3.4"
},
"packageManager": "pnpm@8.7.0"
"packageManager": "pnpm@8.7.5"
}
6 changes: 3 additions & 3 deletions packages/eslint-config-legacy-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-vue": "^9.17.0"
},
"peerDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.49.0"
},
"devDependencies": {
"typescript": "^5.2.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"dependencies": {
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
"local-pkg": "^0.4.3"
},
"peerDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.49.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
],
"dependencies": {
"@rushstack/eslint-patch": "^1.3.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-plugin-vue": "^9.17.0",
"typescript": "^5.2.2"
},
"devDependencies": {
"@types/eslint": "^8.44.2",
"eslint": "^8.48.0"
"eslint": "^8.49.0"
},
"peerDependencies": {
"eslint": "^8.48.0"
"eslint": "^8.49.0"
}
}

0 comments on commit 824658f

Please sign in to comment.