diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index bdae86da83..de402b3d7e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 18.18.2 ] + node-version: [ 18 ] language: ['javascript'] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] # Learn more: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8fdf111530..2c1551a9c1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18.18.2] + node-version: [ 18 ] needs: init steps: - name: Check out repository @@ -49,7 +49,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18.18.2] + node-version: [ 18 ] needs: init steps: - name: Get target branch name (pull request) @@ -102,7 +102,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18.18.2] + node-version: [ 18 ] needs: init steps: - name: Check out repository diff --git a/.github/workflows/sync-sanity-lokalize.yml b/.github/workflows/sync-sanity-lokalize.yml index e4f275ce5a..af052a8366 100644 --- a/.github/workflows/sync-sanity-lokalize.yml +++ b/.github/workflows/sync-sanity-lokalize.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - node-version: [18.18.2] + node-version: [ 18 ] steps: - name: Check out repository uses: actions/checkout@v2 diff --git a/Dockerfile b/Dockerfile index 917d11dc45..848a594156 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Install dependencies only when needed -FROM node:18.18.2-alpine AS deps +FROM node:18-alpine AS deps ENV NODE_ENV="production" ENV NEXT_TELEMETRY_DISABLED=1 diff --git a/packages/app/package.json b/packages/app/package.json index 4a1a0a4b9f..234dfbefc0 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -56,7 +56,7 @@ "react-markdown": "^5.0.3", "resize-observer-polyfill": "^1.5.1", "sanitize-filename": "^1.6.3", - "sharp": "^0.30.5", + "sharp": "^0.32.6", "styled-components": "^5.3.5", "styled-system": "^5.1.5", "svgo-loader": "^3.0.0", @@ -86,7 +86,6 @@ "@types/react-dom": "^17.0.11", "@types/react-is": "^17.0.3", "@types/react-test-renderer": "^17.0.1", - "@types/sharp": "^0.29.4", "@types/sinon": "^10.0.6", "@types/styled-components": "^5.1.25", "@types/styled-system": "^5.1.15", diff --git a/packages/app/src/pages/landelijk/de-coronaprik.tsx b/packages/app/src/pages/landelijk/de-coronaprik.tsx index 0d788c436f..6003cfbc21 100644 --- a/packages/app/src/pages/landelijk/de-coronaprik.tsx +++ b/packages/app/src/pages/landelijk/de-coronaprik.tsx @@ -15,7 +15,6 @@ import { WarningTile } from '~/components/warning-tile'; import { Layout, NlLayout } from '~/domain/layout'; import { Autumn2022ShotCoveragePerAgeGroup, - CampaignBanner, VaccinationsKpiHeader, VaccinationsOverTimeTile, VaccinationsShotKpiSection, @@ -226,12 +225,6 @@ function VaccinationPage(props: StaticProps) { }} /> - -