-
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
7a9f8d7
commit 9ba8aa0
Showing
10 changed files
with
701 additions
and
601 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:22.11.0-alpine as builder | ||
FROM node:22.12.0-alpine as builder | ||
|
||
WORKDIR /app | ||
|
||
|
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.11.0-alpine | ||
ARG NODE=node:22.12.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,7 +1,7 @@ | ||
{ | ||
"name": "@chat-game/space", | ||
"version": "0.2.0", | ||
"packageManager": "pnpm@9.14.2", | ||
"packageManager": "pnpm@9.15.0", | ||
"pnpm": { | ||
"overrides": { | ||
"[email protected]": "5.6.2" | ||
|
@@ -19,8 +19,8 @@ | |
} | ||
}, | ||
"engines": { | ||
"node": ">=22.11.0", | ||
"pnpm": ">=9.14.2" | ||
"node": ">=22.12.0", | ||
"pnpm": ">=9.15.0" | ||
}, | ||
"description": "Chat Game for Twitch", | ||
"author": "Nick Kosarev <[email protected]>", | ||
|
@@ -55,13 +55,13 @@ | |
"devDependencies": { | ||
"@commitlint/cli": "^19.6.0", | ||
"@commitlint/config-conventional": "^19.6.0", | ||
"@types/node": "^22.10.1", | ||
"@types/node": "^22.10.2", | ||
"changelogen": "^0.5.7", | ||
"dotenv-cli": "^7.4.4", | ||
"husky": "^9.1.7", | ||
"lint-staged": "^15.2.10", | ||
"lint-staged": "^15.2.11", | ||
"turbo": "^2.3.3", | ||
"typescript": "5.6.2" | ||
"typescript": "5.7.2" | ||
}, | ||
"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
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.