Skip to content

Commit 5df4a12

Browse files
committed
fix: fixed the problem of not being able to find the JSX namespace when packaging
1 parent ce7a72e commit 5df4a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"@testing-library/user-event": "^14.6.1",
9494
"@types/lodash-es": "^4.17.12",
9595
"@types/node": "^20.14.11",
96-
"@types/react": "^19.1.0",
96+
"@types/react": "^18.3.20",
9797
"@types/react-dom": "^19.1.1",
9898
"@types/react-transition-group": "^4.4.4",
9999
"@types/tinycolor2": "^1.4.6",

0 commit comments

Comments
 (0)