Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 3, 2024
1 parent 0991221 commit b4052cb
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 380 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"turbo": "^2.0.14",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.8.0+sha512.8e4c3550fb500e808dbc30bb0ce4dd1eb614e30b1c55245f211591ec2cdf9c611cabd34e1364b42f564bd54b3945ed0f49d61d1bbf2ec9bd74b866fcdc723276"
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "eslint src/**/*.ts --fix"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/cli": "^19.4.1",
"@mheob/eslint-config": "workspace:*",
"@mheob/tsconfig": "workspace:*",
"commitizen": "^4.3.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"watch": "tsup --watch"
},
"dependencies": {
"@antfu/install-pkg": "^0.4.0",
"@antfu/install-pkg": "^0.4.1",
"@clack/prompts": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"eslint-config-flat-gitignore": "^0.1.8",
"eslint-config-next": "^14.2.6",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"eslint-config-flat-gitignore": "^0.3.0",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-flat-config-utils": "^0.3.1",
"eslint-merge-processors": "^0.1.0",
Expand All @@ -54,7 +54,7 @@
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-perfectionist": "^3.2.0",
"eslint-plugin-perfectionist": "^3.3.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-toml": "^0.11.1",
"eslint-plugin-unicorn": "^55.0.0",
Expand All @@ -73,7 +73,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.12.1",
"@eslint-react/eslint-plugin": "^1.12.4",
"@eslint/config-inspector": "^0.5.4",
"@mheob/tsconfig": "workspace:*",
"@types/yargs": "^17.0.33",
Expand All @@ -89,7 +89,7 @@
"rimraf": "^6.0.1",
"svelte-eslint-parser": "^0.41.0",
"tsup": "^8.2.4",
"tsx": "^4.18.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b4052cb

Please sign in to comment.