Update 'next' and '@headlessui/react'

Using latest v2 of HeadlessUI
Also removed unused text-left class on LookupInputButton
This commit is contained in:
2024-05-11 01:19:35 -05:00
parent 71a52ba2e3
commit 83402d54f5
3 changed files with 255 additions and 118 deletions

View File

@@ -9,13 +9,13 @@
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.11",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.0.16",
"@swc/helpers": "^0.5.11",
"clsx": "^2.1.1",
"date-fns": "^2.29.3",
"immutability-helper": "^3.1.1",
"ipaddr.js": "^2.0.1",
"next": "13.1.1",
"next": "13.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.42.1",