dependencies: update

This commit is contained in:
Philipp Kühn
2021-05-13 15:02:09 +02:00
parent 543189034a
commit ac060723dc
5 changed files with 468 additions and 603 deletions

View File

@@ -25,7 +25,7 @@
},
"dependencies": {
"@tiptap/extension-code-block": "^2.0.0-beta.14",
"@types/lowlight": "^0.0.1",
"@types/lowlight": "^0.0.2",
"lowlight": "^1.20.0",
"prosemirror-model": "^1.14.1",
"prosemirror-state": "^1.3.4",

View File

@@ -32,6 +32,6 @@
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3"
"@types/react-dom": "^17.0.5"
}
}