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 4fd0e2f commit 34cbbf9Copy full SHA for 34cbbf9
demo/package.json
@@ -13,16 +13,16 @@
13
},
14
"devDependencies": {
15
"@testing-library/cypress": "10.0.2",
16
- "@types/node": "22.7.6",
17
- "@types/react": "18.3.12",
18
- "@types/react-dom": "18.3.1",
+ "@types/node": "24.3.0",
+ "@types/react": "19.1.12",
+ "@types/react-dom": "19.1.9",
19
"concurrently": "9.0.1",
20
- "cypress": "13.15.1",
21
- "eslint-plugin-cypress": "4.0.0",
+ "cypress": "15.0.0",
+ "eslint-plugin-cypress": "5.1.1",
22
"nodemon": "3.1.7",
23
"start-server-and-test": "2.0.8",
24
"typescript": "5.6.3",
25
- "web-vitals": "4.2.4"
+ "web-vitals": "5.1.0"
26
27
"scripts": {
28
"cy:run": "cypress run",
0 commit comments