fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-28 16:25:23 +02:00
parent 7d808972c9
commit 831e0b8933
3 changed files with 18 additions and 18 deletions

28
package-lock.json generated
View File

@ -11,14 +11,14 @@
"dependencies": {
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartversion": "^3.0.1"
"@pushrocks/smartversion": "^3.0.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.25",
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.27"
"@types/node": "^17.0.29"
}
},
"node_modules/@ampproject/remapping": {
@ -4252,9 +4252,9 @@
"license": "MIT"
},
"node_modules/@pushrocks/smartversion": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.1.tgz",
"integrity": "sha512-OopNJqvwfGFVkiar2gDAQHtsEJCup0/Wt+MG10kVOmXiFF3474u7+29NOLmV0P3SuwWaUOHyxQkothOz1bUeGw==",
"version": "3.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.2.tgz",
"integrity": "sha512-6JxwbNzzyy+bdQW+u0Ux5NpBFffvsbfXMlwqTuce6wC+k6+WQTr0tJyHhZ4oAkybNUSFdzV6gvqMlB67+UAZeQ==",
"license": "MIT",
"dependencies": {
"@types/semver": "^7.3.9",
@ -4786,9 +4786,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "17.0.27",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.27.tgz",
"integrity": "sha512-4/Ke7bbWOasuT3kceBZFGakP1dYN2XFd8v2l9bqF2LNWrmeU07JLpp56aEeG6+Q3olqO5TvXpW0yaiYnZJ5CXg==",
"version": "17.0.29",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.29.tgz",
"integrity": "sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA==",
"license": "MIT"
},
"node_modules/@types/parse-json": {
@ -13873,9 +13873,9 @@
"integrity": "sha512-6KGnf2vHR7hW4mQpAD7gkDVL3QVML3jb/No/Uw+qCqvs0TaQr60Yjm+CXoLxJNCKwmrL+I1yx8mhAHBHfYJiJA=="
},
"@pushrocks/smartversion": {
"version": "3.0.1",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.1.tgz",
"integrity": "sha512-OopNJqvwfGFVkiar2gDAQHtsEJCup0/Wt+MG10kVOmXiFF3474u7+29NOLmV0P3SuwWaUOHyxQkothOz1bUeGw==",
"version": "3.0.2",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fsmartversion/-/smartversion-3.0.2.tgz",
"integrity": "sha512-6JxwbNzzyy+bdQW+u0Ux5NpBFffvsbfXMlwqTuce6wC+k6+WQTr0tJyHhZ4oAkybNUSFdzV6gvqMlB67+UAZeQ==",
"requires": {
"@types/semver": "^7.3.9",
"semver": "^7.3.5"
@ -14305,9 +14305,9 @@
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ=="
},
"@types/node": {
"version": "17.0.27",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.27.tgz",
"integrity": "sha512-4/Ke7bbWOasuT3kceBZFGakP1dYN2XFd8v2l9bqF2LNWrmeU07JLpp56aEeG6+Q3olqO5TvXpW0yaiYnZJ5CXg=="
"version": "17.0.29",
"resolved": "https://verdaccio.lossless.one/@types%2fnode/-/node-17.0.29.tgz",
"integrity": "sha512-tx5jMmMFwx7wBwq/V7OohKDVb/JwJU5qCVkeLMh1//xycAJ/ESuw9aJ9SEtlCZDYi2pBfe4JkisSoAtbOsBNAA=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

@ -17,7 +17,7 @@
"@gitzone/tsbundle": "^1.0.78",
"@gitzone/tstest": "^1.0.44",
"@pushrocks/tapbundle": "^5.0.3",
"@types/node": "^17.0.27"
"@types/node": "^17.0.29"
},
"browserslist": [
"last 1 chrome versions"
@ -37,6 +37,6 @@
"dependencies": {
"@pushrocks/projectinfo": "^5.0.1",
"@pushrocks/smartfile": "^9.0.6",
"@pushrocks/smartversion": "^3.0.1"
"@pushrocks/smartversion": "^3.0.2"
}
}

View File

@ -2,10 +2,10 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const name: string = '@pushrocks/commitinfo';
export const version: string = '1.0.9';
export const version: string = '1.0.10';
export const description: string = 'bake commitinfos into code'
export const commitinfo = {
name: '@pushrocks/commitinfo',
version: '1.0.9',
version: '1.0.10',
description: 'bake commitinfos into code'
}