Initial cobalt setup and form/listing implementation

This commit is contained in:
2022-07-04 03:04:11 -05:00
parent 63ae51673a
commit 4715bf2758
1866 changed files with 192190 additions and 15 deletions

20
pnpm-lock.yaml generated
View File

@@ -2,7 +2,8 @@ lockfileVersion: 5.3
specifiers:
'@extollo/cc': ^0.6.0
'@extollo/lib': ^0.9.46
'@extollo/lib': ^0.9.50
any-date-parser: ^1.5.3
copyfiles: ^2.4.1
feed: ^4.2.2
gotify: ^1.1.0
@@ -14,7 +15,8 @@ specifiers:
zod: ^3.11.6
dependencies:
'@extollo/lib': 0.9.46
'@extollo/lib': 0.9.50
any-date-parser: 1.5.3
copyfiles: 2.4.1
feed: 4.2.2
gotify: 1.1.0
@@ -114,8 +116,8 @@ packages:
- supports-color
dev: true
/@extollo/lib/0.9.46:
resolution: {integrity: sha512-FbCCM0X++TCGeCrBVCS2CtshDbwu9Hv2qUFbx2m+8UHq3JX/pHnbjePBAWgAgpRVu7Sp221rFdaaOv27i+Lu9Q==}
/@extollo/lib/0.9.50:
resolution: {integrity: sha512-6tKIpKJ5FDuuGFnvNU+OiPGzYQKvRi1eTVlEd0bgxG0zksZVzN+/lVxvLguk2lXbqumRxWRNzJtJh4uA2NyRig==}
dependencies:
'@atao60/fse-cli': 0.1.7
'@extollo/ui': 0.1.0_@types+node@14.18.12
@@ -532,6 +534,10 @@ packages:
dependencies:
color-convert: 2.0.1
/any-date-parser/1.5.3:
resolution: {integrity: sha512-X4sMMSzNoGmZTrFzsNKygRF2J1rBQvHNEW6rArOEH+pWHsyM6SDiqVz8yAbuYE2qiVN7btluIjijMwVDMkDj+g==}
dev: false
/anymatch/3.1.2:
resolution: {integrity: sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==}
engines: {node: '>= 8'}
@@ -1278,7 +1284,7 @@ packages:
source-map: 0.6.1
wordwrap: 1.0.0
optionalDependencies:
uglify-js: 3.16.0
uglify-js: 3.16.1
dev: false
/has-flag/4.0.0:
@@ -2690,8 +2696,8 @@ packages:
engines: {node: '>=4.2.0'}
hasBin: true
/uglify-js/3.16.0:
resolution: {integrity: sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw==}
/uglify-js/3.16.1:
resolution: {integrity: sha512-X5BGTIDH8U6IQ1TIRP62YC36k+ULAa1d59BxlWvPUJ1NkW5L3FwcGfEzuVvGmhJFBu0YJ5Ge25tmRISqCmLiRQ==}
engines: {node: '>=0.8.0'}
hasBin: true
requiresBuild: true