-
Notifications
You must be signed in to change notification settings - Fork 6
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
fc3e551
commit 2cfcdfe
Showing
10 changed files
with
1,837 additions
and
1,537 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG NODE=node:22.10.0-alpine | ||
ARG NODE=node:22.11.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,4 +1,4 @@ | ||
FROM node:22.10.0-alpine | ||
FROM node:22.11.0-alpine | ||
WORKDIR /app | ||
|
||
COPY apps/food/prisma ./prisma/ | ||
|
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.10.0-alpine | ||
ARG NODE=node:22.11.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,4 +1,4 @@ | ||
ARG NODE=node:22.10.0-alpine | ||
ARG NODE=node:22.11.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": "@next-orders/space", | ||
"version": "0.6.1", | ||
"packageManager": "[email protected].1", | ||
"packageManager": "[email protected].3", | ||
"pnpm": { | ||
"supportedArchitectures": { | ||
"os": [ | ||
|
@@ -17,7 +17,7 @@ | |
}, | ||
"engines": { | ||
"node": ">=20.18.0", | ||
"pnpm": ">=9.12.1" | ||
"pnpm": ">=9.12.3" | ||
}, | ||
"description": "Modern e-commerce self-hosted platform: clients will be happy to order delicious food!", | ||
"keywords": [ | ||
|
@@ -55,7 +55,7 @@ | |
"devDependencies": { | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@types/node": "^22.7.9", | ||
"@types/node": "^22.9.0", | ||
"changelogen": "^0.5.7", | ||
"dotenv-cli": "^7.4.2", | ||
"husky": "^9.1.6", | ||
|
Oops, something went wrong.