fix(dependencies): Update @git.zone/tsdoc to version 1.3.7

This commit is contained in:
Philipp Kunz 2024-06-23 23:25:11 +02:00
parent 707c1718a3
commit ad4175b3f9
4 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2024-06-23 - 1.9.118 - fix(dependencies)
Update @git.zone/tsdoc to version 1.3.7
- Bump @git.zone/tsdoc from 1.3.6 to 1.3.7 in both package.json and pnpm-lock.yaml
## 2024-06-23 - 1.9.117 - fix(dependencies)
Update @git.zone/tsdoc dependency to v1.3.6

View File

@ -58,7 +58,7 @@
"@types/node": "^20.14.8"
},
"dependencies": {
"@git.zone/tsdoc": "^1.3.6",
"@git.zone/tsdoc": "^1.3.7",
"@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.6
version: 1.3.6
specifier: ^1.3.7
version: 1.3.7
'@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.6':
resolution: {integrity: sha512-4/M8XEQmbrwUvwZAzpnRtenBeDpsIL3UJ+sppgH4gP6lFvKOMVR6pcGoSElORTgMZ9Dqvmr6SXxhw5a21P+ITA==}
'@git.zone/tsdoc@1.3.7':
resolution: {integrity: sha512-Qe6E5GQgI3TdZAxsXcpJvXw3wd1bg2FlVJFn9rDGxiG/zHcAh41V/sEoYhUqbO260fbYVE7uSjjytU79BtkMWg==}
hasBin: true
'@git.zone/tsrun@1.2.46':
@ -3928,7 +3928,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@git.zone/tsdoc@1.3.6':
'@git.zone/tsdoc@1.3.7':
dependencies:
'@push.rocks/early': 4.0.4
'@push.rocks/npmextra': 5.0.23

View File

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