Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"slugify": "1.6.6",
"swr": "2.2.5",
"ulid": "2.3.0",
"unified": "10.1.2",
"unified": "11.0.5",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"remark-rehype": "10.1.0",
"swr": "2.2.5",
"tiny-invariant": "1.3.3",
"unified": "10.1.2",
"unified": "11.0.5",
"unist-util-filter": "5.0.1"
},
"devDependencies": {
Expand Down
33 changes: 24 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3669,7 +3669,7 @@ __metadata:
slugify: 1.6.6
swr: 2.2.5
ulid: 2.3.0
unified: 10.1.2
unified: 11.0.5
unist-util-visit: 5.0.0
peerDependencies:
gatsby: 5.x
Expand Down Expand Up @@ -3770,7 +3770,7 @@ __metadata:
remark-rehype: 10.1.0
swr: 2.2.5
tiny-invariant: 1.3.3
unified: 10.1.2
unified: 11.0.5
unist-util-filter: 5.0.1
peerDependencies:
react: 18.x
Expand Down Expand Up @@ -31083,18 +31083,18 @@ __metadata:
languageName: node
linkType: hard

"unified@npm:10.1.2, unified@npm:^10.0.0":
version: 10.1.2
resolution: "unified@npm:10.1.2"
"unified@npm:11.0.5":
version: 11.0.5
resolution: "unified@npm:11.0.5"
dependencies:
"@types/unist": ^2.0.0
"@types/unist": ^3.0.0
bail: ^2.0.0
devlop: ^1.0.0
extend: ^3.0.0
is-buffer: ^2.0.0
is-plain-obj: ^4.0.0
trough: ^2.0.0
vfile: ^5.0.0
checksum: 053e7c65ede644607f87bd625a299e4b709869d2f76ec8138569e6e886903b6988b21cd9699e471eda42bee189527be0a9dac05936f1d069a5e65d0125d5d756
vfile: ^6.0.0
checksum: b3bf7fd6f568cc261e074dae21188483b0f2a8ab858d62e6e85b75b96cc655f59532906ae3c64d56a9b257408722d71f1d4135292b3d7ee02907c8b592fb3cf0
languageName: node
linkType: hard

Expand All @@ -31112,6 +31112,21 @@ __metadata:
languageName: node
linkType: hard

"unified@npm:^10.0.0":
version: 10.1.2
resolution: "unified@npm:10.1.2"
dependencies:
"@types/unist": ^2.0.0
bail: ^2.0.0
extend: ^3.0.0
is-buffer: ^2.0.0
is-plain-obj: ^4.0.0
trough: ^2.0.0
vfile: ^5.0.0
checksum: 053e7c65ede644607f87bd625a299e4b709869d2f76ec8138569e6e886903b6988b21cd9699e471eda42bee189527be0a9dac05936f1d069a5e65d0125d5d756
languageName: node
linkType: hard

"unified@npm:^11.0.4":
version: 11.0.4
resolution: "unified@npm:11.0.4"
Expand Down
Loading