Update Dependancies - Tailwind 3, DaisyUI 2, etc.
This commit is contained in:
parent
a86517ef32
commit
86ff16c0e6
4145
package-lock.json
generated
4145
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user