|
27 | 27 | "homepage": "https://www.davidcsally.com", |
28 | 28 | "dependencies": { |
29 | 29 | "border-box.css": "^1.0.0", |
30 | | - "framer-motion": "^4.1.17", |
31 | | - "next": "^11.1.2", |
| 30 | + "framer-motion": "^7.2.1", |
| 31 | + "next": "^12.2.5", |
32 | 32 | "normalize.css": "^8.0.1", |
33 | | - "react": "^17.0.2", |
34 | | - "react-dom": "^17.0.2", |
| 33 | + "react": "^18.2.0", |
| 34 | + "react-dom": "^18.2.0", |
35 | 35 | "react-modal": "^3.14.3", |
36 | | - "styled-components": "^5.3.3" |
| 36 | + "styled-components": "^5.3.5" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@next/eslint-plugin-next": "^11.1.2", |
| 39 | + "@next/eslint-plugin-next": "^12.2.5", |
40 | 40 | "@storybook/addon-actions": "^6.3.12", |
41 | 41 | "@storybook/addon-links": "^6.3.12", |
42 | 42 | "@storybook/addons": "^6.3.12", |
|
45 | 45 | "@testing-library/react": "^12.1.2", |
46 | 46 | "@testing-library/user-event": "^13.5.0", |
47 | 47 | "@types/jest": "^27.0.2", |
48 | | - "@types/react": "^17.0.30", |
49 | | - "@types/react-dom": "^17.0.10", |
| 48 | + "@types/react": "^18.0.17", |
| 49 | + "@types/react-dom": "^18.0.6", |
50 | 50 | "@types/react-modal": "^3.13.1", |
51 | | - "@types/styled-components": "^5.1.15", |
| 51 | + "@types/styled-components": "^5.1.26", |
52 | 52 | "@typescript-eslint/eslint-plugin": "^5.19.0", |
53 | 53 | "@typescript-eslint/parser": "^5.19.0", |
54 | | - "babel-plugin-styled-components": "^1.13.3", |
55 | 54 | "cypress": "^9.5.4", |
56 | | - "eslint": "^8.12.0", |
| 55 | + "eslint": "^8.22.0", |
57 | 56 | "eslint-config-airbnb": "^18.2.1", |
58 | 57 | "eslint-config-prettier": "^8.3.0", |
59 | 58 | "eslint-plugin-cypress": "^2.12.1", |
|
65 | 64 | "jest": "^27.3.1", |
66 | 65 | "prettier": "^2.4.1", |
67 | 66 | "start-server-and-test": "^1.14.0", |
68 | | - "typescript": "^4.3.5" |
| 67 | + "typescript": "^4.7.0" |
69 | 68 | } |
70 | 69 | } |
0 commit comments