Skip to content

Commit

Permalink
fix(temp): after this fix, the only error should be env var errors
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Sep 6, 2024
1 parent ee453e9 commit dfce032
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"stripe:fixtures": "stripe fixtures src/fixtures/stripe-fixtures.json"
},
"dependencies": {
"@ai-sdk/google": "^0.0.46",
"@ai-sdk/google": "^0.0.47",
"@biomejs/biome": "1.8.3",
"@ducanh2912/next-pwa": "^10.2.8",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query": "^5.54.1",
"@total-typescript/ts-reset": "^0.6.1",
"@trpc/client": "^11.0.0-rc.403",
"@trpc/next": "^11.0.0-rc.403",
Expand All @@ -93,7 +93,7 @@
"@types/fluent-ffmpeg": "^2.1.26",
"@types/he": "^1.2.3",
"@vercel/otel": "^1.10.0",
"ai": "^3.3.26",
"ai": "^3.3.27",
"autoprefixer": "10.4.20",
"axios": "^1.7.7",
"bun": "^1.1.26",
Expand All @@ -112,27 +112,27 @@
"file-type": "^19.4.1",
"fluent-ffmpeg": "^2.1.3",
"formidable": "^3.5.1",
"framer-motion": "^11.3.31",
"framer-motion": "^11.5.4",
"geist": "^1.3.1",
"glob": "^11.0.0",
"google-auth-library": "^9.14.0",
"googleapis": "^143.0.0",
"google-auth-library": "^9.14.1",
"googleapis": "^144.0.0",
"he": "^1.2.0",
"hono": "^4.5.11",
"image-webpack-loader": "^8.1.0",
"init": "^0.1.2",
"livekit-server-sdk": "^2.6.1",
"lucide-react": "^0.438.0",
"marked": "^14.1.0",
"marked": "^14.1.1",
"million": "^3.1.11",
"natural": "^8.0.1",
"net": "^1.0.2",
"next": "^15.0.0-canary.141",
"next-themes": "^0.3.0",
"null-loader": "^4.0.1",
"nuqs": "^1.19.0",
"nuqs": "^1.19.1",
"open-graph-scraper": "^6.8.1",
"postcss": "8.4.44",
"postcss": "8.4.45",
"postcss-nested": "^6.2.0",
"process": "^0.11.10",
"react": "^19.0.0-rc-4c58fce7-20240904",
Expand All @@ -150,27 +150,27 @@
"simplex-noise": "^4.0.3",
"sonner": "^1.5.0",
"stopword": "^3.1.1",
"stripe": "^16.9.0",
"stripe": "^16.10.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1",
"vaul": "^0.9.2",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.7",
"@playwright/test": "^1.46.1",
"@next/bundle-analyzer": "^14.2.8",
"@playwright/test": "^1.47.0",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/react": "^16.0.1",
"@types/bun": "latest",
"@types/formidable": "^3.4.5",
"@types/multer": "^1.4.12",
"@types/node": "^22.5.2",
"@types/node": "^22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
Expand All @@ -187,6 +187,9 @@
"typescript": "5.5.4",
"vitest": "^2.0.5"
},
"resolutions": {
"nanoid": "^3.3.4"
},
"browserslist": {
"development": [
"last 1 chrome version",
Expand Down

0 comments on commit dfce032

Please sign in to comment.