Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent 245f992 commit e98bfbf
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "next-template",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.4.0",
"packageManager": "pnpm@10.5.2",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
Expand All @@ -12,20 +12,20 @@
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"lucide-react": "^0.476.0",
"next": "15.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
Expand Down
Loading

0 comments on commit e98bfbf

Please sign in to comment.