|
12 | 12 | "author": "Matthew Frey <matthewfrey118@gmail.com>", |
13 | 13 | "license": "MIT", |
14 | 14 | "dependencies": { |
15 | | - "classnames": "^2.2.6", |
16 | | - "detect-node": "^2.0.4", |
17 | | - "next": "^9.5.3", |
18 | | - "react": "^16.13.1", |
19 | | - "react-dom": "^16.13.1", |
20 | | - "react-icons": "^3.11.0", |
21 | | - "styled-components": "^5.2.0", |
22 | | - "styled-reset": "^4.2.3" |
| 15 | + "classnames": "2.x", |
| 16 | + "detect-node": "2.x", |
| 17 | + "next": "12.x", |
| 18 | + "react": "17.x", |
| 19 | + "react-dom": "17.x", |
| 20 | + "react-icons": "3.x", |
| 21 | + "styled-components": "5.x", |
| 22 | + "styled-reset": "4.x" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | | - "@types/classnames": "^2.2.10", |
26 | | - "@types/detect-node": "^2.0.0", |
27 | | - "@types/node": "^14.11.2", |
28 | | - "@types/react": "^16.9.49", |
29 | | - "@types/react-dom": "^16.9.8", |
30 | | - "@types/styled-components": "^5.1.3", |
31 | | - "babel-plugin-styled-components": "^1.11.1", |
32 | | - "fork-ts-checker-webpack-plugin": "^5.2.0", |
33 | | - "tslint": "^6.1.3", |
34 | | - "tslint-config-airbnb": "^5.11.2", |
35 | | - "typescript": "^4.0.3" |
| 25 | + "@types/classnames": "2.x", |
| 26 | + "@types/detect-node": "2.x", |
| 27 | + "@types/node": "16.x", |
| 28 | + "@types/react": "17.x", |
| 29 | + "@types/react-dom": "17.x", |
| 30 | + "@types/styled-components": "5.x", |
| 31 | + "tslint": "6.x", |
| 32 | + "tslint-config-airbnb": "5.x", |
| 33 | + "typescript": "4.x" |
36 | 34 | } |
37 | 35 | } |
0 commit comments