Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Dec 28, 2024
1 parent b3a6956 commit 79d64a4
Show file tree
Hide file tree
Showing 2 changed files with 1,001 additions and 792 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,30 @@
},
"dependencies": {
"@xframework/core": "^0.2.0",
"lucide-react": "^0.446.0",
"next": "15.0.4-canary.24",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"lucide-react": "^0.469.0",
"next": "15.1.1-canary.22",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2"
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.0.3",
"@next/eslint-plugin-next": "^15.1.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.7.4",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"concurrently": "^9.0.1",
"eslint": "^9.15.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"concurrently": "^9.1.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"neostandard": "^0.11.8",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"lint-staged": "^15.2.11",
"neostandard": "^0.12.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"lint-staged": {
"*": [
Expand Down
Loading

0 comments on commit 79d64a4

Please sign in to comment.