fix: move cypress to optionalDependencies in packages/frontent/package.json

This commit is contained in:
Luna Nova 2024-11-12 14:33:05 -05:00
parent 3b89b73d27
commit 906c2863db
No known key found for this signature in database
GPG key ID: 88F483D6835BD2B0
2 changed files with 99 additions and 34 deletions

View file

@ -76,6 +76,9 @@
"vue": "3.5.10",
"vuedraggable": "next"
},
"optionalDependencies": {
"cypress": "13.15.0"
},
"devDependencies": {
"@misskey-dev/summaly": "5.1.0",
"@storybook/addon-actions": "8.3.3",
@ -115,7 +118,6 @@
"@vue/runtime-core": "3.5.10",
"acorn": "8.12.1",
"cross-env": "7.0.3",
"cypress": "13.15.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-vue": "9.28.0",
"fast-glob": "3.3.2",