|
43 | 43 | "access": "public" |
44 | 44 | }, |
45 | 45 | "devDependencies": { |
46 | | - "@testing-library/jest-dom": "^5.11.10", |
47 | | - "@testing-library/react": "^11.2.6", |
48 | | - "@testing-library/react-hooks": "^5.1.3", |
49 | | - "@types/jest": "^26.0.22", |
50 | | - "@types/react": "^17.0.3", |
51 | | - "@types/react-router-dom": "^5.1.8", |
52 | | - "@typescript-eslint/eslint-plugin": "^4.21.0", |
53 | | - "@typescript-eslint/parser": "^4.21.0", |
54 | | - "eslint": "^7.23.0", |
55 | | - "eslint-config-prettier": "^8.1.0", |
56 | | - "eslint-plugin-import": "^2.22.1", |
57 | | - "eslint-plugin-jest": "^24.3.4", |
58 | | - "eslint-plugin-prettier": "^3.3.1", |
59 | | - "jest": "^26.6.3", |
60 | | - "next": "^11.0.1", |
61 | | - "next-router-mock": "^0.6.1", |
62 | | - "prettier": "^2.2.1", |
| 46 | + "@testing-library/jest-dom": "^5.16.4", |
| 47 | + "@testing-library/react": "^12.0.0", |
| 48 | + "@testing-library/react-hooks": "^8.0.1", |
| 49 | + "@types/jest": "^28.1.3", |
| 50 | + "@types/react": "^17.0.0", |
| 51 | + "@types/react-router-dom": "^5.3.3", |
| 52 | + "@typescript-eslint/eslint-plugin": "^5.30.0", |
| 53 | + "@typescript-eslint/parser": "^5.30.0", |
| 54 | + "eslint": "^8.18.0", |
| 55 | + "eslint-config-prettier": "^8.5.0", |
| 56 | + "eslint-plugin-import": "^2.26.0", |
| 57 | + "eslint-plugin-jest": "^26.5.3", |
| 58 | + "eslint-plugin-prettier": "^4.1.0", |
| 59 | + "jest": "^28.1.1", |
| 60 | + "jest-environment-jsdom": "^28.1.1", |
| 61 | + "next": "^12.2.0", |
| 62 | + "next-router-mock": "^0.7.4", |
| 63 | + "prettier": "^2.7.1", |
63 | 64 | "react": "^17.0.2", |
64 | 65 | "react-dom": "^17.0.2", |
65 | | - "react-router-dom": "^5.2.0", |
66 | | - "ts-jest": "^26.5.4", |
67 | | - "typescript": "^4.2.4" |
| 66 | + "react-router-dom": "^6.3.0", |
| 67 | + "ts-jest": "^28.0.5", |
| 68 | + "typescript": "^4.7.4" |
68 | 69 | }, |
69 | 70 | "peerDependencies": { |
70 | | - "react": "^16.0.0 || ^17.0.0" |
| 71 | + "next": "^12.0.0", |
| 72 | + "react": "^17.0.0", |
| 73 | + "react-dom": "^17.0.2", |
| 74 | + "react-router-dom": "^6.0.0" |
| 75 | + }, |
| 76 | + "peerDependenciesMeta": { |
| 77 | + "next": { |
| 78 | + "optional": true |
| 79 | + }, |
| 80 | + "react-router-dom": { |
| 81 | + "optional": true |
| 82 | + } |
71 | 83 | } |
72 | 84 | } |
0 commit comments