This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
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 dependencies
- Loading branch information
1 parent
f29fe67
commit e3bfb23
Showing
14 changed files
with
1,052 additions
and
1,066 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ | |
"cheerio": "1.0.0-rc.12", | ||
"cross-fetch": "4.0.0" | ||
}, | ||
"packageManager": "[email protected].4", | ||
"packageManager": "[email protected].6", | ||
"engines": { | ||
"node": "20", | ||
"pnpm": "8" | ||
|
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 |
---|---|---|
|
@@ -19,16 +19,16 @@ | |
"test": "turbo run test" | ||
}, | ||
"dependencies": { | ||
"@commitlint/cli": "19.0.3", | ||
"@commitlint/config-conventional": "19.0.3", | ||
"@commitlint/cli": "19.2.1", | ||
"@commitlint/config-conventional": "19.1.0", | ||
"@commitlint/types": "19.0.3", | ||
"@tsconfig/node20": "20.1.2", | ||
"@tsconfig/node20": "20.1.4", | ||
"@types/lint-staged": "13.3.0", | ||
"@types/node": "20.11.24", | ||
"@typescript-eslint/eslint-plugin": "7.1.1", | ||
"@typescript-eslint/parser": "7.1.1", | ||
"@types/node": "20.12.2", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"arktype": "1.0.16-alpha", | ||
"aws-cdk-lib": "2.131.0", | ||
"aws-cdk-lib": "2.135.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"devmoji": "2.3.0", | ||
"dotenv": "16.4.5", | ||
|
@@ -38,14 +38,14 @@ | |
"husky": "9.0.11", | ||
"lint-staged": "15.2.2", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-packagejson": "2.4.12", | ||
"prettier-plugin-packagejson": "2.4.14", | ||
"prettier-plugin-prisma": "5.0.0", | ||
"prettier-plugin-sql": "0.18.0", | ||
"turbo": "1.12.4", | ||
"typescript": "5.3.3", | ||
"unconfig": "0.3.11" | ||
"turbo": "1.13.2", | ||
"typescript": "5.4.3", | ||
"unconfig": "0.3.12" | ||
}, | ||
"packageManager": "[email protected].4", | ||
"packageManager": "[email protected].6", | ||
"engines": { | ||
"node": "20", | ||
"pnpm": "8" | ||
|
Oops, something went wrong.