update dependencies

This commit is contained in:
Elijah McMorris 2024-06-03 11:58:17 -07:00
parent ca6f54cb21
commit 3965a312a5
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
2 changed files with 187 additions and 179 deletions

View file

@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
@ -17,34 +17,34 @@
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-table": "^8.12.0",
"@tanstack/react-table": "^8.17.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv": "^16.4.4",
"next": "14.1.0",
"next-themes": "^0.2.1",
"postgres": "^3.4.3",
"react": "^18.2.0",
"react-hook-form": "^7.50.1",
"surrealdb.js": "^0.11.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"next": "14.2.3",
"next-themes": "^0.3.0",
"postgres": "^3.4.4",
"react": "^18.3.1",
"react-hook-form": "^7.51.5",
"surrealdb.js": "^0.11.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"ws": "^8.16.0",
"zod": "^3.22.4"
"ws": "^8.17.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.56",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"prettier": "^3.3.0",
"prettier-plugin-tailwindcss": "^0.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}