Skip to content

Commit 94fbcbb

Browse files
committed
add dotenv as dedicated dev dependency and use async iterator polyfill
1 parent 6def8e6 commit 94fbcbb

File tree

3 files changed

+19
-356
lines changed

3 files changed

+19
-356
lines changed

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"@expo/vector-icons": "^15.0.3",
2424
"@faker-js/faker": "^10.1.0",
2525
"@journeyapps/react-native-quick-sqlite": "^2.4.11",
26-
"@powersync/attachments": "^2.4.1",
2726
"@powersync/react-native": "^1.27.1",
2827
"@react-native-async-storage/async-storage": "2.2.0",
2928
"@react-navigation/bottom-tabs": "^7.4.0",
@@ -33,7 +32,6 @@
3332
"@supabase/supabase-js": "^2.86.0",
3433
"@tamagui/babel-plugin": "^1.138.6",
3534
"@tamagui/shorthands": "^1.138.6",
36-
"@tamagui/config": "^1.138.6",
3735
"@tamagui/core": "^1.138.6",
3836
"@tamagui/lucide-icons": "^1.138.6",
3937
"@tamagui/themes": "^1.138.6",
@@ -68,12 +66,10 @@
6866
},
6967
"devDependencies": {
7068
"@babel/plugin-transform-async-generator-functions": "^7.28.0",
69+
"dotenv": "^17.2.3",
7170
"@types/react": "~19.1.17",
7271
"eslint": "^9.25.0",
7372
"eslint-config-expo": "~10.0.0",
74-
"prettier": "^3.7.4",
75-
"prettier-plugin-embed": "^0.5.0",
76-
"prettier-plugin-sql": "^0.19.2",
7773
"typescript": "~5.9.2"
7874
},
7975
"license": "UNLICENSED",

0 commit comments

Comments
 (0)