mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 20:45:15 +00:00
Merge pull request #1327 from freqtrade/dependabot/npm_and_yarn/main/vue/test-utils-2.4.0
build(deps-dev): bump @vue/test-utils from 2.3.2 to 2.4.0
This commit is contained in:
commit
8c40d3bd48
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
# we have already installed everything
|
||||
install: false
|
||||
# to run component tests we need to use "cypress run-ct"
|
||||
command: yarn cypress run-ct
|
||||
command: yarn cypress run --component
|
||||
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v5
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
"@vue/eslint-config-prettier": "^7.1.0",
|
||||
"@vue/eslint-config-typescript": "^11.0.3",
|
||||
"@vue/runtime-dom": "^3.3.4",
|
||||
"@vue/test-utils": "^2.3.2",
|
||||
"@vue/test-utils": "^2.4.0",
|
||||
"cypress": "^12.17.0",
|
||||
"eslint": "^8.44.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user