chore: bump @electron/docs-parser version (#33346)

This commit is contained in:
David Sanders 2022-03-21 11:17:25 -07:00 committed by GitHub
parent 1ccf206e77
commit 2205d725f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
"repository": "https://github.com/electron/electron", "repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS", "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"devDependencies": { "devDependencies": {
"@electron/docs-parser": "^0.12.3", "@electron/docs-parser": "^0.12.4",
"@electron/typescript-definitions": "^8.9.5", "@electron/typescript-definitions": "^8.9.5",
"@octokit/auth-app": "^2.10.0", "@octokit/auth-app": "^2.10.0",
"@octokit/rest": "^18.0.3", "@octokit/rest": "^18.0.3",

View file

@ -18,10 +18,10 @@
esutils "^2.0.2" esutils "^2.0.2"
js-tokens "^4.0.0" js-tokens "^4.0.0"
"@electron/docs-parser@^0.12.3": "@electron/docs-parser@^0.12.4":
version "0.12.3" version "0.12.4"
resolved "https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-0.12.3.tgz#a984c5ebc60348683b2acdbb0ebb73414b6763fd" resolved "https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-0.12.4.tgz#cca403c8c2200181339c3115cdd25f3fbfc7dea3"
integrity sha512-e7OKn/NNAHMZ4Pw1702MHd2VE3Z5NKdXIIDxg9nWsDBUuSCuOKRCb4i0Ev8Eev0V0nKLaH+NMz6yzovpx0PrHg== integrity sha512-vdkjcvkI7zTd2v1A8qsl5+HY+9AQCrW5Eh60I9rhPtUPoxo2V1pQwogTW6kzc3XZ54crTa7R3KxwkZpSbcGCug==
dependencies: dependencies:
"@types/markdown-it" "^10.0.0" "@types/markdown-it" "^10.0.0"
chai "^4.2.0" chai "^4.2.0"