From 572be519cbdf767f58ab47aa36b6c6108918b72d Mon Sep 17 00:00:00 2001 From: Piotr Rogowski Date: Mon, 11 Sep 2023 16:37:25 +0200 Subject: [PATCH] Update internal dependencies --- package-lock.json | 10 +++++----- package.json | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4444ac64..aec6c3cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git", - "@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git", + "@hyper-tuner/ini": "github:hyper-tuner/ini", + "@hyper-tuner/types": "github:hyper-tuner/types", "@reduxjs/toolkit": "^1.9.5", "@sentry/react": "^7.68.0", "@sentry/tracing": "^7.68.0", @@ -2183,10 +2183,10 @@ }, "node_modules/@hyper-tuner/ini": { "version": "0.7.6", - "resolved": "git+ssh://git@github.com/hyper-tuner/ini.git#cc4e710521593c390edd2f3a635380d416cb0c4b", + "resolved": "git+ssh://git@github.com/hyper-tuner/ini.git#0a131201997a52b46ff83524ee9123f052173022", "license": "MIT", "dependencies": { - "@hyper-tuner/types": "^0.4.2", + "@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git", "js-yaml": "^4.1.0", "parsimmon": "^1.18.1" }, @@ -2196,7 +2196,7 @@ }, "node_modules/@hyper-tuner/types": { "version": "0.4.2", - "resolved": "git+ssh://git@github.com/hyper-tuner/types.git#d1545d4e0b17c06e440efb3e8bc316cdc14422aa", + "resolved": "git+ssh://git@github.com/hyper-tuner/types.git#ce82322cf79b1a4c569723932b06f514a53a2e09", "license": "MIT" }, "node_modules/@jridgewell/gen-mapping": { diff --git a/package.json b/package.json index 1f20d680..b88d77dd 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "typegen": "pocketbase-typegen --json ../cloud-backend/pb_schema.json --out src/@types/pocketbase-types.ts" }, "dependencies": { - "@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git", - "@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git", + "@hyper-tuner/ini": "github:hyper-tuner/ini", + "@hyper-tuner/types": "github:hyper-tuner/types", "@reduxjs/toolkit": "^1.9.5", "@sentry/react": "^7.68.0", "@sentry/tracing": "^7.68.0",