fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-13 02:41:10 +02:00
parent 929a67585f
commit 26e63372f8
3 changed files with 1 additions and 5 deletions

View File

@ -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",

View File

@ -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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.0.11',
version: '5.0.12',
description: 'tap bundled for tapbuffer'
}