Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2023
1 parent d09f14a commit 61261ae
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
6 changes: 3 additions & 3 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"@vitejs/plugin-vue": "4.5.2",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"@vue/tsconfig": "0.5.1",
"autoprefixer": "^10.4.16",
"cypress": "13.5.1",
"cypress": "13.6.1",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.19.2",
"isomorphic-fetch": "3.0.0",
Expand All @@ -49,7 +49,7 @@
"sass": "1.69.5",
"stylelint-scss": "6.0.0",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2",
"typescript": "5.3.3",
"vite": "4.5.1",
"vite-plugin-rewrite-all": "1.0.2",
"vue-i18n": "9.8.0",
Expand Down
Loading

0 comments on commit 61261ae

Please sign in to comment.