File tree 4 files changed +26
-4
lines changed
4 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
with :
13
13
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 (
43
43
gopkg.in/yaml.v2 v2.4.0
44
44
k8s.io/api v0.22.4
45
45
k8s.io/apimachinery v0.22.4
46
- k8s.io/client-go v0.22.4
46
+ k8s.io/client-go/v11 v11.0.0+incompatible
47
47
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
48
48
)
49
49
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"@docusaurus/core" : " 2.0.1" ,
18
18
"@docusaurus/preset-classic" : " 2.0.1" ,
19
- "@mdx-js/react" : " 1.6.22 " ,
19
+ "@mdx-js/react" : " 2.1.5 " ,
20
20
"@svgr/webpack" : " 6.3.0" ,
21
21
"clsx" : " 1.2.1" ,
22
22
"file-loader" : " 6.2.0" ,
Original file line number Diff line number Diff line change 3224
3224
unist-builder "2.0.3"
3225
3225
unist-util-visit "2.0.3"
3226
3226
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 " :
3228
3236
version "1.6.22"
3229
3237
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
3230
3238
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
3622
3630
dependencies :
3623
3631
" @types/unist" " *"
3624
3632
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
+
3625
3638
" @types/mime@^1 " :
3626
3639
version "1.3.2"
3627
3640
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
3697
3710
" @types/scheduler" " *"
3698
3711
csstype "^3.0.2"
3699
3712
3713
+ " @types/react@>=16 " :
3714
+ version "18.0.21"
3715
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.21.tgz#b8209e9626bb00a34c76f55482697edd2b43cc67"
3716
+ integrity sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==
3717
+ dependencies :
3718
+ " @types/prop-types" " *"
3719
+ " @types/scheduler" " *"
3720
+ csstype "^3.0.2"
3721
+
3700
3722
" @types/retry@^0.12.0 " :
3701
3723
version "0.12.1"
3702
3724
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