fix(core): update

This commit is contained in:
Philipp Kunz 2023-12-08 19:38:26 +01:00
parent d3db1bf7aa
commit cdb1e18a6d
3 changed files with 7 additions and 13 deletions

View File

@ -18,8 +18,7 @@
"@design.estate/dees-catalog": "^1.0.236",
"@design.estate/dees-domtools": "^2.0.55",
"@design.estate/dees-element": "^2.0.33",
"@design.estate/dees-wcctools": "^1.0.81",
"@losslessone_private/loint-pubapi": "^1.0.13"
"@design.estate/dees-wcctools": "^1.0.81"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.70",

View File

@ -17,9 +17,6 @@ dependencies:
'@design.estate/dees-wcctools':
specifier: ^1.0.81
version: 1.0.81
'@losslessone_private/loint-pubapi':
specifier: ^1.0.13
version: 1.0.13
devDependencies:
'@git.zone/tsbuild':
@ -112,6 +109,7 @@ packages:
/@apiglobal/typedrequest-interfaces@1.0.20:
resolution: {integrity: sha512-ybsDtavYbzGJYSLodSbkxDvSLYtfMzBTuNZDJpiANt1rZA2MO/GCq8zk5MVLlrUUQIr/7oxPGWqxi1QDwR+RHQ==}
dev: true
/@apiglobal/typedrequest-interfaces@2.0.1:
resolution: {integrity: sha512-Oi7pNU4vKo5UvcCJmqkH43Us237Ws/Pp/WDYnwnonRnTmIMd+6QjNfN/gXcPnP6tbamk8r8Xzcz9mgnSDM2ysw==}
@ -551,13 +549,6 @@ packages:
dependencies:
'@lit-labs/ssr-dom-shim': 1.1.2
/@losslessone_private/loint-pubapi@1.0.13:
resolution: {integrity: sha512-2GmEAiAaXTVRgIrdxJPXNRa3I8y2xcylNyL8AJHT6fwaWhCclXfsjbL9CeNYW1CxiriDjPmaL80MGZFQXjB33g==}
dependencies:
'@apiglobal/typedrequest-interfaces': 1.0.20
'@pushrocks/smartlog-interfaces': 2.0.23
dev: false
/@mapbox/node-pre-gyp@1.0.11:
resolution: {integrity: sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==}
hasBin: true
@ -1131,6 +1122,7 @@ packages:
deprecated: This package has been deprecated in favour of the new package at @push.rocks/smartlog-interfaces
dependencies:
'@apiglobal/typedrequest-interfaces': 1.0.20
dev: true
/@pushrocks/smartlog-interfaces@3.0.0:
resolution: {integrity: sha512-yjppiLLJHBcrXTJJusDbFTvHq0RTMl3LnhvWAhyyy8U0O4VkJxIls1t5mS6jsEwxogP88+0flQIWknNJeB913A==}
@ -1501,6 +1493,7 @@ packages:
/ansi-regex@5.0.1:
resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==}
engines: {node: '>=8'}
requiresBuild: true
/ansi-regex@6.0.1:
resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==}
@ -1958,6 +1951,7 @@ packages:
/emoji-regex@8.0.0:
resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
requiresBuild: true
/emoji-regex@9.2.2:
resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==}
@ -2427,6 +2421,7 @@ packages:
/is-fullwidth-code-point@3.0.0:
resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==}
engines: {node: '>=8'}
requiresBuild: true
/is-glob@4.0.3:
resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-appui-catalog',
version: '1.0.89',
version: '1.0.90',
description: 'a catalog with app webcomponents'
}