fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-26 23:10:45 +02:00
parent fdfa6a72c8
commit 3a2e85b4e5
3 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@
"homepage": "https://gitlab.com/pushrocks/smartbrowser#README",
"dependencies": {
"@pushrocks/smartdelay": "^2.0.13",
"@pushrocks/smartpdf": "^3.0.2",
"@pushrocks/smartpdf": "^3.0.14",
"@pushrocks/smartpuppeteer": "^2.0.0",
"@pushrocks/smartunique": "^3.0.3"
},

View File

@ -5,14 +5,14 @@ specifiers:
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.69
'@pushrocks/smartdelay': ^2.0.13
'@pushrocks/smartpdf': ^3.0.2
'@pushrocks/smartpdf': ^3.0.14
'@pushrocks/smartpuppeteer': ^2.0.0
'@pushrocks/smartunique': ^3.0.3
'@pushrocks/tapbundle': ^5.0.3
dependencies:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpdf': 3.0.12
'@pushrocks/smartpdf': 3.0.14
'@pushrocks/smartpuppeteer': 2.0.2
'@pushrocks/smartunique': 3.0.3
@ -356,7 +356,7 @@ packages:
resolution: {integrity: sha512-VDBGb6O1nyFrFQFVS7AsVUjkundUVFEkWWEsYVCeglqt3AELzXZoxtV0Lrc9leVFwGS/v/0tUWi6gTz3T7wCIw==}
dependencies:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartpdf': 3.0.12
'@pushrocks/smartpdf': 3.0.14
'@pushrocks/smartpuppeteer': 2.0.2
'@pushrocks/smartunique': 3.0.3
transitivePeerDependencies:
@ -587,8 +587,8 @@ packages:
/@pushrocks/smartpath/5.0.5:
resolution: {integrity: sha512-t2lXXGMpKnPlwubIcYGD6cGi2CUJxJ3t2yftVt8tHfjX68jELA5sJhFMtyD3AeFZVxePFZOCiHwWEbWkSDNnmw==}
/@pushrocks/smartpdf/3.0.12:
resolution: {integrity: sha512-ElGX79cJJSzjp56JrOO+B5NBeaymsm0CuW7a1UtsAKejADNtsA887nV/x7MRfL3A5a2NbMhOqqYpVgDMdd6xOw==}
/@pushrocks/smartpdf/3.0.14:
resolution: {integrity: sha512-lEA1L8YEQ+WS0TeeiT9emN//wORdzNshasL7YeS202LFgIYLGdXuK6bX9Owue2i5Foeo8L1cQkfvev8vivntVw==}
dependencies:
'@pushrocks/smartdelay': 2.0.13
'@pushrocks/smartfile': 10.0.5

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smartbrowser',
version: '2.0.3',
version: '2.0.4',
description: 'simplified puppeteer'
}