Skip to content

Commit 2aeeee2

Browse files
committed
chore: nuxt and node updated
1 parent 9b5709f commit 2aeeee2

6 files changed

Lines changed: 714 additions & 1651 deletions

File tree

docker/web-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine AS base
1+
FROM node:22.18.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

docker/web-parser/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-slim AS base
1+
FROM node:22.18.0-slim AS base
22
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
33
ENV PLAYWRIGHT_BROWSERS_PATH=/opt/ms-playwright
44

docker/web-storefront/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine AS base
1+
FROM node:22.18.0-alpine AS base
22
ENV NODE_OPTIONS="--max_old_space_size=4096"
33

44
# Builder stage

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
"name": "roll-stack",
33
"version": "0.0.0",
44
"private": true,
5-
"packageManager": "pnpm@10.13.1",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "The technological heart of a Sushi Love delivery network.",
77
"author": "Nick Kosarev <hmbanan666@hotmail.com>",
88
"license": "MIT",
9-
"homepage": "https://github.com/sushi-love/roll-stack",
9+
"homepage": "https://github.com/nextorders/roll-stack",
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/sushi-love/roll-stack"
12+
"url": "git+https://github.com/nextorders/roll-stack"
1313
},
1414
"bugs": {
15-
"url": "https://github.com/sushi-love/roll-stack/issues"
15+
"url": "https://github.com/nextorders/roll-stack/issues"
1616
},
1717
"keywords": [
1818
"ecommerce",
@@ -22,8 +22,8 @@
2222
"website"
2323
],
2424
"engines": {
25-
"node": ">=22.17.1",
26-
"pnpm": ">=10.13.1"
25+
"node": ">=22.18.0",
26+
"pnpm": ">=10.14.0"
2727
},
2828
"scripts": {
2929
"release": "changelogen-monorepo --release --push",

0 commit comments

Comments
 (0)