chore: add react email dev server & fix package npm deps (#3350)

Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
This commit is contained in:
Matti Nannt
2024-10-10 11:08:46 +02:00
committed by GitHub
parent cedb0b27c0
commit cf4eec5134
55 changed files with 2052 additions and 2434 deletions
+6 -6
View File
@@ -44,12 +44,12 @@
"@formbricks/lib": "workspace:*",
"@formbricks/types": "workspace:*",
"@react-native-async-storage/async-storage": "1.23.1",
"@types/react": "^18.2.79",
"react": "18.2.0",
"react-native": "^0.74.5",
"terser": "^5.31.3",
"vite": "^5.3.5",
"vite-plugin-dts": "^3.9.1"
"@types/react": "18.3.11",
"react": "18.3.1",
"react-native": "0.74.5",
"terser": "5.31.3",
"vite": "5.4.8",
"vite-plugin-dts": "3.9.1"
},
"peerDependencies": {
"react": ">=16.8.0",