Update angular to 20
Some checks failed
Gitea/swiss-client/pipeline/head There was a failure building this commit
Some checks failed
Gitea/swiss-client/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20.13.1-alpine3.19 as build
|
||||
FROM node:22.18.0-alpine3.22 as build
|
||||
WORKDIR /app/src
|
||||
COPY package*.json ./
|
||||
RUN apk update
|
||||
@@ -7,7 +7,7 @@ RUN yarn install --frozen-lockfile --no-progress
|
||||
COPY . ./
|
||||
RUN yarn build
|
||||
|
||||
FROM node:20.13.1-alpine3.19
|
||||
FROM node:22.18.0-alpine3.22
|
||||
RUN addgroup -S k8s-group && adduser -S k8s-user -G k8s-group
|
||||
USER root
|
||||
WORKDIR /usr/app
|
||||
|
||||
9838
package-lock.json
generated
Normal file
9838
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -24,16 +24,16 @@
|
||||
"@angular/platform-server": "^20.1.6",
|
||||
"@angular/router": "^20.1.6",
|
||||
"@angular/ssr": "^20.1.5",
|
||||
"@ng-bootstrap/ng-bootstrap": "^17.0.0",
|
||||
"@ng-bootstrap/ng-bootstrap": "^19.0.1",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"bootstrap": "^5.3.2",
|
||||
"express": "^4.18.2",
|
||||
"moment": "2.29.4",
|
||||
"ngx-cookie-service-ssr": "^18.0.0",
|
||||
"ngx-mask": "^18.0.0",
|
||||
"bootstrap": "^5.3.7",
|
||||
"express": "^5.1.0",
|
||||
"moment": "2.30.1",
|
||||
"ngx-cookie-service-ssr": "^20.1.0",
|
||||
"ngx-mask": "^20.0.3",
|
||||
"rxjs": "~7.8.0",
|
||||
"ts-enums": "^0.0.6",
|
||||
"tslib": "^2.3.0",
|
||||
"tslib": "^2.8.1",
|
||||
"zone.js": "~0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -41,10 +41,10 @@
|
||||
"@angular/cli": "^20.1.5",
|
||||
"@angular/compiler-cli": "^20.1.6",
|
||||
"@angular/localize": "^20.1.6",
|
||||
"@types/express": "^4.17.17",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/jasmine": "~5.1.0",
|
||||
"@types/node": "^18.18.0",
|
||||
"jasmine-core": "~5.1.0",
|
||||
"@types/node": "^24.2.1",
|
||||
"jasmine-core": "~5.9.0",
|
||||
"karma": "~6.4.0",
|
||||
"karma-chrome-launcher": "~3.2.0",
|
||||
"karma-coverage": "~2.2.0",
|
||||
|
||||
Reference in New Issue
Block a user