1
This commit is contained in:
parent
2fd9ce289e
commit
3804e13f65
@ -7,7 +7,7 @@ ARG BACKEND_URL=http://localhost:8000
|
|||||||
|
|
||||||
COPY package.json package-lock.json* yarn.lock* ./
|
COPY package.json package-lock.json* yarn.lock* ./
|
||||||
ENV NEXT_IGNORE_INCORRECT_LOCKFILE=1
|
ENV NEXT_IGNORE_INCORRECT_LOCKFILE=1
|
||||||
RUN npm ci && npm install --no-save @next/swc-linux-x64-gnu@14.2.35
|
RUN npm ci && npm install --no-save @next/swc-linux-x64-gnu@14.2.33
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
ENV BACKEND_URL=$BACKEND_URL
|
ENV BACKEND_URL=$BACKEND_URL
|
||||||
|
|||||||
20
frontend/package-lock.json
generated
20
frontend/package-lock.json
generated
@ -243,7 +243,7 @@
|
|||||||
},
|
},
|
||||||
"node_modules/@next/swc-darwin-arm64": {
|
"node_modules/@next/swc-darwin-arm64": {
|
||||||
"version": "14.2.35",
|
"version": "14.2.35",
|
||||||
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.35.tgz",
|
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.33.tgz",
|
||||||
"integrity": "sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==",
|
"integrity": "sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==",
|
||||||
"cpu": [
|
"cpu": [
|
||||||
"arm64"
|
"arm64"
|
||||||
@ -3678,15 +3678,15 @@
|
|||||||
"node": ">=18.17.0"
|
"node": ">=18.17.0"
|
||||||
},
|
},
|
||||||
"optionalDependencies": {
|
"optionalDependencies": {
|
||||||
"@next/swc-darwin-arm64": "14.2.35",
|
"@next/swc-darwin-arm64": "14.2.33",
|
||||||
"@next/swc-darwin-x64": "14.2.35",
|
"@next/swc-darwin-x64": "14.2.33",
|
||||||
"@next/swc-linux-arm64-gnu": "14.2.35",
|
"@next/swc-linux-arm64-gnu": "14.2.33",
|
||||||
"@next/swc-linux-arm64-musl": "14.2.35",
|
"@next/swc-linux-arm64-musl": "14.2.33",
|
||||||
"@next/swc-linux-x64-gnu": "14.2.35",
|
"@next/swc-linux-x64-gnu": "14.2.33",
|
||||||
"@next/swc-linux-x64-musl": "14.2.35",
|
"@next/swc-linux-x64-musl": "14.2.33",
|
||||||
"@next/swc-win32-arm64-msvc": "14.2.35",
|
"@next/swc-win32-arm64-msvc": "14.2.33",
|
||||||
"@next/swc-win32-ia32-msvc": "14.2.35",
|
"@next/swc-win32-ia32-msvc": "14.2.33",
|
||||||
"@next/swc-win32-x64-msvc": "14.2.35"
|
"@next/swc-win32-x64-msvc": "14.2.33"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@opentelemetry/api": "^1.1.0",
|
"@opentelemetry/api": "^1.1.0",
|
||||||
|
|||||||
@ -108,9 +108,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
glob "10.3.10"
|
glob "10.3.10"
|
||||||
|
|
||||||
"@next/swc-darwin-arm64@14.2.35":
|
"@next/swc-darwin-arm64@14.2.33":
|
||||||
version "14.2.35"
|
version "14.2.35"
|
||||||
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.35.tgz"
|
resolved "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-14.2.33.tgz"
|
||||||
integrity sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==
|
integrity sha512-HqYnb6pxlsshoSTubdXKu15g3iivcbsMXg4bYpjL2iS/V6aQot+iyF4BUc2qA/J/n55YtvE4PHMKWBKGCF/+wA==
|
||||||
|
|
||||||
"@nodelib/fs.scandir@2.1.5":
|
"@nodelib/fs.scandir@2.1.5":
|
||||||
@ -1938,15 +1938,15 @@ next@14.2.35:
|
|||||||
postcss "8.4.31"
|
postcss "8.4.31"
|
||||||
styled-jsx "5.1.1"
|
styled-jsx "5.1.1"
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
"@next/swc-darwin-arm64" "14.2.35"
|
"@next/swc-darwin-arm64" "14.2.33"
|
||||||
"@next/swc-darwin-x64" "14.2.35"
|
"@next/swc-darwin-x64" "14.2.33"
|
||||||
"@next/swc-linux-arm64-gnu" "14.2.35"
|
"@next/swc-linux-arm64-gnu" "14.2.33"
|
||||||
"@next/swc-linux-arm64-musl" "14.2.35"
|
"@next/swc-linux-arm64-musl" "14.2.33"
|
||||||
"@next/swc-linux-x64-gnu" "14.2.35"
|
"@next/swc-linux-x64-gnu" "14.2.33"
|
||||||
"@next/swc-linux-x64-musl" "14.2.35"
|
"@next/swc-linux-x64-musl" "14.2.33"
|
||||||
"@next/swc-win32-arm64-msvc" "14.2.35"
|
"@next/swc-win32-arm64-msvc" "14.2.33"
|
||||||
"@next/swc-win32-ia32-msvc" "14.2.35"
|
"@next/swc-win32-ia32-msvc" "14.2.33"
|
||||||
"@next/swc-win32-x64-msvc" "14.2.35"
|
"@next/swc-win32-x64-msvc" "14.2.33"
|
||||||
|
|
||||||
node-exports-info@^1.6.0:
|
node-exports-info@^1.6.0:
|
||||||
version "1.6.0"
|
version "1.6.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user