Skip to content

Commit

Permalink
Merge pull request #4310 from aryaemami59/cut-down-on-resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed May 9, 2024
2 parents 99c4c3e + 927da27 commit 2283987
Show file tree
Hide file tree
Showing 2 changed files with 490 additions and 183 deletions.
31 changes: 10 additions & 21 deletions package.json
Expand Up @@ -23,6 +23,14 @@
"examples/action-listener/*"
],
"devDependencies": {
"@babel/code-frame": "^7.24.2",
"@babel/core": "^7.24.3",
"@babel/generator": "^7.24.1",
"@babel/helper-compilation-targets": "^7.23.6",
"@babel/traverse": "^7.24.1",
"@babel/types": "^7.24.0",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"eslint": "^7.25.0",
Expand All @@ -36,36 +44,17 @@
"eslint-plugin-react-hooks": "^4.2.0",
"netlify-plugin-cache": "^1.0.3",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"release-it": "^14.12.5",
"serve": "^14.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"resolutions": {
"@babel/core": "7.19.3",
"@babel/code-frame": "7.18.6",
"@babel/generator": "7.19.3",
"@babel/helper-compilation-targets": "7.19.3",
"@babel/traverse": "7.19.3",
"@babel/types": "7.19.3",
"esbuild": "0.19.7",
"jest-snapshot": "29.3.1",
"react": "npm:^18.2.0",
"react-dom": "npm:18.2.0",
"resolve": "1.22.1",
"@types/react": "npm:^18.0.12",
"@types/react-dom": "npm:18.0.5",
"@types/inquirer": "npm:8.2.1",
"website/react": "npm:17.0.2",
"website/react-dom": "npm:17.0.2",
"website/@types/react-dom": "npm:17.0.11",
"website/@types/react": "npm:17.0.11",
"docs/react": "npm:17.0.2",
"docs/react-dom": "npm:17.0.2",
"docs/@types/react-dom": "npm:17.0.11",
"docs/@types/react": "npm:17.0.11",
"type-fest": "2.19.0",
"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"
},
"scripts": {
Expand Down

0 comments on commit 2283987

Please sign in to comment.