Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
7alip committed Jul 4, 2024
1 parent 1aab3f0 commit 364d3a2
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 315 deletions.
12 changes: 6 additions & 6 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"tsc": "npx tsc --noEmit"
},
"dependencies": {
"@react-email/components": "0.0.20",
"@react-email/components": "0.0.21",
"@react-email/font": "0.0.6",
"@react-email/render": "0.0.16",
"@react-email/tailwind": "0.0.18",
"@strapi/plugin-i18n": "^4.25.1",
"@strapi/plugin-sentry": "^4.25.1",
"@strapi/plugin-users-permissions": "^4.25.1",
"@strapi/provider-email-nodemailer": "^4.25.1",
"@strapi/strapi": "^4.25.1",
"@strapi/plugin-i18n": "^4.25.2",
"@strapi/plugin-sentry": "^4.25.2",
"@strapi/plugin-users-permissions": "^4.25.2",
"@strapi/provider-email-nodemailer": "^4.25.2",
"@strapi/strapi": "^4.25.2",
"apify-client": "^2.9.4",
"cheerio": "^1.0.0-rc.12",
"pg": "^8.12.0",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"@fc/types": "*",
"@fc/ui": "*",
"@hookform/resolvers": "^3.7.0",
"@sentry/nextjs": "^8.13.0",
"@sentry/nextjs": "^8.14.0",
"@sindresorhus/slugify": "^2.2.1",
"@splidejs/react-splide": "^0.7.12",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.49.2",
"@uppy/compressor": "^1.1.4",
"@uppy/core": "^3.13.0",
"@uppy/core": "^3.13.1",
"@uppy/dashboard": "^3.9.1",
"@uppy/drag-drop": "^3.1.0",
"@uppy/drag-drop": "^3.1.1",
"@uppy/file-input": "^3.1.2",
"@uppy/image-editor": "^2.4.6",
"@uppy/progress-bar": "^3.1.1",
Expand All @@ -54,12 +54,12 @@
"@vercel/og": "^0.6.2",
"ai": "^3.2.16",
"axios": "^1.7.2",
"chakra-react-select": "4.8.0",
"chakra-react-select": "4.9.1",
"cookies-next": "^4.2.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"file-saver": "^2.0.5",
"framer-motion": "11.2.12",
"framer-motion": "11.2.13",
"i18next": "^23.11.5",
"iron-session": "^8.0.2",
"jspdf": "^2.5.1",
Expand All @@ -75,7 +75,7 @@
"next-recaptcha-v3": "^1.4.1",
"next-seo": "^6.5.0",
"next-share": "^0.27.0",
"openai": "^4.52.2",
"openai": "^4.52.3",
"pluralize": "^8.0.0",
"qs": "^6.12.2",
"react": "^18.3.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta, StoryObj } from '@storybook/react'

import { FilePicker } from './FilePicker'
import FilePicker from './FilePicker'
import { FilePickerProps } from './types'

export default {
Expand Down
Loading

0 comments on commit 364d3a2

Please sign in to comment.