Skip to content

Commit

Permalink
fix(deps): update dependencies (non-major)
Browse files Browse the repository at this point in the history
Beachball-bump-type: patch
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 2c03830 commit 798520b
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.12.0
22.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"tsx": "4.19.2",
"typescript": "5.7.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": ">=16.0.0"
}
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 @@ -53,7 +53,7 @@
"optional": true
}
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": "^18.20.0 || ^20.10.0 || ^21.1.0 || >=22"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"peerDependencies": {
"eslint": ">=8.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": ">=16.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 @@ -31,7 +31,7 @@
"dependencies": {
"@eslint/eslintrc": "3.2.0",
"@nodelib/fs.walk": "npm:@frantic1048/[email protected]",
"core-js": "3.39.0"
"core-js": "3.40.0"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
Expand All @@ -43,7 +43,7 @@
"peerDependencies": {
"eslint": "^8.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": ">=20.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepack": "pnpm run build"
},
"dependencies": {
"prettier-plugin-packagejson": "2.5.6"
"prettier-plugin-packagejson": "2.5.7"
},
"devDependencies": {
"@rightcapital/tsconfig": "workspace:*",
Expand All @@ -30,7 +30,7 @@
"peerDependencies": {
"prettier": "^3.0.0"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": ">=16.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"src"
],
"scripts": {},
"packageManager": "[email protected].2",
"packageManager": "[email protected].4",
"engines": {
"node": ">=16.0.0"
},
Expand Down
82 changes: 21 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"bin": {},
"dependencies": {
"@actions/glob": "0.5.0",
"@types/node": "22.10.4",
"typescript": "5.7.2"
"@types/node": "22.10.6",
"typescript": "5.7.3"
},
"devDependencies": {
"beachball": "2.51.0"
Expand Down
2 changes: 1 addition & 1 deletion specs/eslint-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "vitest"
},
"dependencies": {
"typescript": "5.7.2"
"typescript": "5.7.3"
},
"devDependencies": {
"@rightcapital/eslint-config": "workspace:*",
Expand Down

0 comments on commit 798520b

Please sign in to comment.