|
23 | 23 | "examples/action-listener/*" |
24 | 24 | ], |
25 | 25 | "devDependencies": { |
| 26 | + "@babel/code-frame": "^7.24.2", |
| 27 | + "@babel/core": "^7.24.3", |
| 28 | + "@babel/generator": "^7.24.1", |
| 29 | + "@babel/helper-compilation-targets": "^7.23.6", |
| 30 | + "@babel/traverse": "^7.24.1", |
| 31 | + "@babel/types": "^7.24.0", |
| 32 | + "@types/react": "^18.2.77", |
| 33 | + "@types/react-dom": "^18.2.25", |
26 | 34 | "@typescript-eslint/eslint-plugin": "6.12.0", |
27 | 35 | "@typescript-eslint/parser": "6.12.0", |
28 | 36 | "eslint": "^7.25.0", |
|
36 | 44 | "eslint-plugin-react-hooks": "^4.2.0", |
37 | 45 | "netlify-plugin-cache": "^1.0.3", |
38 | 46 | "prettier": "^3.2.5", |
| 47 | + "react": "^18.2.0", |
| 48 | + "react-dom": "^18.2.0", |
39 | 49 | "react-redux": "^9.1.0", |
40 | 50 | "release-it": "^14.12.5", |
41 | 51 | "serve": "^14.2.0", |
42 | 52 | "ts-node": "^10.9.2", |
43 | 53 | "typescript": "^5.2.2" |
44 | 54 | }, |
45 | 55 | "resolutions": { |
46 | | - "@babel/core": "7.19.3", |
47 | | - "@babel/code-frame": "7.18.6", |
48 | | - "@babel/generator": "7.19.3", |
49 | | - "@babel/helper-compilation-targets": "7.19.3", |
50 | | - "@babel/traverse": "7.19.3", |
51 | | - "@babel/types": "7.19.3", |
52 | 56 | "esbuild": "0.19.7", |
53 | 57 | "jest-snapshot": "29.3.1", |
54 | | - "react": "npm:^18.2.0", |
55 | | - "react-dom": "npm:18.2.0", |
56 | | - "resolve": "1.22.1", |
57 | | - "@types/react": "npm:^18.0.12", |
58 | | - "@types/react-dom": "npm:18.0.5", |
59 | | - "@types/inquirer": "npm:8.2.1", |
60 | | - "website/react": "npm:17.0.2", |
61 | | - "website/react-dom": "npm:17.0.2", |
62 | | - "website/@types/react-dom": "npm:17.0.11", |
63 | | - "website/@types/react": "npm:17.0.11", |
64 | | - "docs/react": "npm:17.0.2", |
65 | | - "docs/react-dom": "npm:17.0.2", |
66 | | - "docs/@types/react-dom": "npm:17.0.11", |
67 | | - "docs/@types/react": "npm:17.0.11", |
68 | | - "type-fest": "2.19.0", |
69 | 58 | "console-testing-library@0.6.1": "patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch" |
70 | 59 | }, |
71 | 60 | "scripts": { |
|
0 commit comments