Skip to content

Commit 0781d2d

Browse files
committed
chore: update @electron/docs-parser to 1.2.0
Includes changes from electron/docs-parser#95 to add utility process.
1 parent 12ea809 commit 0781d2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"license": "MIT",
2222
"devDependencies": {
2323
"@continuous-auth/semantic-release-npm": "^3.0.0",
24-
"@electron/docs-parser": "^1.1.0",
24+
"@electron/docs-parser": "^1.2.0",
2525
"@types/debug": "^4.1.4",
2626
"@types/fs-extra": "^5.0.5",
2727
"@types/lodash": "^4.14.123",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
semver "^7.1.2"
3535
tempy "^1.0.0"
3636

37-
"@electron/docs-parser@^1.1.0":
38-
version "1.1.0"
39-
resolved "https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-1.1.0.tgz#ba095def41746bde56bee731feaf22272bf0b765"
40-
integrity sha512-qrjIKJk8t4/xAYldDVNQgcF8zdAAuG260bzPxdh/xI3p/yddm61bftoct+Tx2crnWFnOfOkr6nGERsDknNiT8A==
37+
"@electron/docs-parser@^1.2.0":
38+
version "1.2.0"
39+
resolved "https://registry.yarnpkg.com/@electron/docs-parser/-/docs-parser-1.2.0.tgz#dc3032012dd270c667777e097e185d92e7ff86ef"
40+
integrity sha512-Rz/lMLRDSvEshYNmSC30v/3rk7Mj6EL/76wraKvfM5XvYPHsmApo9CedvcJNNMm7+Rc29NOohoqA4B2/XtFm1Q==
4141
dependencies:
4242
"@types/markdown-it" "^12.0.0"
4343
chai "^4.2.0"

0 commit comments

Comments
 (0)