Skip to content

Commit

Permalink
Update all-frontend-non-major-dependencies (#2459)
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 Jan 3, 2025
1 parent 786a4bb commit 50eba6a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /usr/src/app
COPY . .
RUN npm install && npx vite build

FROM cgr.dev/chainguard/nginx@sha256:aaa7cb67edbdd3c2773c1a90237b516e4b9bd4ed7be0b26367ede3274b3a7869
FROM cgr.dev/chainguard/nginx@sha256:eaa07d3cd8a2db1164ad6aeb0c34d964117622f7f4fd7f703892b29e36c43615
EXPOSE 8081
COPY --from=builder /usr/src/app/dist /var/lib/nginx/html
COPY nginx.conf /etc/nginx/conf.d/ris.conf
50 changes: 25 additions & 25 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 @@ -65,8 +65,8 @@
"@tiptap/vue-3": "^2.11.0",
"@unhead/vue": "^1.11.14",
"@unleash/proxy-client-vue": "^0.1.2",
"@vueuse/core": "^12.2.0",
"@vueuse/router": "^12.2.0",
"@vueuse/core": "^12.3.0",
"@vueuse/router": "^12.3.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"fast-json-patch": "^3.1.1",
Expand Down Expand Up @@ -97,7 +97,7 @@
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.3",
"@types/node": "^22.10.4",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-vue": "^5.2.1",
Expand Down Expand Up @@ -139,7 +139,7 @@
"typescript": "5.6.3",
"typescript-eslint": "^8.19.0",
"unplugin-icons": "^0.22.0",
"vite": "^6.0.6",
"vite": "^6.0.7",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-pages": "^0.32.4",
"vite-plugin-vue-devtools": "^7.6.8",
Expand Down

0 comments on commit 50eba6a

Please sign in to comment.