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
+3 -3
View File
@@ -11,8 +11,8 @@
"postinstall": "nuxt prepare",
"lint:js": "eslint .",
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style",
"lintfix": "eslint --fix . && yarn lint:style --fix",
"lint": "npm run lint:js && npm run lint:style",
"lintfix": "eslint --fix . && npm run lint:style --fix",
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
},
"devDependencies": {
@@ -61,6 +61,6 @@
"subscriptions-transport-ws": "0.11.0"
},
"engines": {
"node": "22"
"node": "24"
}
}