Skip to content

Commit

Permalink
fix(deps): update dependency marked to v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 13, 2021
1 parent a61e60a commit 72b4d1b
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.6",
"indexof": "0.0.1",
"marked": "3.0.0",
"marked": "3.0.3",
"vue": "3.1.4"
},
"devDependencies": {
"@types/marked": "2.0.4",
"@types/marked": "3.0.1",
"@types/node": "14.14.44",
"@vitejs/plugin-vue": "1.4.0",
"@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.4":
version "2.0.4"
resolved "https://registry.yarnpkg.com/@types/marked/-/marked-2.0.4.tgz#34a0ea548afe6e0c01095229d47b48b2af650613"
integrity sha512-L9VRSe0Id8xbPL99mUo/4aKgD7ZoRwFZqUQScNKHi2pFjF9ZYSMNShUHD6VlMT6J/prQq0T1mxuU25m3R7dFzg==
"@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.14.44"
Expand Down Expand Up @@ -521,10 +521,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].3:
version "3.0.3"
resolved "https://registry.yarnpkg.com/marked/-/marked-3.0.3.tgz#d81ff0f9e29cef0a177327fe009b460f31aa5862"
integrity sha512-4oIDhVSQ2s+xNCfek9OnZgCQR/WykGCom02JzIIvi4Pme+MIwPYqvGVW8CQWOXeoZu0TtVB6pTxIuoLm+dKqDA==

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

0 comments on commit 72b4d1b

Please sign in to comment.