Skip to content

Commit b06d22a

Browse files
fix(deps): update shared components packages
1 parent 9d81c82 commit b06d22a

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.github/workflows/commit_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
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

go.mod

+1-1
Original file line numberDiff line numberDiff 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

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",

website/yarn.lock

+23-1
Original file line numberDiff line numberDiff line change
@@ -3224,7 +3224,15 @@
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==
@@ -3622,6 +3630,11 @@
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"
@@ -3697,6 +3710,15 @@
36973710
"@types/scheduler" "*"
36983711
csstype "^3.0.2"
36993712

3713+
"@types/react@>=16":
3714+
version "18.0.24"
3715+
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20"
3716+
integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==
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"

0 commit comments

Comments
 (0)