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' }