From 8af9e4f515444ef1f25dffc6ba213d744b14f885 Mon Sep 17 00:00:00 2001 From: Wolfgang Meier Date: Sun, 31 Dec 2023 14:11:48 +0000 Subject: [PATCH] Update components to 2.15.2 --- modules/config.xqm | 2 +- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/config.xqm b/modules/config.xqm index c938a069..1c1f9a2d 100644 --- a/modules/config.xqm +++ b/modules/config.xqm @@ -60,7 +60,7 @@ declare variable $config:enable-proxy-caching := : In this case, change $config:webcomponents-cdn to point to http://localhost:port : (default: 8000, but check where your server is running). :) -declare variable $config:webcomponents := "2.14.1"; +declare variable $config:webcomponents := "2.15.2"; (:~ : CDN URL to use for loading webcomponents. Could be changed if you created your diff --git a/package-lock.json b/package-lock.json index c0cace71..4f6fedd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "8.1.0", "license": "GPL-3.0", "dependencies": { - "@teipublisher/pb-components": "^2.14.1" + "@teipublisher/pb-components": "^2.15.2" }, "devDependencies": { "adm-zip": "^0.5.9", @@ -871,9 +871,9 @@ } }, "node_modules/@teipublisher/pb-components": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/@teipublisher/pb-components/-/pb-components-2.14.1.tgz", - "integrity": "sha512-GyMVjiJTzeHaKzSDQw46kzHdmz86zfs6sJZM0vNL7T4/2Y/PLU8BWuf3XaaC7WVhQoU4Vp+ns69g9twkbp5Q8g==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/@teipublisher/pb-components/-/pb-components-2.15.2.tgz", + "integrity": "sha512-r/ahZW3MwZ6xNuWkB6PaBDZBCnWJtOjDciNcV8w3qaQoefg4puNsK7jByhoi5qV5/19ktvBhh2IYrayq+4MxZA==", "dependencies": { "@babel/runtime": "7.11.2", "@cwmr/paper-autocomplete": "^4.0.0", @@ -5207,9 +5207,9 @@ "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==" }, "@teipublisher/pb-components": { - "version": "2.14.1", - "resolved": "https://registry.npmjs.org/@teipublisher/pb-components/-/pb-components-2.14.1.tgz", - "integrity": "sha512-GyMVjiJTzeHaKzSDQw46kzHdmz86zfs6sJZM0vNL7T4/2Y/PLU8BWuf3XaaC7WVhQoU4Vp+ns69g9twkbp5Q8g==", + "version": "2.15.2", + "resolved": "https://registry.npmjs.org/@teipublisher/pb-components/-/pb-components-2.15.2.tgz", + "integrity": "sha512-r/ahZW3MwZ6xNuWkB6PaBDZBCnWJtOjDciNcV8w3qaQoefg4puNsK7jByhoi5qV5/19ktvBhh2IYrayq+4MxZA==", "requires": { "@babel/runtime": "7.11.2", "@cwmr/paper-autocomplete": "^4.0.0", diff --git a/package.json b/package.json index f7f58dc3..3928b966 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "license": "GPL-3.0", "dependencies": { - "@teipublisher/pb-components": "^2.14.1" + "@teipublisher/pb-components": "^2.15.2" }, "devDependencies": { "adm-zip": "^0.5.9",