Skip to content

Commit

Permalink
remove icon imports and bump shell version
Browse files Browse the repository at this point in the history
  • Loading branch information
krumware committed Jul 15, 2024
1 parent 2ee321a commit 591788c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@rancher/components": "0.2.1-alpha.0",
"@rancher/shell": "0.5.2",
"@rancher/shell": "0.5.3",
"@types/lodash": "4.14.184",
"core-js": "3.21.1",
"css-loader": "4.3.0"
Expand Down
1 change: 0 additions & 1 deletion pkg/app-launcher/components/AppLauncherCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export default {
</template>
<style lang="scss" scoped>
@import "@shell/assets/styles/fonts/_icons.scss";
.app-launcher-card {
::v-deep .card-body {
Expand Down
1 change: 0 additions & 1 deletion pkg/app-launcher/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ export default {
</template>
<style lang="scss" scoped>
@import "@shell/assets/styles/fonts/_icons.scss";
.main-container {
margin-top: -2.425rem;
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2978,10 +2978,10 @@
dependencies:
lodash.debounce "4.0.8"

"@rancher/[email protected].2":
version "0.5.2"
resolved "https://registry.yarnpkg.com/@rancher/shell/-/shell-0.5.2.tgz#ab11c8aa03001ba36734ec94f333d48f56846cdd"
integrity sha512-u48zCEhimZKh7WIJDGo7dLbkIV/PbRUE88/hkiQ1+xi5gZRgqO/rFCfiALzJKl35d7cCTXqWNodJnTpvwRn8JA==
"@rancher/[email protected].3":
version "0.5.3"
resolved "https://registry.yarnpkg.com/@rancher/shell/-/shell-0.5.3.tgz#4cf97b5b4992fcd0c008169bdfcdd778db9bdac2"
integrity sha512-/CogLZYw/k63Wn0Y6TI8CmBvKDPKHDqJGPTRK/+B6CBNimmPKCWedqeCi9IjJzk1Exj2Lv0e3csjgbK/TUaXFg==
dependencies:
"@aws-sdk/client-ec2" "3.1.0"
"@aws-sdk/client-eks" "3.1.0"
Expand Down

0 comments on commit 591788c

Please sign in to comment.