File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:22.17.1 -alpine AS base
1+ FROM node:22.18.0 -alpine AS base
22ENV NODE_OPTIONS="--max_old_space_size=4096"
33
44# Builder stage
Original file line number Diff line number Diff line change 1- FROM node:22.17.1 -slim AS base
1+ FROM node:22.18.0 -slim AS base
22ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1
33ENV PLAYWRIGHT_BROWSERS_PATH=/opt/ms-playwright
44
Original file line number Diff line number Diff line change 1- FROM node:22.17.1 -alpine AS base
1+ FROM node:22.18.0 -alpine AS base
22ENV NODE_OPTIONS="--max_old_space_size=4096"
33
44# Builder stage
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments