chore(deps): update cypress/base docker tag to v24
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user