fix(core): update

This commit is contained in:
Philipp Kunz 2022-10-26 11:36:08 +02:00
parent fa95ab4704
commit 8e269d9929
3 changed files with 5 additions and 2 deletions

View File

@ -15,6 +15,7 @@
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.11.5"
@ -35,4 +36,4 @@
"browserslist": [
"last 1 chrome versions"
]
}
}

View File

@ -2,12 +2,14 @@ lockfileVersion: 5.4
specifiers:
'@gitzone/tsbuild': ^2.0.22
'@gitzone/tsrun': ^1.2.39
'@gitzone/tstest': ^1.0.15
'@pushrocks/tapbundle': ^5.0.4
'@types/node': ^18.11.5
devDependencies:
'@gitzone/tsbuild': 2.1.65
'@gitzone/tsrun': 1.2.39_@types+node@18.11.5
'@gitzone/tstest': 1.0.73_@types+node@18.11.5
'@pushrocks/tapbundle': 5.0.4
'@types/node': 18.11.5

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@apiglobal/typedrequest-interfaces',
version: '1.0.17',
version: '1.0.18',
description: 'interfaces for making typed requests'
}