diff --git a/package-lock.json b/package-lock.json index 2458c891d41..9bf119eee11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@pnotify/core": "^5.2.0", "@pnotify/mobile": "^5.2.0", "@react-spring/web": "^9.7.3", - "@rescript/react": "^0.11.0", + "@rescript/react": "^0.12.2", "@sentry/browser": "^8.12.0", "@yaireo/ui-range": "^2.1.15", "@yudiel/react-qr-scanner": "^2.0.0-beta.3", @@ -3769,9 +3769,9 @@ } }, "node_modules/@rescript/react": { - "version": "0.11.0", - "resolved": "https://registry.npmjs.org/@rescript/react/-/react-0.11.0.tgz", - "integrity": "sha512-RzoAO+3cJwXE2D7yodMo4tBO2EkeDYCN/I/Sj/yRweI3S1CY1ZBOF/GMcVtjeIurJJt7KMveqQXTaRrqoGZBBg==", + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/@rescript/react/-/react-0.12.2.tgz", + "integrity": "sha512-EOF19dLTG4Y9K59JqMjG5yfvIsrMZqfxGC2J/oe9gGgrMiUrzZh3KH9khTcR1Z3Ih0lRViSh0/iYnJz20gGoag==", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" diff --git a/package.json b/package.json index aa8d3f5df01..fb7b6f1c45a 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@pnotify/core": "^5.2.0", "@pnotify/mobile": "^5.2.0", "@react-spring/web": "^9.7.3", - "@rescript/react": "^0.11.0", + "@rescript/react": "^0.12.2", "@sentry/browser": "^8.12.0", "@yaireo/ui-range": "^2.1.15", "@yudiel/react-qr-scanner": "^2.0.0-beta.3",