diff options
Diffstat (limited to 'pnpm-lock.yaml')
-rw-r--r-- | pnpm-lock.yaml | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 45b11cf08..d9d1a2fa3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -112,6 +112,34 @@ importers: specifier: 5.1.3 version: 5.1.3 + packages/anastasis-cli: + dependencies: + '@gnu-taler/anastasis-core': + specifier: workspace:* + version: link:../anastasis-core + '@gnu-taler/taler-util': + specifier: workspace:* + version: link:../taler-util + tslib: + specifier: ^2.5.3 + version: 2.5.3 + devDependencies: + '@types/node': + specifier: ^18.11.17 + version: 18.11.17 + prettier: + specifier: ^2.8.8 + version: 2.8.8 + rimraf: + specifier: ^3.0.2 + version: 3.0.2 + typedoc: + specifier: ^0.24.8 + version: 0.24.8(typescript@5.1.3) + typescript: + specifier: ^5.1.3 + version: 5.1.3 + packages/anastasis-core: dependencies: '@gnu-taler/taler-util': @@ -6295,7 +6323,7 @@ packages: engines: {node: '>=14.15.0'} dependencies: js-yaml: 3.14.1 - tslib: 2.4.1 + tslib: 2.5.3 dev: true /@zkochan/js-yaml@0.0.6: @@ -12308,6 +12336,7 @@ packages: /marked@4.3.0: resolution: {integrity: sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==} engines: {node: '>= 12'} + hasBin: true dev: true /matcher@5.0.0: @@ -15089,6 +15118,7 @@ packages: /rimraf@2.7.1: resolution: {integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==} + hasBin: true dependencies: glob: 7.2.3 dev: true @@ -16447,10 +16477,6 @@ packages: resolution: {integrity: sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==} dev: true - /tslib@2.4.1: - resolution: {integrity: sha512-tGyy4dAjRIEwI7BzsB0lynWgOpfqjUdq91XXAlIWD2OwKBH7oCl/GZG/HT4BOHrTlPMOASlMQ7veyTqpmRcrNA==} - dev: true - /tslib@2.5.3: resolution: {integrity: sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==} @@ -16552,6 +16578,7 @@ packages: /typescript@4.6.4: resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==} engines: {node: '>=4.2.0'} + hasBin: true dev: true /typescript@5.1.3: |