Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
patelvivekdev committed Sep 22, 2024
1 parent 4c0903e commit 611c6e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@
},
"dependencies": {
"@fec/remark-a11y-emoji": "^4.0.2",
"@next/bundle-analyzer": "15.0.0-canary.136",
"@next/eslint-plugin-next": "15.0.0-canary.136",
"@next/bundle-analyzer": "15.0.0-canary.161",
"@next/eslint-plugin-next": "15.0.0-canary.161",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@supabase/supabase-js": "^2.45.3",
"@supabase/supabase-js": "^2.45.4",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "^0.0.0-experimental-4e0eccf-20240830",
"babel-plugin-react-compiler": "^0.0.0-experimental-6067d4e-20240919",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.394.0",
"next": "15.0.0-canary.136",
"next": "15.0.0-canary.161",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-7771d3a7-20240827",
"react-dom": "19.0.0-rc-7771d3a7-20240827",
"react": "19.0.0-rc-e740d4b1-20240919",
"react-dom": "19.0.0-rc-e740d4b1-20240919",
"react-hot-toast": "^2.4.1",
"reading-duration": "^1.1.2",
"rss": "^1.2.2",
Expand All @@ -46,21 +46,21 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.2",
"@types/node": "^20.16.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-canary.136",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.0-canary.161",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"postcss": "^8.4.42",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}

0 comments on commit 611c6e7

Please sign in to comment.