feat(dashboard): Log in, reset password, and accept invite pages (#6310)

This commit is contained in:
Kasper Fabricius Kristensen
2024-02-05 11:16:10 +01:00
committed by GitHub
parent b1276cfcd5
commit 73fd92a1af
23 changed files with 1342 additions and 128 deletions

View File

@@ -60,12 +60,12 @@
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.1",
"@vitest/coverage-v8": "^0.32.2",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.17",
"chromatic": "^6.20.0",
"eslint": "^7.32.0",
"eslint-plugin-storybook": "^0.6.12",
"jsdom": "^22.1.0",
"postcss": "^8.4.24",
"postcss": "^8.4.33",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -107,7 +107,7 @@
"prism-react-renderer": "^2.0.6",
"react-currency-input-field": "^3.6.11",
"react-day-picker": "^8.8.0",
"tailwind-merge": "^1.13.2"
"tailwind-merge": "^2.2.1"
},
"peerDependencies": {
"react": "^18.0.0",