Commit 71613930 authored by Josh Slaughter's avatar Josh Slaughter
Browse files

Initial Deps

No related merge requests found
Showing with 618 additions and 3443 deletions
+618 -3443
......@@ -62,6 +62,7 @@
"devDependencies": {
"@babel/core": "^7.16.0",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"@storybook/addon-a11y": "^6.2.9",
"@storybook/addon-actions": "^6.3.0-alpha.45",
"@storybook/addon-essentials": "^6.3.0-alpha.45",
......
......@@ -27,9 +27,9 @@
"dependencies": {
"@clutch-sh/api": "^1.0.0-beta",
"@date-io/core": "^1.3.6",
"@emotion/jest": "^11.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@emotion/jest": "^11.8.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@hookform/devtools": "^4.0.2",
"@hookform/resolvers": "2.8.8",
"@material-ui/core": "^4.11.4",
......@@ -37,6 +37,11 @@
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.4",
"@material-ui/system": "^4.11.4",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"@mui/styles": "^5.8.3",
"@mui/system": "^5.8.3",
"axios": "^0.21.1",
"history": "^5.0.0",
"js-cookie": "^3.0.0",
......
......@@ -29,6 +29,8 @@
"@clutch-sh/data-layout": "^1.0.0-beta",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"clsx": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -7,7 +7,7 @@
"author": "clutch@lyft.com",
"main": "dist/index.js",
"files": [
"dist"
"dist"
],
"scripts": {
"clean": "rm -rf ./dist && rm -f tsconfig.tsbuildinfo",
......@@ -26,8 +26,9 @@
"@clutch-sh/data-layout": "^1.0.0-beta",
"@clutch-sh/wizard": "^1.0.0-beta",
"@emotion/styled": "^11.1.5",
"lodash": "4.17.21",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"lodash": "4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"yup": "^0.32.8"
......
......@@ -27,6 +27,7 @@
"@clutch-sh/data-layout": "^1.0.0-beta",
"@clutch-sh/wizard": "^1.0.0-beta",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
......
......@@ -27,6 +27,7 @@
"@clutch-sh/data-layout": "^1.0.0-beta",
"@clutch-sh/wizard": "^1.0.0-beta",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"lodash": "^4.17.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -24,6 +24,7 @@
"@clutch-sh/data-layout": "^1.0.0-beta",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"history": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -29,6 +29,7 @@
"@emotion/styled": "^11.1.5",
"@hookform/resolvers": "2.8.8",
"@material-ui/icons": "^4.9.1",
"@mui/icons-material": "^5.8.3",
"lodash": "4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -28,6 +28,7 @@
"@clutch-sh/wizard": "^1.0.0-beta",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.25.3",
......
......@@ -34,6 +34,8 @@
"@fortawesome/react-fontawesome": "^0.1.18",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -22,6 +22,8 @@
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -24,6 +24,7 @@
"@clutch-sh/wizard": "^1.0.0-beta",
"@hookform/resolvers": "2.8.8",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"history": "^5.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
......
......@@ -26,6 +26,7 @@
"@emotion/styled": "^11.0.0",
"@hookform/resolvers": "2.8.8",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.25.3",
......
......@@ -29,6 +29,8 @@
"@hookform/resolvers": "2.8.8",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@mui/icons-material": "^5.8.3",
"@mui/material": "^5.8.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.25.3",
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment