diff --git a/src/toolchain-commitlint/latest-versions/package.json b/src/toolchain-commitlint/latest-versions/package.json index 2b66b35..0df43ed 100644 --- a/src/toolchain-commitlint/latest-versions/package.json +++ b/src/toolchain-commitlint/latest-versions/package.json @@ -3,7 +3,7 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "@commitlint/cli": "^17.0.0", - "@commitlint/config-conventional": "^17.0.0" + "@commitlint/cli": "^18.0.0", + "@commitlint/config-conventional": "^18.0.0" } } diff --git a/src/toolchain-eslint/latest-versions/package.json b/src/toolchain-eslint/latest-versions/package.json index e95eedc..0f90b0d 100644 --- a/src/toolchain-eslint/latest-versions/package.json +++ b/src/toolchain-eslint/latest-versions/package.json @@ -3,15 +3,15 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.0.0", - "@typescript-eslint/parser": "^5.0.0", - "eslint-config-prettier": "^8.3.0", - "eslint-plugin-prettier": "^4.0.0", + "@typescript-eslint/eslint-plugin": "^6.0.0", + "@typescript-eslint/parser": "^6.0.0", + "eslint-config-prettier": "^9.0.0", + "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-vue": "^9.0.0", "eslint": "^8.0.0", - "prettier": "^2.4.1", + "prettier": "^3.0.0", "typescript": "^5.0.0", "vue-eslint-parser": "^9.0.0" } diff --git a/src/toolchain-husky/latest-versions/package.json b/src/toolchain-husky/latest-versions/package.json index 6c439a5..7a60fc0 100644 --- a/src/toolchain-husky/latest-versions/package.json +++ b/src/toolchain-husky/latest-versions/package.json @@ -3,6 +3,6 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "husky": "^8.0.0" + "husky": "^9.0.0" } } diff --git a/src/toolchain-lerna/latest-versions/package.json b/src/toolchain-lerna/latest-versions/package.json index be24eaf..d33d809 100644 --- a/src/toolchain-lerna/latest-versions/package.json +++ b/src/toolchain-lerna/latest-versions/package.json @@ -3,6 +3,6 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "lerna": "^6.0.0" + "lerna": "^8.0.0" } } diff --git a/src/toolchain-lint-staged/latest-versions/package.json b/src/toolchain-lint-staged/latest-versions/package.json index f81ab39..42573b7 100644 --- a/src/toolchain-lint-staged/latest-versions/package.json +++ b/src/toolchain-lint-staged/latest-versions/package.json @@ -3,6 +3,6 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "lint-staged": "^13.0.0" + "lint-staged": "^15.0.0" } } diff --git a/src/toolchain-patch-package/latest-versions/package.json b/src/toolchain-patch-package/latest-versions/package.json index 4a4facf..dd7e760 100644 --- a/src/toolchain-patch-package/latest-versions/package.json +++ b/src/toolchain-patch-package/latest-versions/package.json @@ -3,7 +3,7 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "patch-package": "^7.0.0", + "patch-package": "^8.0.0", "postinstall-postinstall": "^2.1.0" } } diff --git a/src/toolchain-prettier/latest-versions/package.json b/src/toolchain-prettier/latest-versions/package.json index 32041ed..ad3f581 100644 --- a/src/toolchain-prettier/latest-versions/package.json +++ b/src/toolchain-prettier/latest-versions/package.json @@ -3,6 +3,6 @@ "comment": "This file is needed so that depedencies are synced by Renovate.", "private": true, "dependencies": { - "prettier": "^2.4.1" + "prettier": "^3.0.0" } }