chore: update npm dependencies (#1870)

This commit is contained in:
Matti Nannt
2024-01-10 12:41:09 +01:00
committed by GitHub
parent f12dec7b8b
commit fa33460a16
14 changed files with 863 additions and 1009 deletions

View File

@@ -25,11 +25,11 @@
"@storybook/react": "^7.6.7",
"@storybook/react-vite": "^7.6.7",
"@storybook/testing-library": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"esbuild": "^0.19.11",
"tsup": "^8.0.1",
"vite": "^5.0.10"
"vite": "^5.0.11"
}
}

View File

@@ -93,10 +93,10 @@ export default function Modal({
? "translate-x-0 opacity-100"
: "translate-x-32 opacity-0"
: previewMode === "mobile"
? show
? "bottom-0"
: "-bottom-full"
: "";
? show
? "bottom-0"
: "-bottom-full"
: "";
return (
<div aria-live="assertive" className="relative h-full w-full bg-slate-300">

View File

@@ -19,37 +19,37 @@
"@formbricks/surveys": "workspace:*",
"@formbricks/types": "workspace:*",
"@formbricks/ui": "workspace:*",
"@headlessui/react": "^1.7.17",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@json2csv/node": "^7.0.4",
"@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.12",
"@sentry/nextjs": "^7.91.0",
"@sentry/nextjs": "^7.92.0",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.2",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"encoding": "^0.1.13",
"framer-motion": "10.17.4",
"googleapis": "^129.0.0",
"framer-motion": "10.17.12",
"googleapis": "^130.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
"lucide-react": "^0.303.0",
"lucide-react": "^0.308.0",
"mime": "^4.0.1",
"next": "14.0.4",
"nodemailer": "^6.9.8",
"otplib": "^12.0.1",
"posthog-js": "^1.96.1",
"posthog-js": "^1.97.0",
"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.10.0",
"react-hook-form": "^7.49.2",
"react-hook-form": "^7.49.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"ua-parser-js": "^1.0.37",

View File

@@ -36,7 +36,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
"terser": "^5.26.0",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0"
}
}

View File

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

View File

@@ -40,7 +40,7 @@
"author": "Formbricks <hola@formbricks.com>",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@formbricks/api": "workspace:*",
"@formbricks/lib": "workspace:*",
@@ -48,8 +48,8 @@
"@formbricks/tsconfig": "workspace:*",
"@formbricks/types": "workspace:*",
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"babel-jest": "^29.7.0",
"cross-env": "^7.0.3",
"isomorphic-fetch": "^3.0.0",
@@ -57,7 +57,7 @@
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"terser": "^5.26.0",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest"

View File

@@ -24,13 +24,13 @@
"@formbricks/types": "*",
"@paralleldrive/cuid2": "^2.2.2",
"aws-crt": "^1.20.1",
"date-fns": "^3.0.6",
"date-fns": "^3.2.0",
"jsonwebtoken": "^9.0.2",
"markdown-it": "^14.0.0",
"nanoid": "^5.0.4",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.8",
"posthog-node": "^3.3.0",
"posthog-node": "^3.4.0",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.0"
},

View File

@@ -9,6 +9,6 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10"
"prettier-plugin-tailwindcss": "^0.5.11"
}
}

View File

@@ -40,12 +40,12 @@
"autoprefixer": "^10.4.16",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "latest",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"preact": "^10.19.3",
"react-date-picker": "^10.6.0",
"tailwindcss": "^3.4.0",
"tailwindcss": "^3.4.1",
"terser": "^5.26.0",
"vite": "^5.0.10",
"vite": "^5.0.11",
"vite-plugin-dts": "^3.7.0",
"vite-tsconfig-paths": "^4.2.3",
"serve": "14.2.1",

View File

@@ -10,7 +10,7 @@
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0"
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}

View File

@@ -7,8 +7,8 @@
"clean": "rimraf node_modules dist turbo"
},
"devDependencies": {
"@types/node": "20.10.6",
"@types/react": "18.2.46",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"typescript": "^5.3.3"
}

View File

@@ -13,14 +13,7 @@ import { useLexicalComposerContext } from "@lexical/react/LexicalComposerContext
import { $createHeadingNode, $isHeadingNode } from "@lexical/rich-text";
import { $isAtNodeEnd, $wrapNodes } from "@lexical/selection";
import { $getNearestNodeOfType, mergeRegister } from "@lexical/utils";
import type {
BaseSelection,
EditorState,
GridSelection,
LexicalEditor,
NodeSelection,
RangeSelection,
} from "lexical";
import type { BaseSelection, EditorState, LexicalEditor, NodeSelection, RangeSelection } from "lexical";
import {
$createParagraphNode,
$getRoot,
@@ -76,9 +69,9 @@ function FloatingLinkEditor({ editor }: { editor: LexicalEditor }) {
const inputRef = useRef<HTMLInputElement | null>(null);
const [linkUrl, setLinkUrl] = useState("");
const [isEditMode, setEditMode] = useState(false);
const [lastSelection, setLastSelection] = useState<
RangeSelection | NodeSelection | GridSelection | BaseSelection | null
>(null);
const [lastSelection, setLastSelection] = useState<RangeSelection | NodeSelection | BaseSelection | null>(
null
);
const updateLinkEditor = useCallback(() => {
const selection = $getSelection();

View File

@@ -12,20 +12,20 @@
"@formbricks/types": "workspace:*",
"concurrently": "^8.2.2",
"eslint-config-formbricks": "workspace:*",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"react": "18.2.0"
},
"dependencies": {
"@formbricks/surveys": "workspace:*",
"@formbricks/lib": "workspace:*",
"@heroicons/react": "^2.1.1",
"@lexical/code": "^0.12.5",
"@lexical/link": "^0.12.5",
"@lexical/list": "^0.12.5",
"@lexical/markdown": "^0.12.5",
"@lexical/react": "^0.12.5",
"@lexical/rich-text": "^0.12.5",
"@lexical/table": "^0.12.5",
"@lexical/code": "^0.12.6",
"@lexical/link": "^0.12.6",
"@lexical/list": "^0.12.6",
"@lexical/markdown": "^0.12.6",
"@lexical/react": "^0.12.6",
"@lexical/rich-text": "^0.12.6",
"@lexical/table": "^0.12.6",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
@@ -40,8 +40,8 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"lexical": "^0.12.5",
"lucide-react": "^0.303.0",
"lexical": "^0.12.6",
"lucide-react": "^0.308.0",
"react-colorful": "^5.6.1",
"react-confetti": "^6.1.0",
"react-day-picker": "^8.10.0",

1777
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff