update packages

This commit is contained in:
mahula 2024-03-09 21:41:17 +01:00
parent 9b588394e9
commit 409ff1c350
2 changed files with 331 additions and 317 deletions

629
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,17 +29,18 @@
"cypress:run": "cypress run --e2e --browser electron",
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build .",
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.json,.yml,.yaml --max-warnings 0 ."
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.json,.yml,.yaml --max-warnings 0 .",
"update": "npx npm-check-updates"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.1",
"@badeball/cypress-cucumber-preprocessor": "^20.0.2",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@eslint-community/eslint-plugin-eslint-comments": "^4.1.0",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vuepress/bundler-vite": "^2.0.0-rc.8",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
@ -53,10 +54,10 @@
"multiple-cucumber-html-reporter": "^3.6.2",
"prettier": "^3.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"vuepress": "^2.0.0-rc.0",
"vuepress-plugin-search-pro": "^2.0.0-rc.25",
"vuepress-theme-hope": "^2.0.0-rc.25"
"vuepress-plugin-search-pro": "^2.0.0-rc.29",
"vuepress-theme-hope": "^2.0.0-rc.29"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,