Skip to content

Commit 2283987

Browse files
authored
Merge pull request #4310 from aryaemami59/cut-down-on-resolutions
2 parents 99c4c3e + 927da27 commit 2283987

File tree

2 files changed

+490
-183
lines changed

2 files changed

+490
-183
lines changed

package.json

+10-21
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@
2323
"examples/action-listener/*"
2424
],
2525
"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",
2634
"@typescript-eslint/eslint-plugin": "6.12.0",
2735
"@typescript-eslint/parser": "6.12.0",
2836
"eslint": "^7.25.0",
@@ -36,36 +44,17 @@
3644
"eslint-plugin-react-hooks": "^4.2.0",
3745
"netlify-plugin-cache": "^1.0.3",
3846
"prettier": "^3.2.5",
47+
"react": "^18.2.0",
48+
"react-dom": "^18.2.0",
3949
"react-redux": "^9.1.0",
4050
"release-it": "^14.12.5",
4151
"serve": "^14.2.0",
4252
"ts-node": "^10.9.2",
4353
"typescript": "^5.2.2"
4454
},
4555
"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",
5256
"esbuild": "0.19.7",
5357
"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",
6958
"[email protected]": "patch:console-testing-library@npm%3A0.6.1#./.yarn/patches/console-testing-library-npm-0.6.1-4d9957d402.patch"
7059
},
7160
"scripts": {

0 commit comments

Comments
 (0)