Skip to content

Commit

Permalink
chore: cleanup packages
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <carina@union.ai>
  • Loading branch information
ursucarina committed Jan 24, 2023
1 parent ab91dfc commit dbccb53
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,7 @@ yarn-error.log
# Certs
.srl
certificate/

# misc
.dccache

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/icons": "^4.11.3",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"dependencies": {
"@flyteorg/locale": "^0.0.2",
"@flyteorg/ui-atoms": "^0.0.3",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.11.3",
"classnames": "^2.3.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@flyteorg/flyteidl-types": "^0.0.3",
"@flyteorg/locale": "^0.0.2",
"@flyteorg/ui-atoms": "^0.0.3",
"@material-ui/core": "^4.12.4",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.11.3",
"@material-ui/pickers": "^3.2.2",
"@rjsf/core": "3.2.1",
Expand Down Expand Up @@ -130,7 +130,7 @@
"micromatch": "^4.0.0",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"react-chartjs-2": "^4.0.0",
"react-chartjs-2": "^4.3.1",
"react-flow-renderer": "10.3.8",
"notistack": "1.0.10"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@emotion/core": "10.1.1",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"@material-ui/core": "^4.2.0",
"@material-ui/icons": "^4.11.3",
"classnames": "^2.3.1"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2023,8 +2023,8 @@ __metadata:
dependencies:
"@flyteorg/locale": ^0.0.2
"@flyteorg/ui-atoms": ^0.0.3
"@material-ui/core": ^4.0.0
"@material-ui/icons": ^4.0.0
"@material-ui/core": ^4.2.0
"@material-ui/icons": ^4.11.3
"@types/react": ^16.9.34
"@types/react-dom": ^16.9.7
classnames: ^2.3.1
Expand All @@ -2046,7 +2046,7 @@ __metadata:
"@flyteorg/flyteidl-types": ^0.0.3
"@flyteorg/locale": ^0.0.2
"@flyteorg/ui-atoms": ^0.0.3
"@material-ui/core": ^4.12.4
"@material-ui/core": ^4.2.0
"@material-ui/icons": ^4.11.3
"@material-ui/pickers": ^3.2.2
"@rjsf/core": 3.2.1
Expand Down Expand Up @@ -2166,8 +2166,8 @@ __metadata:
resolution: "@flyteorg/ui-atoms@workspace:packages/ui-atoms"
dependencies:
"@emotion/core": 10.1.1
"@material-ui/core": ^4.0.0
"@material-ui/icons": ^4.0.0
"@material-ui/core": ^4.2.0
"@material-ui/icons": ^4.11.3
"@types/react": ^16.9.34
"@types/react-dom": ^16.9.7
classnames: ^2.3.1
Expand Down Expand Up @@ -2561,7 +2561,7 @@ __metadata:
languageName: node
linkType: hard

"@material-ui/core@npm:^4.0.0, @material-ui/core@npm:^4.12.4, @material-ui/core@npm:^4.2.0":
"@material-ui/core@npm:^4.2.0":
version: 4.12.4
resolution: "@material-ui/core@npm:4.12.4"
dependencies:
Expand All @@ -2588,7 +2588,7 @@ __metadata:
languageName: node
linkType: hard

"@material-ui/icons@npm:^4.0.0, @material-ui/icons@npm:^4.11.3, @material-ui/icons@npm:^4.2.1":
"@material-ui/icons@npm:^4.11.3":
version: 4.11.3
resolution: "@material-ui/icons@npm:4.11.3"
dependencies:
Expand Down Expand Up @@ -11483,7 +11483,7 @@ __metadata:
"@commitlint/cli": ^17.3.0
"@commitlint/config-conventional": ^17.3.0
"@material-ui/core": ^4.2.0
"@material-ui/icons": ^4.2.1
"@material-ui/icons": ^4.11.3
"@semantic-release/changelog": ^5.0.1
"@semantic-release/commit-analyzer": ^8.0.1
"@semantic-release/git": ^9.0.0
Expand Down

0 comments on commit dbccb53

Please sign in to comment.