Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
Beachball-bump-type: none
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 1f7adc5 commit 5bdbd24
Show file tree
Hide file tree
Showing 11 changed files with 454 additions and 404 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"execa": "9.5.1"
},
"devDependencies": {
"@vercel/ncc": "0.38.2"
"@vercel/ncc": "0.38.3"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
}
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cz-commitlint": "19.5.0",
"@rightcapital/eslint-config": "workspace:*",
"@rightcapital/prettier-config": "workspace:*",
"@rightcapital/scripts": "workspace:*",
"@types/node": "22.8.6",
"beachball": "2.47.1",
"@types/node": "22.10.1",
"beachball": "2.51.0",
"commitizen": "4.3.1",
"concurrently": "9.0.1",
"concurrently": "9.1.0",
"eslint": "9.12.0",
"eslint-plugin-eslint-plugin": "6.3.2",
"execa": "9.5.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"execa": "9.5.1",
"husky": "9.1.7",
"prettier": "3.4.2",
"tsx": "4.19.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
"@types/confusing-browser-globals": "1.0.3",
"@types/eslint-plugin-jsx-a11y": "6.9.0",
"@types/eslint-plugin-jsx-a11y": "6.10.0",
"@types/semver": "7.5.8"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
"@types/eslint": "8.56.12",
"@types/node": "22.8.6",
"@types/node": "22.10.1",
"@typescript-eslint/parser": "8.16.0",
"@typescript-eslint/rule-tester": "8.16.0",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "2.1.4",
"@vitest/coverage-v8": "2.1.8",
"@vitest/ui": "2.1.8",
"eslint": "8.57.1",
"eslint-doc-generator": "1.7.1",
"typescript": "5.6.3",
"vitest": "2.1.4"
"typescript": "5.7.2",
"vitest": "2.1.8"
},
"peerDependencies": {
"eslint": ">=8.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/lint-eslint-config-rules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@rightcapital/tsconfig": "workspace:*",
"@types/eslint": "8.56.12",
"@types/eslint__eslintrc": "2.1.2",
"@types/node": "22.8.6",
"typescript": "5.6.3"
"@types/node": "22.10.1",
"typescript": "5.7.2"
},
"peerDependencies": {
"eslint": "^8.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"prettier": "^3.0.0"
Expand Down
Loading

0 comments on commit 5bdbd24

Please sign in to comment.