We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69b245 commit 31fdc26Copy full SHA for 31fdc26
2 files changed
package.json
@@ -132,13 +132,13 @@
132
"vue-tsc": "3.2.2"
133
},
134
"peerDependencies": {
135
- "@cucumber/cucumber": "^10.3.1 || >=11.0.0",
136
- "@jest/globals": "^29.5.0 || >=30.0.0",
+ "@cucumber/cucumber": ">=11.0.0",
+ "@jest/globals": ">=30.0.0",
137
"@playwright/test": "^1.43.1",
138
- "@testing-library/vue": "^7.0.0 || ^8.0.1",
+ "@testing-library/vue": "^8.0.1",
139
"@vue/test-utils": "^2.4.2",
140
- "happy-dom": "*",
141
- "jsdom": "*",
+ "happy-dom": ">=20.0.11",
+ "jsdom": ">=27.4.0",
142
"playwright-core": "^1.43.1",
143
"vitest": "^4.0.2"
144
pnpm-lock.yaml
0 commit comments