Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
71613930
Commit
71613930
authored
3 years ago
by
Josh Slaughter
Browse files
Options
Download
Email Patches
Plain Diff
Initial Deps
parent
60a226a1
muiv5-upgrade
No related merge requests found
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
frontend/package.json
+1
-0
frontend/package.json
frontend/packages/core/package.json
+8
-3
frontend/packages/core/package.json
frontend/packages/wizard/package.json
+2
-0
frontend/packages/wizard/package.json
frontend/workflows/dynamodb/package.json
+3
-2
frontend/workflows/dynamodb/package.json
frontend/workflows/ec2/package.json
+1
-0
frontend/workflows/ec2/package.json
frontend/workflows/envoy/package.json
+1
-0
frontend/workflows/envoy/package.json
frontend/workflows/experimentation/package.json
+1
-0
frontend/workflows/experimentation/package.json
frontend/workflows/k8s/package.json
+1
-0
frontend/workflows/k8s/package.json
frontend/workflows/kinesis/package.json
+1
-0
frontend/workflows/kinesis/package.json
frontend/workflows/projectCatalog/package.json
+2
-0
frontend/workflows/projectCatalog/package.json
frontend/workflows/projectSelector/package.json
+2
-0
frontend/workflows/projectSelector/package.json
frontend/workflows/redisexperimentation/package.json
+1
-0
frontend/workflows/redisexperimentation/package.json
frontend/workflows/serverexperimentation/package.json
+1
-0
frontend/workflows/serverexperimentation/package.json
frontend/workflows/sourcecontrol/package.json
+2
-0
frontend/workflows/sourcecontrol/package.json
frontend/yarn.lock
+591
-3438
frontend/yarn.lock
with
618 additions
and
3443 deletions
+618
-3443
frontend/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/packages/core/package.json
+
8
-
3
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/packages/wizard/package.json
+
2
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/dynamodb/package.json
+
3
-
2
View file @
71613930
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/ec2/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/envoy/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/experimentation/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/k8s/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/kinesis/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/projectCatalog/package.json
+
2
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/projectSelector/package.json
+
2
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/redisexperimentation/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/serverexperimentation/package.json
+
1
-
0
View file @
71613930
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
frontend/workflows/sourcecontrol/package.json
+
2
-
0
View file @
71613930
...
...
@@ -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.
Click to expand it.
frontend/yarn.lock
+
591
-
3438
View file @
71613930
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help