Skip to content

Commit

Permalink
fix: remove react native from dependencies (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
melikhov-dev authored Oct 25, 2023
1 parent b00ead5 commit 9818edf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 84 deletions.
83 changes: 1 addition & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"@gravity-ui/components": "^2.4.0",
"@gravity-ui/dynamic-forms": "^2.3.0",
"@gravity-ui/i18n": "^1.0.0",
"@react-spring/web": "^9.7.3",
"ajv": "^8.12.0",
"final-form": "^4.20.9",
"github-buttons": "2.23.0",
Expand All @@ -93,7 +94,6 @@
"react-monaco-editor": "^0.53.0",
"react-player": "^2.9.0",
"react-slick": "^0.29.0",
"react-spring": "^9.7.2",
"react-transition-group": "^4.4.2",
"react-waypoint": "^10.1.0",
"sanitize-html": "2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Media/Image/Image.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, {Fragment, useEffect, useState} from 'react';

import {Interpolation, animated, config, useSpring} from '@react-spring/web';
import debounce from 'lodash/debounce';
import {Interpolation, animated, config, useSpring} from 'react-spring';

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

0 comments on commit 9818edf

Please sign in to comment.