-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @markdoc/markdoc to ^0.2.0 (#8056)
- Loading branch information
1 parent
deadd31
commit 9ad0b91
Showing
6 changed files
with
54 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import type { Tag } from '@markdoc/markdoc'; | ||
|
||
// this is Tag.isTag but we don't want to have to load all of markdoc client side | ||
// so it's duplicated | ||
export function isTag(tag: unknown): tag is Tag { | ||
return ( | ||
typeof tag === 'object' && tag !== null && '$$mdtype' in tag && (tag as any).$$mdtype === 'Tag' | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3327,10 +3327,12 @@ | |
globby "^11.0.0" | ||
read-yaml-file "^1.1.0" | ||
|
||
"@markdoc/markdoc@^0.1.5": | ||
version "0.1.13" | ||
resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.1.13.tgz#358408d3b4edf5dae90b51c2d8d89d51743dbd18" | ||
integrity sha512-zUdUpr2U3tf0uBQKr1aAiNDvwtZChAjCw3WPVv4PMKcPjYYlVHE0lizIS3NjChruRPJ2FvVQAI4ceyNpJWobiw== | ||
"@markdoc/markdoc@^0.2.0": | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/@markdoc/markdoc/-/markdoc-0.2.0.tgz#1b7b4aaa55cb7246237c6520cbab877e2081da26" | ||
integrity sha512-g5aqMY7uf3pmP50Ol7SyxT3iGD5cUwLEqMzCu5RTrOpllsrmamk1XAbsXY5rcPFPuc9m25peFOKEHfksrnPrXg== | ||
optionalDependencies: | ||
"@types/markdown-it" "12.2.3" | ||
|
||
"@next/[email protected]": | ||
version "12.3.2" | ||
|
@@ -4446,7 +4448,7 @@ | |
resolved "https://registry.yarnpkg.com/@types/long/-/long-4.0.2.tgz#b74129719fc8d11c01868010082d483b7545591a" | ||
integrity sha512-MqTGEo5bj5t157U6fA/BiDynNkn0YknVdh48CMPkTSpFTVmvao5UQmm7uEF6xBEo7qIMAlY/JSleYaE6VOdpaA== | ||
|
||
"@types/markdown-it@^12.2.3": | ||
"@types/markdown-it@12.2.3", "@types/markdown-it@^12.2.3": | ||
version "12.2.3" | ||
resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-12.2.3.tgz#0d6f6e5e413f8daaa26522904597be3d6cd93b51" | ||
integrity sha512-GKMHFfv3458yYy+v/N8gjufHO6MSZKCOXpZc5GXIWWy8uldwfmPn98vp81gZ5f9SVw8YYBctgfJ22a2d7AOMeQ== | ||
|
9ad0b91
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
keystone-next-docs – ./
keystonejs.com
keystone-next-docs-thinkmill.vercel.app
next.keystonejs.com
demo.keystonejs.com
keystone-6.vercel.app
keystone-next-docs-git-main-thinkmill.vercel.app
www.keystonejs.com