Skip to content

Commit 9818edf

Browse files
authored
fix: remove react native from dependencies (#660)
1 parent b00ead5 commit 9818edf

File tree

3 files changed

+3
-84
lines changed

3 files changed

+3
-84
lines changed

package-lock.json

Lines changed: 1 addition & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"@gravity-ui/components": "^2.4.0",
8585
"@gravity-ui/dynamic-forms": "^2.3.0",
8686
"@gravity-ui/i18n": "^1.0.0",
87+
"@react-spring/web": "^9.7.3",
8788
"ajv": "^8.12.0",
8889
"final-form": "^4.20.9",
8990
"github-buttons": "2.23.0",
@@ -93,7 +94,6 @@
9394
"react-monaco-editor": "^0.53.0",
9495
"react-player": "^2.9.0",
9596
"react-slick": "^0.29.0",
96-
"react-spring": "^9.7.2",
9797
"react-transition-group": "^4.4.2",
9898
"react-waypoint": "^10.1.0",
9999
"sanitize-html": "2.6.1",

src/components/Media/Image/Image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, {Fragment, useEffect, useState} from 'react';
22

3+
import {Interpolation, animated, config, useSpring} from '@react-spring/web';
34
import debounce from 'lodash/debounce';
4-
import {Interpolation, animated, config, useSpring} from 'react-spring';
55

66
import SliderBlock from '../../../blocks/Slider/Slider';
77
import {ImageProps, MediaComponentImageProps, QAProps, SliderType} from '../../../models';

0 commit comments

Comments
 (0)