Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-vue to v9.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 885750b commit cd742bc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .docker-hub/varnish/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=7.6.1
ARG VERSION=7.6.0

FROM varnish:${VERSION}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- 'host.docker.internal:host-gateway'

http-cache:
image: varnish:7.6.1
image: varnish:7.6.0
container_name: 'ecamp3-http-cache'
depends_on:
- api
Expand Down
8 changes: 4 additions & 4 deletions frontend/package-lock.json

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

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"eslint-plugin-n": "17.13.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"eslint-plugin-vue-scoped-css": "2.8.1",
"flush-promises": "1.0.2",
"globals": "15.11.0",
Expand Down
8 changes: 4 additions & 4 deletions pdf/package-lock.json

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

2 changes: 1 addition & 1 deletion pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dayjs": "1.11.13",
"eslint": "9.14.0",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"globals": "15.11.0",
"jsdom": "25.0.1",
"prettier": "3.3.3",
Expand Down
8 changes: 4 additions & 4 deletions print/package-lock.json

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

2 changes: 1 addition & 1 deletion print/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-local-rules": "3.0.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-vue": "9.30.0",
"eslint-plugin-vue": "9.31.0",
"eslint-plugin-vue-scoped-css": "2.8.1",
"globals": "15.11.0",
"nuxt": "3.14.159",
Expand Down

0 comments on commit cd742bc

Please sign in to comment.