Skip to content

Commit

Permalink
fix: Only supports React < 18 (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 11, 2022
1 parent 0c4aabe commit 9e2b5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^8.0.0",
"@types/react-dom": "*"
"@types/react-dom": "<18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
Expand All @@ -60,8 +60,8 @@
"typescript": "^4.1.2"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
"react": "<18.0.0",
"react-dom": "<18.0.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js",
Expand Down

0 comments on commit 9e2b5db

Please sign in to comment.