-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependency bump (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ae5877f
commit 172bbed
Showing
7 changed files
with
86 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@frsource/frschool-root", | ||
"private": true, | ||
"author": "FRSOURCE", | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"engines": { | ||
"node": ">=18.x.x", | ||
"npm": ">=8.x.x", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"keywords": [ | ||
"eslint", | ||
"eslintconfig" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"keywords": [ | ||
"eslint", | ||
"vitest", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"keywords": [ | ||
"prettier", | ||
"prettier config" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"fix": "pnpm eslint --fix && prettier . --write" | ||
}, | ||
"dependencies": { | ||
"@release-it/conventional-changelog": "9.0.0-next.0" | ||
"@release-it/conventional-changelog": "9.0.0" | ||
}, | ||
"devDependencies": { | ||
"@frsource/eslint-config": "workspace:*", | ||
|
@@ -39,7 +39,7 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"keywords": [ | ||
"release-it", | ||
"release-it config" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
"globals": "15.10.0", | ||
"release-it": "17.7.0", | ||
"semantic-release": "24.1.2", | ||
"typescript": "5.6.2" | ||
"typescript": "5.6.3" | ||
}, | ||
"peerDependencies": { | ||
"semantic-release": ">= 24" | ||
|
@@ -46,7 +46,7 @@ | |
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"packageManager": "[email protected].0", | ||
"packageManager": "[email protected].1", | ||
"keywords": [ | ||
"semantic-release", | ||
"semantic-release config" | ||
|
Oops, something went wrong.