Skip to content

Commit

Permalink
Update Tailormap packages to 11.3.5 and upgrade node to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthijsln committed Jul 15, 2024
1 parent 9e5fae3 commit 2b22636
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Test and deploy'

env: # Keep this in sync with Dockerfile version
NODE_VERSION: "20.14.0"
NODE_VERSION: "20.15.0"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDPLATFORM=linux/amd64
ARG API_VERSION=snapshot

FROM node:20.14.0 AS builder
FROM node:20.15.0 AS builder

ARG BASE_HREF=/
ARG ADD_NG_LIBRARIES
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@ngrx/store": "^17.2.0",
"@ngrx/store-devtools": "^17.2.0",
"@stardazed/zlib": "^1.0.1",
"@tailormap-admin/admin-api": "^11.3.4",
"@tailormap-admin/admin-core": "^11.3.4",
"@tailormap-viewer/api": "^11.3.4",
"@tailormap-viewer/core": "^11.3.4",
"@tailormap-viewer/map": "^11.3.4",
"@tailormap-viewer/shared": "^11.3.4",
"@tailormap-admin/admin-api": "^11.3.5",
"@tailormap-admin/admin-core": "^11.3.5",
"@tailormap-viewer/api": "^11.3.5",
"@tailormap-viewer/core": "^11.3.5",
"@tailormap-viewer/map": "^11.3.5",
"@tailormap-viewer/shared": "^11.3.5",
"@tinyhttp/content-disposition": "^2.2.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
Expand Down

0 comments on commit 2b22636

Please sign in to comment.