Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31fdc26

Browse filesBrowse files
committed
feat(deps)!: drop official support for older versions of test runners + dom environments
1 parent a69b245 commit 31fdc26
Copy full SHA for 31fdc26

2 files changed

+7-7Lines changed: 7 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@
132132
"vue-tsc": "3.2.2"
133133
},
134134
"peerDependencies": {
135-
"@cucumber/cucumber": "^10.3.1 || >=11.0.0",
136-
"@jest/globals": "^29.5.0 || >=30.0.0",
135+
"@cucumber/cucumber": ">=11.0.0",
136+
"@jest/globals": ">=30.0.0",
137137
"@playwright/test": "^1.43.1",
138-
"@testing-library/vue": "^7.0.0 || ^8.0.1",
138+
"@testing-library/vue": "^8.0.1",
139139
"@vue/test-utils": "^2.4.2",
140-
"happy-dom": "*",
141-
"jsdom": "*",
140+
"happy-dom": ">=20.0.11",
141+
"jsdom": ">=27.4.0",
142142
"playwright-core": "^1.43.1",
143143
"vitest": "^4.0.2"
144144
},
Collapse file

‎pnpm-lock.yaml‎

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+2-2Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.