diff --git a/package-lock.json b/package-lock.json index 41f862dc96f..e0ea9a87253 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,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.1", "@sentry/browser": "^7.57.0", "@yaireo/ui-range": "^2.1.15", "axios": "^1.4.0", @@ -3878,8 +3878,9 @@ } }, "node_modules/@rescript/react": { - "version": "0.11.0", - "license": "MIT", + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/@rescript/react/-/react-0.12.1.tgz", + "integrity": "sha512-ZD7nhDr5FZgLYqRH9s4CNM+LRz/3IMuTb+LH12fd2Akk0xYkYUP+DZveB2VQUC2UohJnTf/c8yPSNsiFihVCCg==", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" diff --git a/package.json b/package.json index 5445ef9bdb6..a4679357270 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,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.1", "@sentry/browser": "^7.57.0", "@yaireo/ui-range": "^2.1.15", "axios": "^1.4.0",