forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump argo-ui version (argoproj#13836)
* fix: update deps We need to add `@types/uuid` as a dev dependency, and we also need to update `argo-ui`, since it was pulling in a newer version of `react-toastify`. My fork pins it to `9.0.8`. Signed-off-by: Blake Pettersson <[email protected]> * build: regenerate lockfile Signed-off-by: Blake Pettersson <[email protected]> * chore: bump argo-ui version Bump the argo-ui version to get the version which corresponds with the latest `master`, containing argoproj/argo-ui#379. Signed-off-by: Blake Pettersson <[email protected]> --------- Signed-off-by: Blake Pettersson <[email protected]>
- Loading branch information
1 parent
15482be
commit 26d5ad6
Showing
2 changed files
with
37 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1157,12 +1157,7 @@ | |
resolved "https://registry.yarnpkg.com/@exodus/schemasafe/-/schemasafe-1.0.0-rc.3.tgz#dda2fbf3dafa5ad8c63dadff7e01d3fdf4736025" | ||
integrity sha512-GoXw0U2Qaa33m3eUcxuHnHpNvHjNlLo0gtV091XBpaRINaB4X6FGCG5XKxSFNFiPpugUDqNruHzaqpTdDm4AOg== | ||
|
||
"@fortawesome/fontawesome-free@^6.1.1": | ||
version "6.2.0" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.2.0.tgz#ba3510825b332816fe7190f28827f8cb33a298b5" | ||
integrity sha512-CNR7qRIfCwWHNN7FnKUniva94edPdyQzil/zCwk3v6k4R6rR2Fr8i4s3PM7n/lyfPA6Zfko9z5WDzFxG9SW1uQ== | ||
|
||
"@fortawesome/fontawesome-free@^6.4.0": | ||
"@fortawesome/fontawesome-free@^6.2.1", "@fortawesome/fontawesome-free@^6.4.0": | ||
version "6.4.0" | ||
resolved "https://registry.yarnpkg.com/@fortawesome/fontawesome-free/-/fontawesome-free-6.4.0.tgz#1ee0c174e472c84b23cb46c995154dc383e3b4fe" | ||
integrity sha512-0NyytTlPJwB/BF5LtRV8rrABDbe3TdTXqNB3PdZ+UUUZAEIrdOJdmABqKjt4AXwIoJNaRVVZEXxpNrqvE1GAYQ== | ||
|
@@ -1561,13 +1556,13 @@ | |
dependencies: | ||
"@sinonjs/commons" "^1.7.0" | ||
|
||
"@tippy.js/react@^2.2.3": | ||
version "2.2.3" | ||
resolved "https://registry.yarnpkg.com/@tippy.js/react/-/react-2.2.3.tgz#2ffb0af6693055be7db4b329b2d3cc7f2356f68e" | ||
integrity sha512-5XYvbQujzDj9r00JYEz/cBtm6DutjOdv2azdco53B+eWF7FDBCQfkLVn87wimfEpmGK0vqRQv/cwFxFcoOP98Q== | ||
"@tippy.js/react@^3.1.1": | ||
version "3.1.1" | ||
resolved "https://registry.yarnpkg.com/@tippy.js/react/-/react-3.1.1.tgz#027e4595e55f31430741fe8e0d92aaddfbe47efd" | ||
integrity sha512-KF45vW/jKh/nBXk/2zzTFslv/T46zOMkIoDJ56ymZ+M00yHttk58J5wZ29oqGqDIUnobWSZD+cFpbR4u/UUvgw== | ||
dependencies: | ||
prop-types "^15.6.2" | ||
tippy.js "^4.3.4" | ||
tippy.js "^5.1.1" | ||
|
||
"@tootallnate/once@1": | ||
version "1.1.2" | ||
|
@@ -1999,6 +1994,11 @@ | |
"@types/cookiejar" "*" | ||
"@types/node" "*" | ||
|
||
"@types/uuid@^9.0.1": | ||
version "9.0.1" | ||
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6" | ||
integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA== | ||
|
||
"@types/ws@^8.2.2": | ||
version "8.5.3" | ||
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.3.tgz#7d25a1ffbecd3c4f2d35068d0b283c037003274d" | ||
|
@@ -2442,25 +2442,26 @@ arg@^4.1.0: | |
|
||
"argo-ui@git+https://github.com/argoproj/argo-ui.git": | ||
version "1.0.0" | ||
resolved "git+https://github.com/argoproj/argo-ui.git#6107e270e7090cf9af37bf43d017dbd17d3d9130" | ||
resolved "git+https://github.com/argoproj/argo-ui.git#25663b03b4b7c0c7e49eb06c65a2beae927a54df" | ||
dependencies: | ||
"@fortawesome/fontawesome-free" "^6.1.1" | ||
"@tippy.js/react" "^2.2.3" | ||
"@fortawesome/fontawesome-free" "^6.2.1" | ||
"@tippy.js/react" "^3.1.1" | ||
antd "^4.21.3" | ||
classnames "^2.2.6" | ||
core-js "^3.22.0" | ||
core-js "^3.30.2" | ||
foundation-sites "^6.4.3" | ||
history "^4.10.1" | ||
moment "^2.29.2" | ||
moment "^2.29.4" | ||
moment-timezone "^0.5.34" | ||
prop-types "^15.8.1" | ||
react-autocomplete "1.8.1" | ||
react-form "^2.16.0" | ||
react-helmet "^6.1.0" | ||
react-router-dom "^4.2.2" | ||
react-toastify "^9.0.8" | ||
rxjs "^7.5.5" | ||
react-toastify "9.0.8" | ||
rxjs "^7.5.6" | ||
typescript "^4.8.3" | ||
uuid "^9.0.0" | ||
xterm "^4.18.0" | ||
xterm-addon-fit "^0.5.0" | ||
|
||
|
@@ -3333,10 +3334,10 @@ core-js@^2.4.0: | |
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" | ||
integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== | ||
|
||
core-js@^3.22.0: | ||
version "3.25.0" | ||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.25.0.tgz#be71d9e0dd648ffd70c44a7ec2319d039357eceb" | ||
integrity sha512-CVU1xvJEfJGhyCpBrzzzU1kjCfgsGUxhEvwUV2e/cOedYWHdmluamx+knDnmhqALddMG16fZvIqvs9aijsHHaA== | ||
core-js@^3.30.2: | ||
version "3.30.2" | ||
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.30.2.tgz#6528abfda65e5ad728143ea23f7a14f0dcf503fc" | ||
integrity sha512-uBJiDmwqsbJCWHAwjrx3cvjbMXP7xD72Dmsn5LOJpiRmE3WbBbN5rCqQ2Qh6Ek6/eOrjlWngEynBWo4VxerQhg== | ||
|
||
core-util-is@~1.0.0: | ||
version "1.0.2" | ||
|
@@ -7116,7 +7117,7 @@ polished@^4.1.3: | |
dependencies: | ||
"@babel/runtime" "^7.16.7" | ||
|
||
popper.js@^1.14.7: | ||
popper.js@^1.16.0: | ||
version "1.16.1" | ||
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.16.1.tgz#2a223cb3dc7b6213d740e40372be40de43e65b1b" | ||
integrity sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ== | ||
|
@@ -8040,7 +8041,7 @@ [email protected]: | |
react-is "^16.8.3" | ||
scheduler "^0.13.3" | ||
|
||
react-toastify@^9.0.8: | ||
[email protected]: | ||
version "9.0.8" | ||
resolved "https://registry.yarnpkg.com/react-toastify/-/react-toastify-9.0.8.tgz#3876c89fc6211a29027b3075010b5ec39ebe4f7e" | ||
integrity sha512-EwM+teWt49HSHx+67qI08yLAW1zAsBxCXLCsUfxHYv1W7/R3ZLhrqKalh7j+kjgPna1h5LQMSMwns4tB4ww2yQ== | ||
|
@@ -8384,7 +8385,7 @@ run-parallel@^1.1.9: | |
dependencies: | ||
queue-microtask "^1.2.2" | ||
|
||
[email protected], rxjs@^6.6.6, rxjs@^7.5.5: | ||
[email protected], rxjs@^6.6.6, rxjs@^7.5.6: | ||
version "6.6.7" | ||
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-6.6.7.tgz#90ac018acabf491bf65044235d5863c4dab804c9" | ||
integrity sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ== | ||
|
@@ -9272,12 +9273,12 @@ tiny-warning@^1.0.0: | |
resolved "https://registry.yarnpkg.com/tiny-warning/-/tiny-warning-1.0.3.tgz#94a30db453df4c643d0fd566060d60a875d84754" | ||
integrity sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA== | ||
|
||
tippy.js@^4.3.4: | ||
version "4.3.5" | ||
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-4.3.5.tgz#882bff8d92f09bb0546d2826d5668c0560006f54" | ||
integrity sha512-NDq3efte8nGK6BOJ1dDN1/WelAwfmh3UtIYXXck6+SxLzbIQNZE/cmRSnwScZ/FyiKdIcvFHvYUgqmoGx8CcyA== | ||
tippy.js@^5.1.1: | ||
version "5.2.1" | ||
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-5.2.1.tgz#e08d7332c103a15e427124d710d881fca82365d6" | ||
integrity sha512-66UT6JRVn3dXNCORE+0UvUK3JZqV/VhLlU6HTDm3FmrweUUFUxUGvT8tUQ7ycMp+uhuLAwQw6dBabyC+iKf/MA== | ||
dependencies: | ||
popper.js "^1.14.7" | ||
popper.js "^1.16.0" | ||
|
||
[email protected]: | ||
version "1.0.5" | ||
|
@@ -9660,6 +9661,11 @@ uuid@^8.3.2: | |
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.2.tgz#80d5b5ced271bb9af6c445f21a1a04c606cefbe2" | ||
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg== | ||
|
||
uuid@^9.0.0: | ||
version "9.0.0" | ||
resolved "https://registry.yarnpkg.com/uuid/-/uuid-9.0.0.tgz#592f550650024a38ceb0c562f2f6aa435761efb5" | ||
integrity sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg== | ||
|
||
v8-compile-cache-lib@^3.0.1: | ||
version "3.0.1" | ||
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf" | ||
|