From e6ad3c57753d1edd3bd28165f11d7af4263e4f8e Mon Sep 17 00:00:00 2001 From: Vid Date: Mon, 4 Dec 2023 10:37:51 -0500 Subject: [PATCH] 'update browser-extension to version 1.31.7' --- modules/browser-extension/package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/browser-extension/package.json b/modules/browser-extension/package.json index 6d7c2d04..52ff435a 100644 --- a/modules/browser-extension/package.json +++ b/modules/browser-extension/package.json @@ -1,7 +1,7 @@ { "name": "@haibun/browser-extension", "type": "module", - "version": "1.32.6", + "version": "1.31.7", "description": "", "main": "dist/js/index.js", "files": [ @@ -24,14 +24,14 @@ "author": "", "license": "ISC", "devDependencies": { - "@haibun/cli": "1.32.6", - "@haibun/context": "1.32.6", - "@haibun/domain-storage": "1.32.6", - "@haibun/domain-webpage": "1.32.6", - "@haibun/feature-importer": "1.32.6", - "@haibun/storage-fs": "1.32.6", - "@haibun/web-playwright": "1.32.6", - "@haibun/web-server-express": "1.32.6", + "@haibun/cli": "1.31.7", + "@haibun/context": "1.31.7", + "@haibun/domain-storage": "1.31.7", + "@haibun/domain-webpage": "1.31.7", + "@haibun/feature-importer": "1.31.7", + "@haibun/storage-fs": "1.31.7", + "@haibun/web-playwright": "1.31.7", + "@haibun/web-server-express": "1.31.7", "@types/chrome": "^0.0.237", "@types/jest": "^29.5.2", "@types/urijs": "^1.19.19", @@ -42,9 +42,9 @@ "webpack-cli": "^4.9.1" }, "dependencies": { - "@haibun/core": "1.32.6", + "@haibun/core": "1.31.7", "@medv/finder": "^2.1.0", "ws": "8.9.0" }, "gitHead": "7cf9680bd922fb622fb59f1e6bf5b65284cb8fd5" -} +} \ No newline at end of file