File tree Expand file tree Collapse file tree 5 files changed +1679
-1470
lines changed
Expand file tree Collapse file tree 5 files changed +1679
-1470
lines changed Original file line number Diff line number Diff line change 1111 },
1212 "dependencies" : {
1313 "@formbricks/react-native" : " workspace:*" ,
14- "@react-native-async-storage/async-storage" : " 2.1.2 " ,
15- "expo" : " ~53 .0.13 " ,
16- "expo-status-bar" : " ~2.2.3 " ,
17- "react" : " 19.0 .0" ,
18- "react-native" : " 0.79.4 "
14+ "@react-native-async-storage/async-storage" : " 2.2.0 " ,
15+ "expo" : " 54 .0.29 " ,
16+ "expo-status-bar" : " 3.0.9 " ,
17+ "react" : " 19.1 .0" ,
18+ "react-native" : " 0.81.5 "
1919 },
2020 "devDependencies" : {
21- "@babel/core" : " ^7.25.2 " ,
22- "@types/react" : " ~ 19.0.10 " ,
23- "typescript" : " ~5.8 .3"
21+ "@babel/core" : " 7.28.5 " ,
22+ "@types/react" : " 19.1.17 " ,
23+ "typescript" : " 5.9 .3"
2424 },
2525 "private" : true
2626}
Original file line number Diff line number Diff line change 2222 },
2323 "pnpm" : {
2424 "overrides" : {
25- "on-headers" : " >=1.1.0"
25+ "on-headers" : " >=1.1.0" ,
26+ "glob" : " >=11.1.0" ,
27+ "node-forge" : " >=1.3.2" ,
28+ "js-yaml" : " >=4.1.1"
2629 }
2730 }
2831}
Original file line number Diff line number Diff line change 4545 "zod" : " 3.25.67"
4646 },
4747 "devDependencies" : {
48- "@types/react" : " 19.0.14 " ,
48+ "@types/react" : " 19.1.17 " ,
4949 "@vercel/style-guide" : " 6.0.0" ,
5050 "@vitest/coverage-v8" : " 3.2.4" ,
51- "react" : " 19.0 .0" ,
52- "react-native" : " 0.79.4 " ,
53- "terser" : " 5.37.0 " ,
54- "vite" : " 7.1.9 " ,
51+ "react" : " 19.1 .0" ,
52+ "react-native" : " 0.81.5 " ,
53+ "terser" : " 5.44.1 " ,
54+ "vite" : " 7.3.0 " ,
5555 "vite-plugin-dts" : " 4.5.4" ,
56- "vitest" : " 3.2.4 "
56+ "vitest" : " 4.0.15 "
5757 },
5858 "peerDependencies" : {
5959 "@react-native-async-storage/async-storage" : " >=2.1.0" ,
Original file line number Diff line number Diff line change 11import { resolve } from "node:path" ;
2- import { type UserConfig , defineConfig } from "vite" ;
2+ import { defineConfig } from "vite" ;
3+ import { ViteUserConfig } from "vitest/config" ;
34import dts from "vite-plugin-dts" ;
45
5- const config = ( ) : UserConfig => {
6+ const config = ( ) : ViteUserConfig => {
67 return defineConfig ( {
78 resolve : {
89 alias : {
You can’t perform that action at this time.
0 commit comments