-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
c56aa12
commit c4c5432
Showing
6 changed files
with
1,124 additions
and
2,050 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,4 +1,4 @@ | ||
ARG NODE=node:22.8.0-alpine | ||
ARG NODE=node:22.10.0-alpine | ||
|
||
################# Base builder ############## | ||
|
||
|
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,10 +1,10 @@ | ||
{ | ||
"name": "@chat-game/space", | ||
"version": "0.2.0", | ||
"packageManager": "pnpm@9.10.0", | ||
"packageManager": "pnpm@9.12.2", | ||
"engines": { | ||
"node": ">=20.17.0", | ||
"pnpm": ">=9.10.0" | ||
"node": ">=20.18.0", | ||
"pnpm": ">=9.12.2" | ||
}, | ||
"description": "Chat Game for Twitch", | ||
"author": "Nick Kosarev <[email protected]>", | ||
|
@@ -35,14 +35,14 @@ | |
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@types/node": "^22.5.4", | ||
"changelogen": "^0.5.5", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@types/node": "^22.7.7", | ||
"changelogen": "^0.5.7", | ||
"dotenv-cli": "^7.4.2", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.9", | ||
"turbo": "^2.1.0" | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"turbo": "^2.2.1" | ||
}, | ||
"lint-staged": { | ||
"*.ts": "pnpm run lint" | ||
|
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.