From 26e63372f8e101936978187e3352f4f4d45b1a40 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 13 Jul 2023 02:41:10 +0200 Subject: [PATCH] fix(core): update --- package.json | 1 - pnpm-lock.yaml | 3 --- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 1bebb52..b705d48 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "homepage": "https://gitlab.com/pushrocks/tapbundle#README", "dependencies": { "@open-wc/testing": "^3.2.0", - "@open-wc/testing-helpers": "^2.3.0", "@push.rocks/smartdelay": "^3.0.1", "@push.rocks/smartenv": "^5.0.5", "@push.rocks/smartexpect": "^1.0.15", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc468fd..fcc9d74 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,9 +8,6 @@ dependencies: '@open-wc/testing': specifier: ^3.2.0 version: 3.2.0 - '@open-wc/testing-helpers': - specifier: ^2.3.0 - version: 2.3.0 '@push.rocks/smartdelay': specifier: ^3.0.1 version: 3.0.2 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 5c4e5c4..c3b2c7b 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '5.0.11', + version: '5.0.12', description: 'tap bundled for tapbuffer' }