mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
fix: adjust package versions because of link change
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
df82ffc68a
commit
51008299c0
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hedgedoc/html-to-react",
|
"name": "@hedgedoc/html-to-react",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"description": "Parse HTML into React components",
|
"description": "Parse HTML into React components",
|
||||||
"source": "src/index.ts",
|
"source": "src/index.ts",
|
||||||
"main": "dist/cjs/index.js",
|
"main": "dist/cjs/index.js",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@hedgedoc/markdown-it-plugins",
|
"name": "@hedgedoc/markdown-it-plugins",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"description": "A collection of used and modified markdown-it plugins.",
|
"description": "A collection of used and modified markdown-it plugins.",
|
||||||
"source": "src/index.ts",
|
"source": "src/index.ts",
|
||||||
"main": "../dist/cjs/index.js",
|
"main": "../dist/cjs/index.js",
|
||||||
|
|
Loading…
Reference in a new issue