Skip to content

Commit

Permalink
[fix] @react-native/normalize-colors dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunrajput authored and gypaullin committed Jul 5, 2024
1 parent 49ea8f2 commit be9b045
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 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 packages/react-native-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@react-native/normalize-color": "^2.1.0",
"@react-native/normalize-colors": "^0.74.1",
"fbjs": "^3.0.4",
"inline-style-prefixer": "^6.0.1",
"memoize-one": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-web/src/exports/Touchable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import type { Node } from 'React';

import AccessibilityUtil from '../../modules/AccessibilityUtil';
import BoundingDimensions from './BoundingDimensions';
import normalizeColor from '@react-native/normalize-color';
import normalizeColor from '@react-native/normalize-colors';
import Position from './Position';
import React from 'react';
import UIManager from '../UIManager';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @flow
*/

import normalizeColor from '@react-native/normalize-color';
import normalizeColor from '@react-native/normalize-colors';

const processColor = (color?: string | number): ?number => {
if (color === undefined || color === null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import AnimatedValue from './AnimatedValue';
import AnimatedWithChildren from './AnimatedWithChildren';
import normalizeColor from '@react-native/normalize-color';
import normalizeColor from '@react-native/normalize-colors';
import NativeAnimatedHelper from '../NativeAnimatedHelper';

import type {PlatformConfig} from '../AnimatedPlatformConfig';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import AnimatedWithChildren from './AnimatedWithChildren';
import NativeAnimatedHelper from '../NativeAnimatedHelper';

import invariant from 'fbjs/lib/invariant';
import normalizeColor from '@react-native/normalize-color';
import normalizeColor from '@react-native/normalize-colors';

import type {PlatformConfig} from '../AnimatedPlatformConfig';

Expand Down

0 comments on commit be9b045

Please sign in to comment.