Skip to content

Commit 8a05398

Browse files
fix: footer upgrade
Signed-off-by: Amol Sontakke <amols@proximabiz.com>
1 parent feb62f7 commit 8a05398

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@angular/platform-browser-dynamic": "^15.1.2",
4848
"@angular/router": "^15.1.2",
4949
"@auth0/auth0-spa-js": "^1.12.1",
50-
"@linuxfoundation/lfx-ui-core": "^0.0.18",
50+
"@linuxfoundation/lfx-ui-core": "^0.0.19",
5151
"@ng-bootstrap/ng-bootstrap": "^14.0.1",
5252
"@types/auth0-js": "^8.11.7",
5353
"@types/node": "^12.11.1",
@@ -98,5 +98,6 @@
9898
"minimatch": "^3.0.5",
9999
"node-forge": "^1.3.0",
100100
"terser": "^5.14.2"
101-
}
101+
},
102+
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
102103
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,10 +1587,10 @@
15871587
resolved "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz"
15881588
integrity sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==
15891589

1590-
"@linuxfoundation/lfx-ui-core@^0.0.18":
1591-
version "0.0.18"
1592-
resolved "https://registry.yarnpkg.com/@linuxfoundation/lfx-ui-core/-/lfx-ui-core-0.0.18.tgz#80956c6ef35769f9f221cd3a8deab7c3d58569f9"
1593-
integrity sha512-XizKlRk9DfZuI0RlOwqbo/i9qswTf8/PGmkHtnNQdtYJ5eo4eBdqpt+LwFzyHPO6f8qXJmhH9NYucCxXjsUJbw==
1590+
"@linuxfoundation/lfx-ui-core@^0.0.19":
1591+
version "0.0.19"
1592+
resolved "https://registry.yarnpkg.com/@linuxfoundation/lfx-ui-core/-/lfx-ui-core-0.0.19.tgz#7ceee1cd6e13ea61ff0b96360225d157c8795de7"
1593+
integrity sha512-dcD81lhVj0epDXLRXiEY9oLnDoWunFDnj/1Q3jD0zNiSGAvXTHZpAnvzFHG2rm/01iTYjfv2yG6mFsgxQWD4xw==
15941594

15951595
"@ng-bootstrap/ng-bootstrap@^14.0.1":
15961596
version "14.0.1"

0 commit comments

Comments
 (0)