fix(vue): drop vue jest dependency (#19756)

This commit is contained in:
Katerina Skroumpelou 2023-10-20 18:50:31 +03:00 committed by GitHub
parent f36e78e53c
commit ac1f2d446b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,7 @@
"nx",
"typescript",
"@nx/cypress",
"@nx/jest",
"@nx/playwright",
"@nx/storybook"
]

View File

@ -31,7 +31,6 @@
"minimatch": "3.0.5",
"tslib": "^2.3.0",
"@nx/devkit": "file:../devkit",
"@nx/jest": "file:../jest",
"@nx/js": "file:../js",
"@nx/eslint": "file:../eslint",
"@nx/vite": "file:../vite",