react-native-reanimated 4.5.1 → 4.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/compatibility.json
CHANGED
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* version used to build the native part of the library in runtime. Remember to
|
|
4
4
|
* keep this in sync with the version declared in `package.json`
|
|
5
5
|
*/
|
|
6
|
-
export declare const jsVersion = "4.5.
|
|
6
|
+
export declare const jsVersion = "4.5.2";
|
|
7
7
|
//# sourceMappingURL=jsVersion.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-reanimated",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.2",
|
|
4
4
|
"description": "More powerful alternative to Animated library for React Native.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "*",
|
|
104
104
|
"react-native": "0.83 - 0.86",
|
|
105
|
-
"react-native-worklets": "0.10.x"
|
|
105
|
+
"react-native-worklets": "0.10.x - 0.11.x"
|
|
106
106
|
},
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@babel/core": "7.28.4",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"react-native": "0.86.0",
|
|
137
137
|
"react-native-svg": "15.15.4",
|
|
138
138
|
"react-native-web": "0.21.1",
|
|
139
|
-
"react-native-worklets": "0.
|
|
139
|
+
"react-native-worklets": "0.11.0",
|
|
140
140
|
"react-test-renderer": "19.2.3",
|
|
141
141
|
"typescript": "5.9.3"
|
|
142
142
|
},
|