diff --git a/package.json b/package.json index 41e938a..f65d0d6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "docx-viewer", "displayName": "Docx Renderer", "description": "An extension which provides a read-only renderer for docx files using the npm package docx-preview. Now with configuration!", - "version": "1.1.1", + "version": "1.1.2", "publisher": "adamraichu", "icon": "logo.png", "author": { @@ -114,9 +114,9 @@ "webpack-cli": "^5.1.4" }, "dependencies": { - "docx-preview": "^0.1.18" + "docx-preview": "^0.1.20" }, "scripts": { "build": "webpack" } -} +} \ No newline at end of file