Skip to content

Commit

Permalink
fix(deps): update dependency marked to v3.0.4 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Oct 2, 2021
1 parent e30c8f0 commit 837dd74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"dependencies": {
"ant-design-vue": "2.2.8",
"indexof": "0.0.1",
"marked": "3.0.0",
"marked": "3.0.4",
"vue": "3.1.4"
},
"devDependencies": {
"@types/marked": "2.0.5",
"@types/marked": "3.0.1",
"@types/node": "14.17.20",
"@vitejs/plugin-vue": "1.9.2",
"@vue/compiler-sfc": "3.1.4",
Expand Down
16 changes: 8 additions & 8 deletions playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.167.tgz#ce7d78553e3c886d4ea643c37ec7edc20f16765e"
integrity sha512-w7tQPjARrvdeBkX/Rwg95S592JwxqOjmms3zWQ0XZgSyxSLdzWaYH3vErBhdVS/lRBX7F8aBYcYJYTr5TMGOzw==

"@types/marked@2.0.5":
version "2.0.5"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-2.0.5.tgz#453e27f1e97199d45bb25297b0dd2b9bbc1e05ea"
integrity sha512-shRZ7XnYFD/8n8zSjKvFdto1QNSf4tONZIlNEZGrJe8GsOE8DL/hG1Hbl8gZlfLnjS7+f5tZGIaTgfpyW38h4w==
"@types/marked@3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-3.0.1.tgz#748645ecde30d8cf7861c3e1c360c6f694172f92"
integrity sha512-jry/WUAC511P2NBCeiCkfTRCN2VXobeeQa8p8gImOYsRfnuIVfeEsqOJ1pk+CzCwfMCdv3dkTQRCYaNkkFGtxw==

"@types/[email protected]":
version "14.17.20"
Expand Down Expand Up @@ -618,10 +618,10 @@ magic-string@^0.25.7:
dependencies:
sourcemap-codec "^1.4.4"

[email protected].0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.0.tgz#ac8369b7ddeef15fbbce870d14f321bdb20ca4e2"
integrity sha512-IF2MYfFafPsLIhzLTu63secRBwOmIY+vwS+ei6qg8F+bTS+MxH6ONYRmuseGdZqF44qvoi3nP/rlpClBdgLbiQ==
[email protected].4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.4.tgz#b8a1539e5e05c6ea9e93f15c0bad1d54ce890406"
integrity sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA==

merge-source-map@^1.1.0:
version "1.1.0"
Expand Down

0 comments on commit 837dd74

Please sign in to comment.