Update Dependancies - Tailwind 3, DaisyUI 2, etc.

This commit is contained in:
Nick Bland 2022-09-09 10:13:26 +10:00
parent a86517ef32
commit 86ff16c0e6
Signed by: NickBland
GPG Key ID: 31CADD9E5FDD798C
2 changed files with 2913 additions and 1260 deletions

4145
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,22 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"daisyui": "^1.25.4",
"next": "^12.2.2",
"daisyui": "^2.25.0",
"next": "^12.2.5",
"next-themes": "^0.2.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.3.1"
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "^0.2.4",
"postcss": "^8.4.12",
"tailwindcss": "^2.0.4",
"typescript": "4.6.3"
"@types/node": "18.7.16",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "^12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
}
}