web_lib

Common web application libraries
git clone https://radroots.dev/git/web_lib.git
Log | Files | Refs | LICENSE

commit 9e3d8afcd403f67b626e35782008e57ab142662a
parent 70fd991f50adfe152f796cbcba7a5dd22d20fb3b
Author: triesap <137732411+triesap@users.noreply.github.com>
Date:   Sun, 15 Sep 2024 14:33:39 +0000

client: remove pnpm-lock.yaml

Diffstat:
Dclient/pnpm-lock.yaml | 40----------------------------------------
1 file changed, 0 insertions(+), 40 deletions(-)

diff --git a/client/pnpm-lock.yaml b/client/pnpm-lock.yaml @@ -1,40 +0,0 @@ -lockfileVersion: '9.0' - -settings: - autoInstallPeers: true - excludeLinksFromLockfile: false - -importers: - - .: - dependencies: - '@capacitor/core': - specifier: ^6.1.2 - version: 6.1.2 - devDependencies: - typescript: - specifier: ^5.3.3 - version: 5.5.4 - -packages: - - '@capacitor/core@6.1.2': - resolution: {integrity: sha512-xFy1/4qLFLp5WCIzIhtwUuVNNoz36+V7/BzHmLqgVJcvotc4MMjswW/TshnPQaLLujEOaLkA4h8ZJ0uoK3ImGg==} - - tslib@2.6.3: - resolution: {integrity: sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==} - - typescript@5.5.4: - resolution: {integrity: sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==} - engines: {node: '>=14.17'} - hasBin: true - -snapshots: - - '@capacitor/core@6.1.2': - dependencies: - tslib: 2.6.3 - - tslib@2.6.3: {} - - typescript@5.5.4: {}