Skip to content

Commit

Permalink
chore: update pangu.js to v4
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Update pangu.js to v4
  • Loading branch information
vincentbel committed May 4, 2020
1 parent d64addd commit 059bff8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://github.com/VincentBel/remark-pangu#readme",
"dependencies": {
"pangu": "^3.3.0",
"pangu": "^4.0.7",
"unist-util-is": "^2.1.1",
"unist-util-visit": "^1.1.3"
},
Expand All @@ -36,8 +36,8 @@
"remark-frontmatter": "^1.1.0",
"remark-parse": "^4.0.0",
"remark-stringify": "^4.0.0",
"unified": "^6.1.5",
"semantic-release": "^7.0.2"
"semantic-release": "^7.0.2",
"unified": "^6.1.5"
},
"jest": {
"setupFiles": [
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2397,9 +2397,10 @@ p-locate@^2.0.0:
dependencies:
p-limit "^1.1.0"

pangu@^3.3.0:
version "3.3.0"
resolved "https://registry.yarnpkg.com/pangu/-/pangu-3.3.0.tgz#e8ca9711b6ae49b609441528406030dae2e32e68"
pangu@^4.0.7:
version "4.0.7"
resolved "https://registry.yarnpkg.com/pangu/-/pangu-4.0.7.tgz#2a40347733b004a040d011de460cc313c10391c9"
integrity sha512-weZKJIwwy5gjt4STGVUH9bix3BGk7wZ2ahtIypwe3e/mllsrIZIvtfLx1dPX56GcpZFOCFKmeqI1qVuB9enRzA==

parse-entities@^1.0.2:
version "1.1.1"
Expand Down

0 comments on commit 059bff8

Please sign in to comment.