Skip to content

Commit 6914784

Browse files
committed
Bump dependencies
1 parent 560ee29 commit 6914784

File tree

2 files changed

+78
-73
lines changed

2 files changed

+78
-73
lines changed

package-lock.json

Lines changed: 66 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,15 @@
1919
"homepage": "https://github.com/asciidoctor/asciidoctor-vscode/blob/master/README.md",
2020
"icon": "images/icon.png",
2121
"browser": "./dist/browser/extension",
22-
"main": "./dist/src/extension.js",
22+
"main": "./dist/src/extension",
2323
"engines": {
24-
"vscode": "^1.70.2",
24+
"vscode": "^1.75.0",
2525
"node": ">=18"
2626
},
2727
"categories": [
2828
"Programming Languages"
2929
],
3030
"activationEvents": [
31-
"onLanguage:asciidoc",
32-
"onCommand:asciidoc.exportAsPDF",
33-
"onCommand:asciidoc.pasteImage",
34-
"onCommand:asciidoc.preview.toggleLock",
35-
"onCommand:asciidoc.preview.refresh",
36-
"onCommand:asciidoc.saveHTML",
37-
"onCommand:asciidoc.showPreview",
38-
"onCommand:asciidoc.showPreviewToSide",
39-
"onCommand:asciidoc.showLockedPreviewToSide",
40-
"onCommand:asciidoc.showSource",
41-
"onCommand:asciidoc.showPreviewSecuritySelector",
42-
"onCommand:asciidoc.showAsciidoctorExtensionsTrustModeSelector",
4331
"onWebviewPanel:asciidoc.preview"
4432
],
4533
"contributes": {
@@ -574,7 +562,11 @@
574562
"configurationDefaults": {
575563
"[asciidoc]": {
576564
"editor.wordWrap": "on",
577-
"editor.quickSuggestions": false
565+
"editor.quickSuggestions": {
566+
"comments": "off",
567+
"strings": "off",
568+
"other": "off"
569+
}
578570
}
579571
},
580572
"asciidoc.previewStyles": [
@@ -618,15 +610,15 @@
618610
"@fontsource/open-sans": "4.5.14",
619611
"@fontsource/roboto-mono": "4.5.10",
620612
"@highlightjs/cdn-assets": "~11.8.0",
621-
"@playwright/test": "^1.39.0",
613+
"@playwright/test": "~1.41",
622614
"@types/lodash.throttle": "~4.1",
623615
"@types/mocha": "~9.1",
624616
"@types/node": "12.20.55",
625-
"@types/vscode": "~1.70",
617+
"@types/vscode": "~1.75",
626618
"@typescript-eslint/eslint-plugin": "5.62.0",
627619
"@typescript-eslint/parser": "5.62.0",
628-
"@vscode/test-electron": "2.3.8",
629-
"@vscode/vsce": "2.22.0",
620+
"@vscode/test-electron": "2.3.9",
621+
"@vscode/vsce": "2.23.0",
630622
"chai": "^4.3.7",
631623
"copy-webpack-plugin": "10.2.4",
632624
"eslint": "8.48.0",
@@ -652,7 +644,7 @@
652644
"webpack-cli": "4.10.0"
653645
},
654646
"dependencies": {
655-
"@antora/content-classifier": "3.1.4",
647+
"@antora/content-classifier": "3.1.7",
656648
"@asciidoctor/core": "2.2.6",
657649
"@asciidoctor/docbook-converter": "2.0.0",
658650
"@orcid/bibtex-parse-js": "0.0.25",

0 commit comments

Comments
 (0)