From 0aff3040092de1fd31271f7763825aa22be225f9 Mon Sep 17 00:00:00 2001 From: Freddy Harris Date: Sun, 2 Feb 2025 15:40:13 +0100 Subject: [PATCH 01/15] 0.76 changes (#826) * add boxShadow and filter styles * update to rescript 11.1 * remove unnecessary trailing unit --- package-lock.json | 2 +- package.json | 2 +- src/apis/Alert.res | 2 -- src/apis/Animated.res | 9 +++--- src/apis/Style.res | 32 +++++++++++++++++++++ src/apis/Style.resi | 32 +++++++++++++++++++++ src/apis/Vibration.res | 4 +-- src/components/Image.res | 1 - src/elements/DrawerLayoutAndroidMethods.res | 4 +-- 9 files changed, 74 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11008d99..a42ab1bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "npm-run-all": "^4.0.0", "npmpub": "^5.0.0", "prettier": "^2.0.0", - "rescript": "^11.0.1" + "rescript": "^11.1.0" }, "funding": { "url": "https://github.com/rescript-react-native/rescript-react-native?sponsor=1" diff --git a/package.json b/package.json index 3c365098..edd443f7 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "npm-run-all": "^4.0.0", "npmpub": "^5.0.0", "prettier": "^2.0.0", - "rescript": "^11.0.1" + "rescript": "^11.1.0" }, "prettier": { "trailingComma": "all" diff --git a/src/apis/Alert.res b/src/apis/Alert.res index 9cbe49d3..374aeabc 100644 --- a/src/apis/Alert.res +++ b/src/apis/Alert.res @@ -18,7 +18,6 @@ external alert: ( ~message: string=?, ~buttons: array