From dbccb53791c5b6fa3f7a35c2713bb9284990871b Mon Sep 17 00:00:00 2001 From: Carina Ursu Date: Mon, 23 Jan 2023 16:21:35 -0800 Subject: [PATCH] chore: cleanup packages Signed-off-by: Carina Ursu --- .gitignore | 4 ++++ package.json | 2 +- packages/components/package.json | 4 ++-- packages/console/package.json | 4 ++-- packages/ui-atoms/package.json | 4 ++-- yarn.lock | 16 ++++++++-------- 6 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.gitignore b/.gitignore index bc3eca068..da2348473 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,7 @@ yarn-error.log # Certs .srl certificate/ + +# misc +.dccache + diff --git a/package.json b/package.json index 6b50df26c..cc7f0fb04 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/components/package.json b/packages/components/package.json index 8bbb3141b..9aa021bfe 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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": { diff --git a/packages/console/package.json b/packages/console/package.json index 398985c79..92b839b16 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -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", @@ -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" } diff --git a/packages/ui-atoms/package.json b/packages/ui-atoms/package.json index 6e784bc72..d5fb19ddb 100644 --- a/packages/ui-atoms/package.json +++ b/packages/ui-atoms/package.json @@ -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": { diff --git a/yarn.lock b/yarn.lock index f386e1a95..6d870d5a4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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 @@ -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 @@ -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 @@ -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: @@ -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: @@ -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