mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-28 12:42:44 -05:00
chore: add react email dev server & fix package npm deps (#3350)
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user