Skip to content

Commit 9ca41f8

Browse files
committed
qual: keep supporting React 18
1 parent 38f50c3 commit 9ca41f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@rollup/plugin-terser": "^0.4.3",
6161
"@rollup/plugin-typescript": "^12.1.0",
6262
"@types/jest": "^29.0.0",
63-
"@types/react": "^19.0.2",
64-
"@types/react-dom": "^19.0.2",
63+
"@types/react": "^18.2.7 || ^19.0.2",
64+
"@types/react-dom": "^18.2.4 || ^19.0.2",
6565
"@types/uuid": "^10.0.0",
6666
"eslint": "^8.57.0",
6767
"eslint-config-prettier": "^9.0.0",
@@ -72,8 +72,8 @@
7272
"jest-environment-jsdom": "^29.5.0",
7373
"markdown-toc": "^1.2.0",
7474
"prettier": "3.4.2",
75-
"react": "^19.0.0",
76-
"react-dom": "^19.0.0",
75+
"react": "^18.2.0 || ^19.0.0",
76+
"react-dom": "^18.2.0 || ^19.0.0",
7777
"rollup": "^4.0.2",
7878
"ts-jest": "^29.0.0",
7979
"typescript": "^5.2.0"

0 commit comments

Comments
 (0)