fix: adjust package versions because of link change

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-08-26 15:15:20 +02:00
parent df82ffc68a
commit 51008299c0
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@hedgedoc/html-to-react",
"version": "2.1.0",
"version": "2.1.1",
"description": "Parse HTML into React components",
"source": "src/index.ts",
"main": "dist/cjs/index.js",

View file

@ -1,7 +1,7 @@
{
"name": "@hedgedoc/markdown-it-plugins",
"type": "module",
"version": "2.1.3",
"version": "2.1.4",
"description": "A collection of used and modified markdown-it plugins.",
"source": "src/index.ts",
"main": "../dist/cjs/index.js",