|
34 | 34 | "@storybook/react": "^7.0.12", |
35 | 35 | "@storybook/react-webpack5": "^7.0.12", |
36 | 36 | "@storybook/testing-react": "^2.0.0", |
37 | | - "@types/jest": "^26.0.19", |
| 37 | + "@types/jest": "^29.5.2", |
38 | 38 | "@types/react": "^17.0.20", |
39 | | - "@typescript-eslint/eslint-plugin": "^5.9.1", |
40 | | - "@typescript-eslint/parser": "^5.9.1", |
| 39 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
| 40 | + "@typescript-eslint/parser": "^5.60.0", |
41 | 41 | "concurrently": "^5.1.0", |
42 | 42 | "cross-env": "^5.2.0", |
43 | 43 | "eslint": "^8.19.0", |
44 | 44 | "eslint-config-prettier": "^8.5.0", |
45 | 45 | "eslint-config-react-app": "^7.0.1", |
46 | 46 | "eslint-plugin-cypress": "^2.12.1", |
47 | 47 | "eslint-plugin-prettier": "^4.2.1", |
| 48 | + "eslint-plugin-testing-library": "^5.11.0", |
48 | 49 | "full-icu": "~1.3.1", |
| 50 | + "global-jsdom": "^9.0.1", |
49 | 51 | "husky": "^2.3.0", |
50 | | - "jest": "26.6.0", |
51 | | - "jest-circus": "26.6.0", |
52 | | - "jest-resolve": "26.6.0", |
53 | | - "jest-watch-typeahead": "0.6.1", |
54 | | - "lerna": "~5.5.2", |
| 52 | + "jest": "^29.5.0", |
| 53 | + "jest-circus": "29.5.0", |
| 54 | + "jest-environment-jsdom": "^29.5.0", |
| 55 | + "jest-resolve": "29.5.0", |
| 56 | + "jest-watch-typeahead": "2.2.2", |
| 57 | + "lerna": "~7.0.2", |
55 | 58 | "lint-staged": "^13.0.3", |
56 | 59 | "lolex": "~2.3.2", |
57 | 60 | "prettier": "~2.1.1", |
58 | 61 | "raf": "~3.4.1", |
59 | 62 | "react": "^17.0.0", |
60 | 63 | "react-dom": "^17.0.0", |
61 | 64 | "storybook": "^7.0.12", |
62 | | - "ts-jest": "^26.4.4", |
63 | | - "typescript": "^4.4.0", |
| 65 | + "ts-jest": "^29.1.0", |
| 66 | + "typescript": "^5.1.3", |
64 | 67 | "wait-on": "^3.2.0", |
65 | 68 | "whatwg-fetch": "^3.0.0" |
66 | 69 | }, |
|
75 | 78 | } |
76 | 79 | }, |
77 | 80 | "resolutions": { |
| 81 | + "@typescript-eslint/typescript-estree": "^5.60.0", |
| 82 | + "@typescript-eslint/parser": "^5.60.0", |
| 83 | + "@typescript-eslint/eslint-plugin": "^5.60.0", |
78 | 84 | "minimist": "^1.2.6", |
79 | 85 | "ejs": "^3.1.7" |
80 | 86 | }, |
|
0 commit comments