Skip to content

Commit

Permalink
Update all-frontend-non-major-dependencies (#2167)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent e0c8f2f commit 5486006
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 22 deletions.
2 changes: 1 addition & 1 deletion frontend/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v22.8.0
22.9.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.8.0
FROM node:22.9.0
WORKDIR /usr/src/app
COPY package*.json ./
RUN npm update --location=global npm && npm install
Expand Down
4 changes: 2 additions & 2 deletions frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM node:22.8.0 AS builder
FROM node:22.9.0 AS builder
WORKDIR /usr/src/app
COPY . .
RUN npm install && npx vite build

FROM cgr.dev/chainguard/nginx@sha256:ee722bcfe739f393e14ad4d87b485614e00db285ed20fa8f2eb8833a47c8c69e
FROM cgr.dev/chainguard/nginx@sha256:93778c7695c5bd9b3c6b191a9d583dfbad1394252f55a748ba094185260711a9
EXPOSE 8081
COPY --from=builder /usr/src/app/dist /var/lib/nginx/html
COPY nginx.conf /etc/nginx/conf.d/ris.conf
58 changes: 44 additions & 14 deletions frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=22.8.0"
"node": ">=22.9.0"
},
"engineStrict": true,
"scripts": {
Expand Down Expand Up @@ -93,7 +93,7 @@
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
Expand All @@ -119,13 +119,13 @@
"postcss-scrollbar": "^0.5.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.78.0",
"sass": "^1.79.1",
"stylelint": "^16.9.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"tailwindcss": "^3.4.11",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"unplugin-icons": "^0.19.3",
"vite": "^5.4.6",
Expand Down

0 comments on commit 5486006

Please sign in to comment.