@cleartrip/ct-design-animate 5.24.0-SNAPSHOT-native-main.46 → 5.24.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleartrip/ct-design-animate",
3
- "version": "5.24.0-SNAPSHOT-native-main.46",
3
+ "version": "5.24.0",
4
4
  "description": "HOC component that will render animation to children",
5
5
  "types": "dist/index.d.ts",
6
6
  "main": "./dist/ct-design-animate.cjs.js",
@@ -26,14 +26,14 @@
26
26
  "dependencies": {
27
27
  "@emotion/react": "^11.14.0",
28
28
  "@emotion/styled": "^11.14.0",
29
- "@cleartrip/ct-design-style-manager": "5.24.0-SNAPSHOT-native-main.46",
30
- "@cleartrip/ct-design-theme": "5.24.0-SNAPSHOT-native-main.46",
31
- "@cleartrip/ct-design-common-utils": "5.24.0-SNAPSHOT-native-main.46",
32
- "@cleartrip/ct-design-scroll-container": "5.24.0-SNAPSHOT-native-main.46"
29
+ "@cleartrip/ct-design-style-manager": "5.24.0",
30
+ "@cleartrip/ct-design-theme": "5.24.0",
31
+ "@cleartrip/ct-design-common-utils": "5.24.0",
32
+ "@cleartrip/ct-design-scroll-container": "5.24.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@emotion/babel-plugin": "^11.12.0",
36
- "@cleartrip/ct-design-types": "5.24.0-SNAPSHOT-native-main.46"
36
+ "@cleartrip/ct-design-types": "5.24.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.8.0",
@@ -6,4 +6,4 @@ const StretchyAnimation: React.FC<StretchyAnimationProps> = ({ children }) => {
6
6
  return children;
7
7
  };
8
8
 
9
- export default StretchyAnimation;
9
+ export default StretchyAnimation;