From c48bb0428f114a6d429cab26e32cdc795baa328d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 30 Apr 2024 17:48:11 +0200 Subject: [PATCH] fix(core): update --- package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 0db4473..1852fbe 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@types/express": "^4.17.21", "express": "^4.19.2", "pdf-lib": "^1.17.1", - "pdf2json": "^3.0.5", + "pdf2json": "3.0.5", "pdf2pic": "^3.1.1" }, "files": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27e9b92..a282fe2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,7 +15,7 @@ dependencies: specifier: ^11.0.14 version: 11.0.14 '@push.rocks/smartnetwork': - specifier: ^3.0.2 + specifier: ^3.0.0 version: 3.0.2 '@push.rocks/smartpath': specifier: ^5.0.18 @@ -42,7 +42,7 @@ dependencies: specifier: ^1.17.1 version: 1.17.1 pdf2json: - specifier: ^3.0.5 + specifier: 3.0.5 version: 3.0.5 pdf2pic: specifier: ^3.1.1 @@ -50,16 +50,16 @@ dependencies: devDependencies: '@git.zone/tsbuild': - specifier: ^2.1.72 + specifier: ^2.1.66 version: 2.1.72 '@git.zone/tsdoc': - specifier: ^1.1.27 + specifier: ^1.1.12 version: 1.1.27 '@git.zone/tsrun': - specifier: ^1.2.46 + specifier: ^1.2.44 version: 1.2.46(@types/node@20.12.7) '@git.zone/tstest': - specifier: ^1.0.90 + specifier: ^1.0.77 version: 1.0.90(@types/node@20.12.7) '@push.rocks/tapbundle': specifier: ^5.0.23 diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index ee0e890..bdffc3d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartpdf', - version: '3.1.5', + version: '3.1.6', description: 'A library for creating PDFs dynamically from HTML or websites with additional features like merging PDFs.' }