Files
formbricks/packages/lib/package.json
dependabot[bot] 4fa8a66c5f chore(deps-dev): bump the npm_and_yarn group across 4 directories with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [esbuild](https://github.com/evanw/esbuild) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Bumps the npm_and_yarn group with 1 update in the /apps/storybook directory: [esbuild](https://github.com/evanw/esbuild).
Bumps the npm_and_yarn group with 1 update in the /apps/web directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Bumps the npm_and_yarn group with 1 update in the /packages/react-native directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `esbuild` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.25.0)

Updates `vitest` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

Updates `esbuild` from 0.24.0 to 0.25.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.25.0)

Updates `vitest` from 2.1.8 to 2.1.9
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

Updates `vitest` from 3.0.4 to 3.0.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vitest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: esbuild
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vitest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
- dependency-name: vitest
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 10:32:41 +00:00

53 lines
1.6 KiB
JSON

{
"name": "@formbricks/lib",
"private": true,
"sideEffects": false,
"version": "0.0.0",
"main": "./index.ts",
"types": "./index.ts",
"type": "module",
"scripts": {
"clean": "rimraf .turbo node_modules .next coverage",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx,.json",
"lint:fix": "eslint . --ext .ts,.js,.tsx,.jsx --fix",
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json",
"test:dev": "vitest",
"test": "dotenv -e ../../.env -- vitest run"
},
"dependencies": {
"@ai-sdk/azure": "1.1.9",
"@aws-sdk/client-s3": "3.741.0",
"@aws-sdk/s3-presigned-post": "3.741.0",
"@aws-sdk/s3-request-presigner": "3.741.0",
"@formbricks/api": "workspace:*",
"@formbricks/database": "workspace:*",
"@formbricks/types": "workspace:*",
"@paralleldrive/cuid2": "2.2.2",
"@t3-oss/env-nextjs": "0.12.0",
"@ungap/structured-clone": "1.3.0",
"aws-crt": "1.25.3",
"date-fns": "4.1.0",
"jsonwebtoken": "9.0.2",
"markdown-it": "14.1.0",
"mime-types": "2.1.35",
"nanoid": "5.0.9",
"next-auth": "4.24.11",
"posthog-node": "4.4.1",
"qrcode": "1.5.4",
"server-only": "0.0.1",
"superjson": "2.2.2",
"tailwind-merge": "3.0.1"
},
"devDependencies": {
"@formbricks/config-typescript": "workspace:*",
"@formbricks/eslint-config": "workspace:*",
"@types/jsonwebtoken": "9.0.8",
"@types/mime-types": "2.1.4",
"@types/ungap__structured-clone": "1.2.0",
"dotenv": "16.4.7",
"ts-node": "10.9.2",
"vitest": "2.1.9",
"vitest-mock-extended": "2.0.2"
}
}