From d93ae0d6ced6bd7edc2722bda6d0354e4f1dee2d Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Mo, 18 Mär 2024 16:20:20 +0100 Subject: [PATCH] add chapter for events in web components --- package.json | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f695ca2..332fc60 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "MIT", "scripts": { "test": "gulp test", - "serve": "gulp serve --port 8001", + "serve": "gulp serve --port 8002", "build": "gulp build" }, "author": { @@ -49,7 +49,7 @@ "gulp-header": "^2.0.9", "gulp-tap": "^2.0.0", "gulp-zip": "^4.2.0", - "highlight.js": "^10.0.3", + "highlight.js": "^11.7.0", "marked": "^4.0.12", "node-qunit-puppeteer": "^2.1.2", "qunit": "^2.19.3", -- Gitblit v1.9.3