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 @@ -43,7 +43,7 @@ require (
4343 gopkg.in/yaml.v2 v2.4.0
4444 k8s.io/api v0.22.4
4545 k8s.io/apimachinery v0.22.4
46- k8s.io/client-go v0.22.4
46+ k8s.io/client-go/v11 v11.0.0+incompatible
4747 k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
4848)
4949
Original file line number Diff line number Diff line change 1616 "dependencies" : {
1717 "@docusaurus/core" : " 2.0.1" ,
1818 "@docusaurus/preset-classic" : " 2.0.1" ,
19- "@mdx-js/react" : " 1.6.22 " ,
19+ "@mdx-js/react" : " 2.1.5 " ,
2020 "@svgr/webpack" : " 6.3.0" ,
2121 "clsx" : " 1.2.1" ,
2222 "file-loader" : " 6.2.0" ,
Original file line number Diff line number Diff line change 32243224 unist-builder "2.0.3"
32253225 unist-util-visit "2.0.3"
32263226
3227- " @mdx-js/[email protected] " , "@mdx-js/react@^1.6.22": 3227+ 3228+ version "2.1.5"
3229+ resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.1.5.tgz#8225a867dae6f845ae5b0ec15bb454c23be3f576"
3230+ integrity sha512-3Az1I6SAWA9R38rYjz5rXBrGKeZhq96CSSyQtqY+maPj8stBsoUH5pNcmIixuGkufYsh8F5+ka2CVPo2fycWZw==
3231+ dependencies :
3232+ " @types/mdx" " ^2.0.0"
3233+ " @types/react" " >=16"
3234+
3235+ " @mdx-js/react@^1.6.22 " :
32283236 version "1.6.22"
32293237 resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
32303238 integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
36223630 dependencies :
36233631 " @types/unist" " *"
36243632
3633+ " @types/mdx@^2.0.0 " :
3634+ version "2.0.3"
3635+ resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
3636+ integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
3637+
36253638" @types/mime@^1 " :
36263639 version "1.3.2"
36273640 resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
36973710 " @types/scheduler" " *"
36983711 csstype "^3.0.2"
36993712
3713+ " @types/react@>=16 " :
3714+ version "18.0.25"
3715+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.25.tgz#8b1dcd7e56fe7315535a4af25435e0bb55c8ae44"
3716+ integrity sha512-xD6c0KDT4m7n9uD4ZHi02lzskaiqcBxf4zi+tXZY98a04wvc0hi/TcCPC2FOESZi51Nd7tlUeOJY8RofL799/g==
3717+ dependencies :
3718+ " @types/prop-types" " *"
3719+ " @types/scheduler" " *"
3720+ csstype "^3.0.2"
3721+
37003722" @types/retry@^0.12.0 " :
37013723 version "0.12.1"
37023724 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