File tree Expand file tree Collapse file tree 10 files changed +1918
-1150
lines changed
Expand file tree Collapse file tree 10 files changed +1918
-1150
lines changed Original file line number Diff line number Diff line change 1- FROM node:22.18 .0-alpine AS base
1+ FROM node:22.20 .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.18 .0-alpine AS base
1+ FROM node:22.20 .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.18 .0-alpine AS base
1+ FROM node:22.20 .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.18 .0-alpine AS base
1+ FROM node:22.20 .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.18 .0-slim AS base
1+ FROM node:22.20 .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.18 .0-alpine AS base
1+ FROM node:22.20 .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.18 .0-alpine AS base
1+ FROM node:22.20 .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" : " " ,
44 "private" : true ,
5- "packageManager" : " pnpm@10.15 .0" ,
5+ "packageManager" : " pnpm@10.18 .0" ,
66 "license" : " MIT" ,
77 "repository" : {
88 "type" : " git" ,
99 "url" : " git+https://github.com/nextorders/roll-stack.git"
1010 },
1111 "engines" : {
12- "node" : " >=22.18 .0" ,
13- "pnpm" : " >=10.15 .0"
12+ "node" : " >=22.20 .0" ,
13+ "pnpm" : " >=10.18 .0"
1414 },
1515 "scripts" : {
1616 "release" : " changelogen-monorepo --release --push" ,
4646 "vitest-browser-vue" : " catalog:"
4747 },
4848 "resolutions" : {
49- "rollup" : " ^4.50.2 " ,
50- "unimport" : " 4.1.1 "
49+ "rollup" : " ^4.52.4 " ,
50+ "unimport" : " 4.2.0 "
5151 },
5252 "lint-staged" : {
5353 "*.ts" : " eslint ."
You can’t perform that action at this time.
0 commit comments