Skip to content

Commit 7615e75

Browse files
committed
chore(deps): remove unused dependencies
Those dependencies were used only by our Cypress config, but now as we use `@nextcloud/e2e-test-server` we do not have any direct dependency on any of them. Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent 3e1ce96 commit 7615e75

File tree

2 files changed

+2
-161
lines changed

2 files changed

+2
-161
lines changed

package-lock.json

Lines changed: 1 addition & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
"@testing-library/jest-dom": "^6.9.1",
6161
"@testing-library/vue": "^8.1.0",
6262
"@types/dockerode": "^3.3.47",
63-
"@types/wait-on": "^5.3.4",
6463
"@vitest/coverage-v8": "^4.0.14",
6564
"@vue/test-utils": "^2.4.6",
6665
"@vue/tsconfig": "^0.8.1",
@@ -72,21 +71,16 @@
7271
"cypress-split": "^1.24.25",
7372
"cypress-vite": "^1.8.0",
7473
"cypress-wait-until": "^3.0.2",
75-
"dockerode": "^4.0.9",
7674
"eslint": "^9.39.1",
7775
"eslint-plugin-cypress": "^5.2.0",
7876
"eslint-plugin-no-only-tests": "^3.3.0",
79-
"globals": "^16.5.0",
8077
"jsdom": "^27.2.0",
8178
"jsdom-testing-mocks": "^1.16.0",
8279
"sass": "^1.94.2",
8380
"stylelint": "^16.26.0",
8481
"stylelint-use-logical": "^2.1.2",
85-
"ts-node": "^10.9.2",
86-
"tslib": "^2.8.1",
8782
"vite": "^7.2.4",
88-
"vitest": "^4.0.13",
89-
"wait-on": "^9.0.3"
83+
"vitest": "^4.0.14"
9084
},
9185
"engines": {
9286
"node": "^24.0.0",

0 commit comments

Comments
 (0)