fix(dependencies): Update @git.zone/tsdoc to v1.3.8

This commit is contained in:
Philipp Kunz 2024-06-23 23:35:33 +02:00
parent d8fe8bae64
commit 3ef785438e
4 changed files with 28 additions and 9 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-06-23 - 1.9.119 - fix(dependencies)
Update @git.zone/tsdoc to v1.3.8
- Updated @git.zone/tsdoc from v1.3.7 to v1.3.8 in package.json
## 2024-06-23 - 1.9.118 - fix(dependencies)
Update @git.zone/tsdoc to version 1.3.7

View File

@ -58,7 +58,7 @@
"@types/node": "^20.14.8"
},
"dependencies": {
"@git.zone/tsdoc": "^1.3.7",
"@git.zone/tsdoc": "^1.3.8",
"@push.rocks/commitinfo": "^1.0.12",
"@push.rocks/early": "^4.0.4",
"@push.rocks/gulp-function": "^3.0.7",

View File

@ -9,8 +9,8 @@ importers:
.:
dependencies:
'@git.zone/tsdoc':
specifier: ^1.3.7
version: 1.3.7
specifier: ^1.3.8
version: 1.3.8
'@push.rocks/commitinfo':
specifier: ^1.0.12
version: 1.0.12
@ -320,8 +320,8 @@ packages:
resolution: {integrity: sha512-ZrPkScaBQ7hHx6BUchRFfPB9tvb7RlNXwjk9qjkp6AcBcF38JgLcu/UDKDqRsuaFJpkK9oclyhA5bDA7SjXWZg==}
hasBin: true
'@git.zone/tsdoc@1.3.7':
resolution: {integrity: sha512-Qe6E5GQgI3TdZAxsXcpJvXw3wd1bg2FlVJFn9rDGxiG/zHcAh41V/sEoYhUqbO260fbYVE7uSjjytU79BtkMWg==}
'@git.zone/tsdoc@1.3.8':
resolution: {integrity: sha512-lNwku4Brv4OyHC6dQz5FtTOqJwHosR+2QhmgHkGaqAYeFiO5Sg56RZIoIgvGo4+zbMuXRYATUyhyYMNhBv3WCA==}
hasBin: true
'@git.zone/tsrun@1.2.46':
@ -644,6 +644,9 @@ packages:
'@push.rocks/smarttime@4.0.6':
resolution: {integrity: sha512-1whOow0YJw/TbN758TedRRxApoZbsvyxCVpoGjXh7DE/fEEgs7RCr4vVF5jYpyXNQuNMLpKJcTsSfyQ6RvH4Aw==}
'@push.rocks/smarttime@4.0.8':
resolution: {integrity: sha512-He+1ebBowVd8rW+VHZMFmz407xVMQf/JbyKr3s1ozoIlJS1AhZpDvlkzyqLV2tNMP1/cEBeo25ImJN2x1pksBA==}
'@push.rocks/smartunique@3.0.9':
resolution: {integrity: sha512-q6DYQgT7/dqdWi9HusvtWCjdsFzLFXY9LTtaZV6IYNJt6teZOonoygxTdNt9XLn6niBSbLYrHSKvJNTRH/uK+g==}
@ -3928,7 +3931,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@git.zone/tsdoc@1.3.7':
'@git.zone/tsdoc@1.3.8':
dependencies:
'@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23
@ -3943,7 +3946,7 @@ snapshots:
'@push.rocks/smartlog-destination-local': 9.0.2
'@push.rocks/smartpath': 5.0.18
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smarttime': 4.0.8
typedoc: 0.26.1(typescript@5.5.2)
typescript: 5.5.2
transitivePeerDependencies:
@ -4362,7 +4365,7 @@ snapshots:
'@push.rocks/smartpromise': 4.0.3
'@push.rocks/smartshell': 3.0.5
'@push.rocks/smartstring': 4.0.15
'@push.rocks/smarttime': 4.0.6
'@push.rocks/smarttime': 4.0.8
'@types/diff': 5.2.1
'@types/minimatch': 5.1.2
diff: 5.2.0
@ -4691,6 +4694,16 @@ snapshots:
is-nan: 1.3.2
pretty-ms: 8.0.0
'@push.rocks/smarttime@4.0.8':
dependencies:
'@push.rocks/lik': 6.0.15
'@push.rocks/smartdelay': 3.0.5
'@push.rocks/smartpromise': 4.0.3
croner: 7.0.7
dayjs: 1.11.11
is-nan: 1.3.2
pretty-ms: 8.0.0
'@push.rocks/smartunique@3.0.9':
dependencies:
'@types/uuid': 9.0.8

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.9.118',
version: '1.9.119',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}