Skip to content

Commit c31910c

Browse files
authored
fix: remove unused dependencies (#676)
1 parent 1fe2416 commit c31910c

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

packages/react-native/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,10 @@
5151
"@storybook/react": "^8.5.1",
5252
"@storybook/react-native-theming": "^8.5.2",
5353
"@storybook/react-native-ui": "^8.5.2",
54-
"chokidar": "^3.5.1",
5554
"commander": "^8.2.0",
5655
"dedent": "^1.5.1",
5756
"deepmerge": "^4.3.0",
58-
"glob": "^7.1.7",
5957
"prettier": "^2.4.1",
60-
"react-native-swipe-gestures": "^1.0.5",
6158
"react-native-url-polyfill": "^2.0.0",
6259
"setimmediate": "^1.0.5",
6360
"storybook": "^8.5.1",

yarn.lock

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5554,17 +5554,14 @@ __metadata:
55545554
"@types/react": "npm:~18.3.12"
55555555
babel-jest: "npm:^29.7.0"
55565556
babel-plugin-syntax-hermes-parser: "npm:^0.25.0"
5557-
chokidar: "npm:^3.5.1"
55585557
commander: "npm:^8.2.0"
55595558
dedent: "npm:^1.5.1"
55605559
deepmerge: "npm:^4.3.0"
5561-
glob: "npm:^7.1.7"
55625560
jest: "npm:^29.7.0"
55635561
jotai: "npm:^2.6.2"
55645562
prettier: "npm:^2.4.1"
55655563
react: "npm:18.3.1"
55665564
react-native: "npm:0.76.3"
5567-
react-native-swipe-gestures: "npm:^1.0.5"
55685565
react-native-url-polyfill: "npm:^2.0.0"
55695566
react-test-renderer: "npm:^18.3.1"
55705567
setimmediate: "npm:^1.0.5"
@@ -10922,7 +10919,7 @@ __metadata:
1092210919
languageName: node
1092310920
linkType: hard
1092410921

10925-
"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4, glob@npm:^7.1.7":
10922+
"glob@npm:^7.1.1, glob@npm:^7.1.3, glob@npm:^7.1.4":
1092610923
version: 7.2.3
1092710924
resolution: "glob@npm:7.2.3"
1092810925
dependencies:
@@ -16169,13 +16166,6 @@ __metadata:
1616916166
languageName: node
1617016167
linkType: hard
1617116168

16172-
"react-native-swipe-gestures@npm:^1.0.5":
16173-
version: 1.0.5
16174-
resolution: "react-native-swipe-gestures@npm:1.0.5"
16175-
checksum: 10/d637bc40baa50fa0ce3b6cf2b494efeceaea03cc3875cb7cf7d76922914a21d5e6b098d4a084fb291ce61bfbb0a241c03cff24b15bebf0cfae1c146f4ad10d92
16176-
languageName: node
16177-
linkType: hard
16178-
1617916169
"react-native-url-polyfill@npm:^2.0.0":
1618016170
version: 2.0.0
1618116171
resolution: "react-native-url-polyfill@npm:2.0.0"

0 commit comments

Comments
 (0)