Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Oct 1, 2024
1 parent 97f2e10 commit 8e3af26
Show file tree
Hide file tree
Showing 4 changed files with 271 additions and 305 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"test:typecheck": "tsc --noEmit"
},
"dependencies": {
"@xframework/core": "^0.1.1",
"lucide-react": "^0.439.0",
"next": "15.0.0-canary.144",
"react": "19.0.0-rc-7771d3a7-20240827",
"react-dom": "19.0.0-rc-7771d3a7-20240827",
"@xframework/core": "^0.2.0",
"lucide-react": "^0.446.0",
"next": "15.0.0-canary.174",
"react": "19.0.0-rc-2d16326d-20240930",
"react-dom": "19.0.0-rc-2d16326d-20240930",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@biomejs/biome": "1.9.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^8.2.2",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"concurrently": "^9.0.1",
"daisyui": "^4.12.10",
"lefthook": "^1.7.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
"lefthook": "^1.7.18",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
}
}
Loading

0 comments on commit 8e3af26

Please sign in to comment.