Skip to content

Commit

Permalink
dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JEK58 committed Aug 12, 2024
1 parent 3cdc703 commit d75d64d
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 115 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"dependencies": {
"@braintree/sanitize-url": "^7.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@sentry/nextjs": "^8.23.0",
"@sentry/nextjs": "^8.25.0",
"@t3-oss/env-nextjs": "^0.11.0",
"algoliasearch": "^4.24.0",
"axios": "^1.7.3",
"cheerio": "^1.0.0-rc.12",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.10",
Expand All @@ -31,19 +31,19 @@
"minisearch": "^7.1.0",
"next": "^14.2.5",
"next-plausible": "^3.12.1",
"openai": "^4.54.0",
"openai": "^4.55.4",
"postgres": "^3.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"recharts": "^2.12.7",
"tailwind-merge": "^2.4.0",
"tailwind-merge": "^2.5.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bun": "^1.1.6",
"@types/eslint": "^8.56.11",
"@types/node": "^22.1.0",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand All @@ -54,8 +54,8 @@
"eslint-plugin-drizzle": "^0.2.3",
"pg": "^8.12.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4"
},
"ct3aMetadata": {
Expand All @@ -64,5 +64,5 @@
"engines": {
"node": ">=18.17.0"
},
"packageManager": "pnpm@9.6.0"
"packageManager": "pnpm@9.7.0"
}
Loading

0 comments on commit d75d64d

Please sign in to comment.