Skip to content

Commit

Permalink
sc-12355 Beacon FE: add registration feature with e2e test integratio…
Browse files Browse the repository at this point in the history
…n (cypress)
  • Loading branch information
elysee15 committed Feb 3, 2023
1 parent a844bb5 commit d1291d8
Show file tree
Hide file tree
Showing 30 changed files with 903 additions and 5,088 deletions.
7 changes: 5 additions & 2 deletions web/beacon-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@mui/base": "^5.0.0-alpha.116",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.3",
"@rotational/beacon-core": "^2.0.1",
"@rotational/beacon-core": "^2.0.5",
"@rotational/beacon-foundation": "latest",
"@sentry/react": "^7.33.0",
"@sentry/tracing": "^7.33.0",
Expand All @@ -61,6 +61,7 @@
"beacon-core": "^0.1.2",
"class-variance-authority": "^0.4.0",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"framer-motion": "^8.5.4",
"invariant": "^2.2.4",
"localforage": "^1.10.0",
Expand All @@ -74,7 +75,8 @@
"styled-components": "^5.3.6",
"tailwind-merge": "^1.8.1",
"ts-node": "^10.9.1",
"type-fest": "^3.5.3"
"type-fest": "^3.5.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand All @@ -86,6 +88,7 @@
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
Expand Down

0 comments on commit d1291d8

Please sign in to comment.