Skip to content

Commit

Permalink
fix(deps): update dependency marked to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 30, 2021
1 parent c13faa1 commit b07d276
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.0.0",
"indexof": "0.0.1",
"marked": "2.0.0",
"marked": "2.0.1",
"vue": "3.0.5"
},
"devDependencies": {
"@types/marked": "1.2.2",
"@types/marked": "2.0.1",
"@types/node": "14.14.28",
"@vitejs/plugin-vue": "1.1.4",
"@vue/compiler-sfc": "3.0.5",
Expand Down
16 changes: 8 additions & 8 deletions playground/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.167.tgz#ce7d78553e3c886d4ea643c37ec7edc20f16765e"
integrity sha512-w7tQPjARrvdeBkX/Rwg95S592JwxqOjmms3zWQ0XZgSyxSLdzWaYH3vErBhdVS/lRBX7F8aBYcYJYTr5TMGOzw==

"@types/marked@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-1.2.2.tgz#1f858a0e690247ecf3b2eef576f98f86e8d960d4"
integrity sha512-wLfw1hnuuDYrFz97IzJja0pdVsC0oedtS4QsKH1/inyW9qkLQbXgMUqEQT0MVtUBx3twjWeInUfjQbhBVLECXw==
"@types/marked@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-2.0.1.tgz#bbb6d1b570a54652a31953c77972f65b6f9235a4"
integrity sha512-/CFe3HvXMkh7YkJS0DGRsC0hgwWZDZbSCmY/X00bSCnZ4ukS2Glk9veIkRoPu2ElMbKpjxseXn1y9MkTwGHVjw==

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

[email protected].0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.0.tgz#9662bbcb77ebbded0662a7be66ff929a8611cee5"
integrity sha512-NqRSh2+LlN2NInpqTQnS614Y/3NkVMFFU6sJlRFEpxJ/LHuK/qJECH7/fXZjk4VZstPW/Pevjil/VtSONsLc7Q==
[email protected].1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/marked/-/marked-2.0.1.tgz#5e7ed7009bfa5c95182e4eb696f85e948cefcee3"
integrity sha512-5+/fKgMv2hARmMW7DOpykr2iLhl0NgjyELk5yn92iE7z8Se1IS9n3UsFm86hFXIkvMBmVxki8+ckcpjBeyo/hw==

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

0 comments on commit b07d276

Please sign in to comment.