|
11 | 11 | "react": "18.2.0",
|
12 | 12 | "react-dom": "18.2.0",
|
13 | 13 | "react-scripts": "5.0.1",
|
14 |
| - "typescript": "<5.2.3", |
15 | 14 | "usehooks-ts": "2.9.1",
|
16 | 15 | "web-vitals": "3.4.0"
|
17 | 16 | },
|
18 | 17 | "devDependencies": {
|
19 | 18 | "@babel/plugin-proposal-private-property-in-object": "7.21.11",
|
20 |
| - "@babel/preset-env": "^7.22.6", |
21 |
| - "@babel/preset-react": "^7.22.5", |
22 |
| - "@testing-library/jest-dom": "^6.0.0", |
23 |
| - "@testing-library/react": "^14.0.0", |
| 19 | + "@babel/preset-env": "7.22.6", |
| 20 | + "@babel/preset-react": "7.22.5", |
| 21 | + "@testing-library/jest-dom": "6.0.0", |
| 22 | + "@testing-library/react": "14.0.0", |
24 | 23 | "@testing-library/user-event": "14.4.3",
|
25 |
| - "@types/jest": "29.5.3", |
26 |
| - "@types/node": "18.17.5", |
27 |
| - "@types/react": "18.2.20", |
| 24 | + "@types/jest": "29.5.4", |
| 25 | + "@types/node": "18.17.14", |
| 26 | + "@types/react": "18.2.21", |
28 | 27 | "@types/react-dom": "18.2.7",
|
29 |
| - "@typescript-eslint/eslint-plugin": "^6.0.0", |
30 |
| - "@typescript-eslint/parser": "^6.0.0", |
31 |
| - "babel-plugin-transform-export-extensions": "^6.22.0", |
32 |
| - "eslint": "^8.44.0", |
| 28 | + "@typescript-eslint/eslint-plugin": "6.0.0", |
| 29 | + "@typescript-eslint/parser": "6.0.0", |
| 30 | + "babel-plugin-transform-export-extensions": "6.22.0", |
| 31 | + "eslint": "8.44.0", |
33 | 32 | "eslint-config-airbnb": "19.0.4",
|
34 | 33 | "eslint-config-airbnb-typescript": "17.1.0",
|
35 | 34 | "eslint-config-prettier": "9.0.0",
|
36 | 35 | "eslint-config-standard": "17.1.0",
|
37 | 36 | "eslint-import-resolver-typescript": "3.6.0",
|
38 |
| - "eslint-plugin-import": "2.28.0", |
| 37 | + "eslint-plugin-import": "2.28.1", |
39 | 38 | "eslint-plugin-jest": "27.2.3",
|
40 |
| - "eslint-plugin-jest-dom": "5.0.2", |
| 39 | + "eslint-plugin-jest-dom": "5.1.0", |
41 | 40 | "eslint-plugin-jest-formatting": "3.1.0",
|
42 | 41 | "eslint-plugin-jsx-a11y": "6.7.1",
|
43 |
| - "eslint-plugin-n": "16.0.1", |
| 42 | + "eslint-plugin-n": "16.0.2", |
44 | 43 | "eslint-plugin-no-only-tests": "3.1.0",
|
45 | 44 | "eslint-plugin-prefer-arrow": "1.2.3",
|
46 | 45 | "eslint-plugin-prettier": "5.0.0",
|
47 | 46 | "eslint-plugin-promise": "6.1.1",
|
48 |
| - "eslint-plugin-react": "7.33.0", |
| 47 | + "eslint-plugin-react": "7.33.2", |
49 | 48 | "eslint-plugin-react-hooks": "4.6.0",
|
50 | 49 | "eslint-plugin-security": "1.7.1",
|
51 |
| - "eslint-plugin-testing-library": "6.0.0", |
52 |
| - "husky": "^8.0.3", |
53 |
| - "jest": "^29.0.0", |
54 |
| - "lint-staged": "^14.0.0", |
55 |
| - "prettier": "3.0.2" |
| 50 | + "eslint-plugin-testing-library": "6.0.1", |
| 51 | + "husky": "8.0.3", |
| 52 | + "jest": "29.0.0", |
| 53 | + "lint-staged": "14.0.0", |
| 54 | + "prettier": "3.0.3", |
| 55 | + "typescript": "<5.2.0" |
56 | 56 | },
|
57 | 57 | "scripts": {
|
58 | 58 | "prepare": "husky install",
|
|
93 | 93 | "engines": {
|
94 | 94 | "yarn": ">=1.22.0"
|
95 | 95 | },
|
96 |
| - "overrides": { |
97 |
| - "dependencies": { |
98 |
| - "typescript": "<5.2.3" |
99 |
| - } |
100 |
| - }, |
101 | 96 | "homepage": "login",
|
102 | 97 | "jest": {
|
103 | 98 | "collectCoverageFrom": [
|
|
0 commit comments