1
0
Fork 0

wip: Auto-updated dependencies

This commit is contained in:
Joost De Cock 2021-05-22 12:15:10 +02:00
parent 9d7bacef77
commit 85cf29bcc7
116 changed files with 1085 additions and 1317 deletions

View file

@ -30,11 +30,11 @@
"start": "rollup -c -w"
},
"peerDependencies": {
"remark": "^12.0.1",
"remark-html": "^12.0.0"
"remark": "^13.0.0",
"remark-html": "^13.0.1"
},
"dependencies": {
"unist-util-visit": "^2.0.3"
"unist-util-visit": "^3.1.0"
},
"devDependencies": {},
"files": [
@ -44,7 +44,7 @@
],
"publishConfig": {
"access": "public",
"tag": "latest"
"tag": "next"
},
"engines": {
"node": ">=12.0.0",