chore: update all npm dependencies (#4486)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
Co-authored-by: Anshuman Pandey <54475686+pandeymangg@users.noreply.github.com>
This commit is contained in:
Piyush Gupta
2024-12-18 15:32:43 +05:30
committed by GitHub
parent 8936ce928f
commit 36bf445370
33 changed files with 5133 additions and 5934 deletions

View File

@@ -20,9 +20,9 @@
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs",
"types": "./dist/index.d.ts"
"require": "./dist/index.umd.cjs"
}
},
"scripts": {
@@ -39,9 +39,9 @@
"@formbricks/types": "workspace:*",
"@rollup/plugin-inject": "5.0.5",
"buffer": "6.0.3",
"terser": "5.31.6",
"vite": "5.4.8",
"vite-plugin-dts": "3.9.1",
"terser": "5.37.0",
"vite": "6.0.3",
"vite-plugin-dts": "4.3.0",
"vite-plugin-node-polyfills": "0.22.0"
}
}