chore: prepare 1.3.5 release (#1752)

This commit is contained in:
Matti Nannt
2023-12-06 13:06:50 +01:00
committed by GitHub
parent 626356be55
commit b9def78d2e
12 changed files with 1459 additions and 1954 deletions

View File

@@ -15,23 +15,23 @@
"@formbricks/ui": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.4.6"
"storybook": "^7.6.3"
},
"devDependencies": {
"@formbricks/tsconfig": "workspace:*",
"@storybook/addon-essentials": "^7.5.0-alpha.5",
"@storybook/addon-interactions": "^7.5.0-alpha.5",
"@storybook/addon-links": "^7.5.0-alpha.5",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.0-alpha.5",
"@storybook/react": "^7.5.0-alpha.5",
"@storybook/react-vite": "^7.5.0-alpha.5",
"@storybook/addon-essentials": "^7.6.3",
"@storybook/addon-interactions": "^7.6.3",
"@storybook/addon-links": "^7.6.3",
"@storybook/addon-onboarding": "^1.0.9",
"@storybook/blocks": "^7.6.3",
"@storybook/react": "^7.6.3",
"@storybook/react-vite": "^7.6.3",
"@storybook/testing-library": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.1.0",
"esbuild": "^0.19.5",
"tsup": "^7.2.0",
"vite": "^4.4.11"
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.19.8",
"tsup": "^8.0.1",
"vite": "^5.0.6"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/web",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"scripts": {
"clean": "rimraf .turbo node_modules .next",
@@ -25,13 +25,13 @@
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@react-email/components": "^0.0.11",
"@sentry/nextjs": "^7.84.0",
"@react-email/components": "^0.0.12",
"@sentry/nextjs": "^7.85.0",
"@vercel/og": "^0.5.20",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"framer-motion": "10.16.9",
"framer-motion": "10.16.14",
"googleapis": "^129.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
@@ -41,13 +41,13 @@
"next": "13.5.6",
"nodemailer": "^6.9.7",
"otplib": "^12.0.1",
"posthog-js": "^1.93.3",
"posthog-js": "^1.93.6",
"prismjs": "^1.29.0",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-email": "^1.9.5",
"react-email": "^1.10.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",

View File

@@ -33,10 +33,10 @@
"devDependencies": {
"@formbricks/types": "workspace:*",
"@formbricks/tsconfig": "workspace:*",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
"terser": "^5.24.0",
"vite": "^5.0.4",
"terser": "^5.25.0",
"vite": "^5.0.6",
"vite-plugin-dts": "^3.6.4"
}
}

View File

@@ -18,6 +18,6 @@
},
"dependencies": {
"@formbricks/lib": "workspace:*",
"stripe": "^14.6.0"
"stripe": "^14.7.0"
}
}

View File

@@ -8,13 +8,13 @@
"clean": "rimraf node_modules .turbo"
},
"devDependencies": {
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15"
}
}

View File

@@ -42,19 +42,19 @@
"@formbricks/surveys": "workspace:*",
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@types/jest": "^29.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"isomorphic-fetch": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"terser": "^5.24.0",
"vite": "^5.0.4",
"terser": "^5.25.0",
"vite": "^5.0.6",
"vite-plugin-dts": "^3.6.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest"
},
"jest": {

View File

@@ -12,9 +12,9 @@
"lint:report": "eslint . --format json --output-file ../../lint-results/app-store.json"
},
"dependencies": {
"@aws-sdk/s3-presigned-post": "3.458.0",
"@aws-sdk/client-s3": "3.458.0",
"@aws-sdk/s3-request-presigner": "3.458.0",
"@aws-sdk/s3-presigned-post": "3.465.0",
"@aws-sdk/client-s3": "3.465.0",
"@aws-sdk/s3-request-presigner": "3.465.0",
"@t3-oss/env-nextjs": "^0.7.1",
"mime": "4.0.0",
"@formbricks/api": "*",
@@ -25,12 +25,12 @@
"date-fns": "^2.30.0",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^13.0.2",
"nanoid": "^5.0.3",
"nanoid": "^5.0.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.7",
"posthog-node": "^3.1.3",
"posthog-node": "^3.2.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.0.0"
"tailwind-merge": "^2.1.0"
},
"devDependencies": {
"@formbricks/tsconfig": "*",

View File

@@ -28,14 +28,14 @@
"@formbricks/types": "workspace:*",
"@preact/preset-vite": "^2.7.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"preact": "^10.19.2",
"tailwindcss": "^3.3.5",
"terser": "^5.24.0",
"vite": "^5.0.4",
"tailwindcss": "^3.3.6",
"terser": "^5.25.0",
"vite": "^5.0.6",
"vite-plugin-dts": "^3.6.4",
"vite-tsconfig-paths": "^4.2.1",
"eslint-config-prettier": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest"
}
}

View File

@@ -10,7 +10,7 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6"
}
}

View File

@@ -7,8 +7,8 @@
"clean": "rimraf node_modules dist turbo"
},
"devDependencies": {
"@types/node": "20.10.1",
"@types/react": "18.2.39",
"@types/node": "20.10.3",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"typescript": "^5.3.2"
}

View File

@@ -12,7 +12,7 @@
"@formbricks/types": "workspace:*",
"concurrently": "^8.2.2",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"react": "18.2.0"
},
"dependencies": {
@@ -47,7 +47,7 @@
"react-day-picker": "^8.9.1",
"react-hot-toast": "^2.4.1",
"react-radio-group": "^3.0.3",
"react-use": "^17.4.1",
"react-use": "^17.4.2",
"mime": "^4.0.0"
}
}

3313
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff