|
4 | 4 | "license": "MIT", |
5 | 5 | "author": "Alexander Grischuk <alexgrischuk@gmail.com", |
6 | 6 | "engines": { |
7 | | - "node": ">=10" |
| 7 | + "node": ">=16" |
8 | 8 | }, |
9 | 9 | "main": "template.json", |
10 | 10 | "description": "A quick start Create React App template with React Router, Redux, TypeScript, Enzyme and custom ESlint configurations", |
|
35 | 35 | "url": "https://github.com/alexandr-g/cra-template-typescript-redux/issues" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@types/enzyme": "^3.10.4", |
39 | | - "@types/jest": "^27.0.0", |
| 38 | + "@babel/runtime": "^7.21.5", |
| 39 | + "@testing-library/react": "^14.0.0", |
40 | 40 | "@types/node": "^14.0.0", |
41 | | - "@types/react": "^17.0.0", |
42 | | - "@types/react-dom": "^17.0.0", |
43 | | - "@types/react-redux": "^7.1.5", |
44 | | - "@types/react-router-dom": "^5.1.3", |
| 41 | + "@types/react": "^18.2.6", |
| 42 | + "@types/react-dom": "^18.2.4", |
| 43 | + "@types/react-router-dom": "^5.3.3", |
45 | 44 | "@types/redux-mock-store": "^1.0.1", |
46 | 45 | "@typescript-eslint/eslint-plugin": "^5.59.5", |
47 | 46 | "@typescript-eslint/parser": "5.9.1", |
48 | | - "@wojtekmaj/enzyme-adapter-react-17": "^0.6.0", |
49 | | - "enzyme": "^3.11.0", |
50 | 47 | "eslint": "^8.6.0", |
51 | 48 | "eslint-config-airbnb-typescript": "^16.1.0", |
52 | 49 | "eslint-config-prettier": "^8.0.0", |
|
56 | 53 | "eslint-plugin-react": "^7.21.5", |
57 | 54 | "eslint-plugin-react-hooks": "^4.0.8", |
58 | 55 | "prettier": "^2.0.0", |
59 | | - "react": "^17.0.0", |
60 | | - "react-dom": "^17.0.0", |
61 | | - "react-redux": "^7.1.3", |
62 | | - "react-router-dom": "^5.1.2", |
63 | | - "react-scripts": "5.0.0", |
| 56 | + "react": "^18.2.0", |
| 57 | + "react-dom": "^18.2.0", |
| 58 | + "react-redux": "^8.0.5", |
| 59 | + "react-router-dom": "^6.11.1", |
| 60 | + "react-scripts": "^5.0.1", |
64 | 61 | "redux": "^4.0.5", |
65 | 62 | "redux-devtools-extension": "^2.13.8", |
66 | 63 | "redux-mock-store": "^1.5.4", |
|
113 | 110 | "@semantic-release/changelog": "6.0.1", |
114 | 111 | "@semantic-release/git": "10.0.1", |
115 | 112 | "@semantic-release/github": "8.0.2", |
| 113 | + "@testing-library/jest-dom": "^5.16.5", |
116 | 114 | "codecov": "3.8.3", |
117 | 115 | "commitizen": "4.2.4", |
118 | 116 | "cypress": "9.4.1", |
|
0 commit comments