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 (#125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
de27c05
commit 615f27d
Showing
13 changed files
with
1,049 additions
and
814 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].1", | ||
"packageManager": "[email protected].3", | ||
"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,33 +19,33 @@ | |
"test": "turbo run test" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "18.4.4", | ||
"@commitlint/config-conventional": "18.4.4", | ||
"@commitlint/types": "18.4.4", | ||
"@commitlint/cli": "18.6.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@commitlint/types": "18.6.0", | ||
"@tsconfig/node20": "20.1.2", | ||
"@types/lint-staged": "13.3.0", | ||
"@types/node": "20.11.0", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@typescript-eslint/parser": "6.18.1", | ||
"@types/node": "20.11.10", | ||
"@typescript-eslint/eslint-plugin": "6.20.0", | ||
"@typescript-eslint/parser": "6.20.0", | ||
"arktype": "1.0.16-alpha", | ||
"aws-cdk-lib": "2.121.1", | ||
"aws-cdk-lib": "2.124.0", | ||
"cz-conventional-changelog": "3.3.0", | ||
"devmoji": "2.3.0", | ||
"dotenv": "16.3.1", | ||
"dotenv": "16.4.1", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"husky": "8.0.3", | ||
"husky": "9.0.7", | ||
"lint-staged": "15.2.0", | ||
"prettier": "3.2.2", | ||
"prettier": "3.2.4", | ||
"prettier-plugin-packagejson": "2.4.9", | ||
"prettier-plugin-prisma": "5.0.0", | ||
"prettier-plugin-sql": "0.18.0", | ||
"turbo": "1.11.3", | ||
"typescript": "5.3.3", | ||
"unconfig": "0.3.11" | ||
}, | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"engines": { | ||
"node": "20", | ||
"pnpm": "8" | ||
|
Oops, something went wrong.