File tree Expand file tree Collapse file tree 4 files changed +26
-4
lines changed
Expand file tree Collapse file tree 4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v3
1212 with :
1313 fetch-depth : 0
14- - uses : wagoid/commitlint-github-action@v4
14+ - uses : wagoid/commitlint-github-action@v5
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
4242 gopkg.in/yaml.v2 v2.4.0
4343 k8s.io/api v0.22.4
4444 k8s.io/apimachinery v0.22.4
45- k8s.io/client-go v0.22.4
45+ k8s.io/client-go/v11 v11.0.0+incompatible
4646 k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
4747)
4848
Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "@docusaurus/core" : " 2.2.0" ,
1818 "@docusaurus/preset-classic" : " 2.2.0" ,
19- "@mdx-js/react" : " 1.6.22 " ,
19+ "@mdx-js/react" : " 2.1.5 " ,
2020 "@svgr/webpack" : " 6.5.1" ,
2121 "clsx" : " 1.2.1" ,
2222 "file-loader" : " 6.2.0" ,
Original file line number Diff line number Diff line change 33833383 unist-builder "2.0.3"
33843384 unist-util-visit "2.0.3"
33853385
3386- " @mdx-js/[email protected] " , "@mdx-js/react@^1.6.22": 3386+ 3387+ version "2.1.5"
3388+ resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.5.tgz#8225a867dae6f845ae5b0ec15bb454c23be3f576"
3389+ integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
3390+ dependencies :
3391+ " @types/mdx" " ^2.0.0"
3392+ " @types/react" " >=16"
3393+
3394+ " @mdx-js/react@^1.6.22 " :
33873395 version "1.6.22"
33883396 resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
33893397 integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
37833791 dependencies :
37843792 " @types/unist" " *"
37853793
3794+ " @types/mdx@^2.0.0 " :
3795+ version "2.0.3"
3796+ resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
3797+ integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
3798+
37863799" @types/mime@^1 " :
37873800 version "1.3.2"
37883801 resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
38583871 " @types/scheduler" " *"
38593872 csstype "^3.0.2"
38603873
3874+ " @types/react@>=16 " :
3875+ version "18.0.26"
3876+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"
3877+ integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==
3878+ dependencies :
3879+ " @types/prop-types" " *"
3880+ " @types/scheduler" " *"
3881+ csstype "^3.0.2"
3882+
38613883" @types/retry@^0.12.0 " :
38623884 version "0.12.1"
38633885 resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
You can’t perform that action at this time.
0 commit comments