Skip to content

Commit

Permalink
⬆️ Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Nov 3, 2024
1 parent 34a4ddb commit 80d4315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
Binary file modified bun.lockb
Binary file not shown.
23 changes: 8 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,28 @@
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@tabler/icons-react": "3.19.0",
"@tabler/icons-react": "3.21.0",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.0.14",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"next": "^15.0.0-rc.1",
"next": "^15.0.2",
"next-themes": "^0.3.0",
"postcss": "^8.4.47",
"react": "^19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "^19.0.0-rc-fb9a90fa48-20240614",
"react": "^19.0.0-rc-7c8e5e7a-20241101",
"react-dom": "^19.0.0-rc-7c8e5e7a-20241101",
"react-tweet": "^3.2.1",
"remark-smartypants": "^3.0.2",
"rss": "^1.2.2",
"sharp": "0.33.5",
"sugar-high": "^0.7.1",
"sugar-high": "^0.7.5",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@content-collections/core": "^0.7.2",
"@content-collections/mdx": "^0.1.6",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.3",
"@types/node": "^20.16.11",
"@types/react": "18.3.11",
Expand All @@ -41,15 +41,8 @@
},
"prettier": {
"useTabs": true,
"tabWidth": 4,
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"prettier"
]
}
}

0 comments on commit 80d4315

Please sign in to comment.