⬆️ Upgrade dependencies
This commit is contained in:
@ -15,10 +15,10 @@
|
||||
"dependencies": {
|
||||
"@chakra-ui/anatomy": "^2.1.1",
|
||||
"@chakra-ui/css-reset": "2.0.11",
|
||||
"@chakra-ui/react": "2.4.6",
|
||||
"@chakra-ui/react": "2.4.8",
|
||||
"@chakra-ui/theme-tools": "^2.0.16",
|
||||
"@codemirror/lang-css": "6.0.1",
|
||||
"@codemirror/lang-html": "6.4.0",
|
||||
"@codemirror/lang-html": "6.4.1",
|
||||
"@codemirror/lang-javascript": "6.1.2",
|
||||
"@codemirror/lang-json": "6.0.1",
|
||||
"@codemirror/lint": "6.1.0",
|
||||
@ -29,29 +29,29 @@
|
||||
"@dnd-kit/utilities": "3.2.1",
|
||||
"@emotion/react": "11.10.5",
|
||||
"@emotion/styled": "11.10.5",
|
||||
"@faire/mjml-react": "3.0.1",
|
||||
"@faire/mjml-react": "3.0.2",
|
||||
"@giphy/js-fetch-api": "4.7.1",
|
||||
"@giphy/js-types": "4.4.0",
|
||||
"@giphy/react-components": "6.5.1",
|
||||
"@googleapis/drive": "4.0.1",
|
||||
"@lezer/css": "^1.1.1",
|
||||
"@sentry/nextjs": "7.29.0",
|
||||
"@sentry/nextjs": "7.30.0",
|
||||
"@stripe/stripe-js": "1.46.0",
|
||||
"@tanstack/react-query": "^4.20.9",
|
||||
"@tanstack/react-table": "8.7.4",
|
||||
"@trpc/client": "10.8.1",
|
||||
"@trpc/next": "10.8.1",
|
||||
"@trpc/react-query": "10.8.1",
|
||||
"@trpc/server": "10.8.1",
|
||||
"@udecode/plate-basic-marks": "18.15.0",
|
||||
"@tanstack/react-query": "^4.22.0",
|
||||
"@tanstack/react-table": "8.7.6",
|
||||
"@trpc/client": "10.9.0",
|
||||
"@trpc/next": "10.9.0",
|
||||
"@trpc/react-query": "10.9.0",
|
||||
"@trpc/server": "10.9.0",
|
||||
"@udecode/plate-basic-marks": "19.0.3",
|
||||
"@udecode/plate-common": "^7.0.2",
|
||||
"@udecode/plate-core": "18.15.0",
|
||||
"@udecode/plate-link": "18.15.0",
|
||||
"@udecode/plate-serializer-html": "18.15.0",
|
||||
"@udecode/plate-ui-link": "18.15.0",
|
||||
"@udecode/plate-ui-toolbar": "18.15.0",
|
||||
"@udecode/plate-core": "19.0.3",
|
||||
"@udecode/plate-link": "19.0.3",
|
||||
"@udecode/plate-serializer-html": "19.0.3",
|
||||
"@udecode/plate-ui-link": "19.0.3",
|
||||
"@udecode/plate-ui-toolbar": "19.0.3",
|
||||
"@use-gesture/react": "^10.2.23",
|
||||
"aws-sdk": "2.1290.0",
|
||||
"aws-sdk": "2.1295.0",
|
||||
"bot-engine": "workspace:*",
|
||||
"browser-image-compression": "2.0.0",
|
||||
"canvas-confetti": "1.6.0",
|
||||
@ -63,7 +63,7 @@
|
||||
"emails": "workspace:*",
|
||||
"emojilib": "3.0.8",
|
||||
"focus-visible": "5.2.0",
|
||||
"framer-motion": "8.2.4",
|
||||
"framer-motion": "8.4.3",
|
||||
"google-auth-library": "8.7.0",
|
||||
"google-spreadsheet": "3.3.0",
|
||||
"got": "12.5.3",
|
||||
@ -74,13 +74,13 @@
|
||||
"micro": "10.0.1",
|
||||
"micro-cors": "0.1.1",
|
||||
"minio": "7.0.32",
|
||||
"next": "13.1.1",
|
||||
"next": "13.1.2",
|
||||
"next-auth": "4.18.8",
|
||||
"nextjs-cors": "^2.1.2",
|
||||
"nodemailer": "6.8.0",
|
||||
"nodemailer": "6.9.0",
|
||||
"nprogress": "0.2.0",
|
||||
"papaparse": "5.3.2",
|
||||
"prettier": "2.8.2",
|
||||
"prettier": "2.8.3",
|
||||
"qs": "6.11.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
@ -95,7 +95,7 @@
|
||||
"tinycolor2": "1.5.2",
|
||||
"trpc-openapi": "1.1.1",
|
||||
"typebot-js": "workspace:*",
|
||||
"use-debounce": "9.0.2"
|
||||
"use-debounce": "9.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.20.12",
|
||||
@ -103,7 +103,7 @@
|
||||
"@playwright/test": "1.29.2",
|
||||
"@types/canvas-confetti": "1.6.0",
|
||||
"@types/google-spreadsheet": "3.3.0",
|
||||
"@types/jsonwebtoken": "9.0.0",
|
||||
"@types/jsonwebtoken": "9.0.1",
|
||||
"@types/micro-cors": "0.1.2",
|
||||
"@types/minio": "7.0.15",
|
||||
"@types/node": "18.11.18",
|
||||
|
Reference in New Issue
Block a user