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 2cb5215 commit 66a8cf9Copy full SHA for 66a8cf9
dev-packages/e2e-tests/test-applications/react-router-6-use-routes/package.json
@@ -4,19 +4,13 @@
4
"private": true,
5
"dependencies": {
6
"@sentry/react": "latest || *",
7
- "@testing-library/jest-dom": "5.14.1",
8
- "@testing-library/react": "13.0.0",
9
- "@testing-library/user-event": "13.2.1",
10
- "@types/jest": "27.0.1",
11
- "@types/node": "16.7.13",
12
"@types/react": "18.0.0",
13
"@types/react-dom": "18.0.0",
14
"react": "18.2.0",
15
"react-dom": "18.2.0",
16
"react-router-dom": "^6.4.1",
17
"react-scripts": "5.0.1",
18
- "typescript": "4.9.5",
19
- "web-vitals": "2.1.0"
+ "typescript": "4.9.5"
20
},
21
"scripts": {
22
"build": "react-scripts build",
dev-packages/e2e-tests/test-applications/react-router-6-use-routes/tests/behaviour-test.test.ts
0 commit comments