chore(deps): update cypress/base docker tag to v24

This commit is contained in:
Renovate
2025-05-07 16:05:17 +00:00
committed by Joakim Olsson
parent 5873c2431e
commit 12cb98d925
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM cypress/base:22.15.0@sha256:dcca936f59362209da3d29acd9e01b299d3ab72bcf32a22c2949ba4210f9b92f as builder FROM cypress/base:24.0.0@sha256:a12dd7ba6c42601ba02328491320f04fede8b652f6da27247897b9a6d413c2b9 as builder
WORKDIR /build WORKDIR /build
+3 -3
View File
@@ -11,8 +11,8 @@
"postinstall": "nuxt prepare", "postinstall": "nuxt prepare",
"lint:js": "eslint .", "lint:js": "eslint .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore", "lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style", "lint": "npm run lint:js && npm run lint:style",
"lintfix": "eslint --fix . && yarn lint:style --fix", "lintfix": "eslint --fix . && npm run lint:style --fix",
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix" "codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
}, },
"devDependencies": { "devDependencies": {
@@ -61,6 +61,6 @@
"subscriptions-transport-ws": "0.11.0" "subscriptions-transport-ws": "0.11.0"
}, },
"engines": { "engines": {
"node": "22" "node": "24"
} }
} }