Skip to content

Commit bdef851

Browse files
snyk-botDargon789
authored andcommitted
1 parent 46b0af5 commit bdef851

File tree

1 file changed

+32
-36
lines changed

1 file changed

+32
-36
lines changed

packages/ui/package.json

Lines changed: 32 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,41 @@
22
"name": "ui",
33
"version": "0.0.0",
44
"dependencies": {
5-
"@gorhom/bottom-sheet": "4.6.4",
6-
"@react-native-masked-view/masked-view": "0.3.2",
7-
"@shopify/flash-list": "1.7.3",
8-
"@shopify/react-native-skia": "1.12.4",
9-
"@storybook/react": "8.5.2",
10-
"@tamagui/animations-react-native": "1.125.17",
11-
"@tamagui/font-inter": "1.125.17",
12-
"@tamagui/helpers-icon": "1.125.17",
13-
"@tamagui/portal": "1.125.17",
14-
"@tamagui/react-native-media-driver": "1.125.17",
15-
"@tamagui/remove-scroll": "1.125.17",
16-
"@tamagui/theme-base": "1.125.17",
17-
"@tanstack/react-query": "5.77.2",
18-
"@testing-library/react-hooks": "8.0.1",
19-
"ethers": "5.7.2",
20-
"expo-blur": "14.0.3",
21-
"expo-linear-gradient": "14.0.2",
5+
"@gorhom/bottom-sheet": "4.5.1",
6+
"@react-native-masked-view/masked-view": "0.2.9",
7+
"@shopify/flash-list": "1.6.3",
8+
"@shopify/react-native-skia": "1.4.2",
9+
"@storybook/react": "8.4.2",
10+
"@tamagui/animations-react-native": "1.114.4",
11+
"@tamagui/font-inter": "1.114.4",
12+
"@tamagui/helpers-icon": "1.114.4",
13+
"@tamagui/react-native-media-driver": "1.114.4",
14+
"@tamagui/remove-scroll": "1.114.4",
15+
"@tamagui/theme-base": "1.114.4",
16+
"@testing-library/react-hooks": "7.0.2",
17+
"ethers": "6.0.0",
18+
"expo-linear-gradient": "12.7.2",
2219
"i18next": "23.10.0",
2320
"qrcode": "1.5.1",
24-
"react": "18.3.1",
25-
"react-i18next": "14.1.0",
26-
"react-native": "0.77.2",
21+
"react": "18.2.0",
22+
"react-native": "0.73.6",
2723
"react-native-fast-image": "8.6.3",
28-
"react-native-gesture-handler": "2.22.1",
24+
"react-native-gesture-handler": "2.19.0",
2925
"react-native-image-colors": "1.5.2",
30-
"react-native-keyboard-controller": "1.17.5",
31-
"react-native-reanimated": "3.16.7",
32-
"react-native-safe-area-context": "5.1.0",
33-
"react-native-svg": "15.11.2",
34-
"react-native-webview": "13.13.5",
35-
"tamagui": "1.125.17",
26+
"react-native-reanimated": "3.15.0",
27+
"react-native-safe-area-context": "4.9.0",
28+
"react-native-svg": "15.1.0",
29+
"react-native-webview": "11.23.1",
30+
"tamagui": "1.114.4",
3631
"utilities": "workspace:^",
3732
"uuid": "9.0.0",
3833
"wcag-contrast": "3.0.0"
3934
},
4035
"devDependencies": {
41-
"@storybook/test": "8.5.2",
42-
"@tamagui/animations-moti": "1.125.17",
43-
"@tamagui/core": "1.125.17",
44-
"@testing-library/react-native": "13.0.0",
45-
"@types/chrome": "0.0.304",
36+
"@tamagui/animations-moti": "1.114.4",
37+
"@tamagui/build": "1.114.4",
38+
"@tamagui/core": "1.114.4",
39+
"@testing-library/react-native": "11.5.0",
4640
"@types/qrcode": "1.5.5",
4741
"@uniswap/eslint-config": "workspace:^",
4842
"camelcase": "6.3.0",
@@ -63,15 +57,17 @@
6357
"module:jsx": "src",
6458
"private": true,
6559
"scripts": {
66-
"build:icons": "bunx tsx ./src/scripts/componentize-icons.ts && biome check --write --unsafe",
67-
"build:icons:missing": "bun run build:icons --skip-existing",
60+
"build": "tamagui-build --ignore-base-url && node -r esbuild-register ./src/scripts/remove-declaration-files-from-utilities.ts",
61+
"clean": "tamagui-build clean",
62+
"build:icons": "node -r esbuild-register ./src/scripts/componentize-icons.ts",
63+
"build:icons:missing": "yarn build:icons --skip-existing",
6864
"check:deps:usage": "depcheck",
6965
"lint": "eslint src --max-warnings=0",
70-
"format": "biome check . --linter-enabled=false",
66+
"format": "../../scripts/prettier.sh",
7167
"lint:fix": "eslint src --fix",
7268
"test": "jest && echo 'ignoring'",
7369
"typecheck": "tsc -b",
74-
"watch": "bun run build --watch"
70+
"watch": "yarn build --watch"
7571
},
7672
"sideEffects": [
7773
"*.css"

0 commit comments

Comments
 (0)