-
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.
4.2.5
- Loading branch information
Showing
12 changed files
with
1,415 additions
and
2,457 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@xylabs/config", | ||
"version": "4.2.4", | ||
"version": "4.2.5", | ||
"description": "TypeScript project scripts", | ||
"keywords": [ | ||
"xylabs", | ||
|
@@ -40,30 +40,30 @@ | |
"deploy-next-major": "yarn workspaces foreach --all version major --deferred && yarn build && yarn version apply --all --prerelease && yarn workspaces foreach --all --parallel npm publish --tag next", | ||
"deploy-patch": "yarn workspaces foreach --all version patch --deferred && yarn deploy-common" | ||
}, | ||
"resolutions": { | ||
"eslint": "9.14.0" | ||
}, | ||
"dependencies": { | ||
"@xylabs/ts-scripts-yarn3": "workspace:^", | ||
"knip": "^5.36.7" | ||
"knip": "^5.41.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/json": "^0.6.0", | ||
"@eslint/json": "^0.9.0", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/node": "^22.9.0", | ||
"@types/node": "^22.10.2", | ||
"@xylabs/eslint-config-flat": "workspace:^", | ||
"@xylabs/ts-scripts-yarn3": "workspace:^", | ||
"@xylabs/tsconfig": "workspace:^", | ||
"dotenv": "^16.4.5", | ||
"eslint": "^9.14.0", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"dotenv": "^16.4.7", | ||
"eslint": "^9.17.0", | ||
"eslint-import-resolver-typescript": "^3.7.0", | ||
"rimraf": "^6.0.1", | ||
"typescript": "^5.6.3", | ||
"vitest": "^2.1.4" | ||
"typescript": "^5.7.2", | ||
"vitest": "^2.1.8" | ||
}, | ||
"peerDependencies": { | ||
"typescript": "^5" | ||
}, | ||
"resolutions": { | ||
"eslint": "9.14.0" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=20.16" | ||
|
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
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
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
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
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
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
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
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
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
Oops, something went wrong.