Update internal dependencies

This commit is contained in:
Piotr Rogowski 2023-09-11 16:37:25 +02:00
parent 745f4fb59a
commit 572be519cb
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
2 changed files with 7 additions and 7 deletions

10
package-lock.json generated
View File

@ -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": {

View File

@ -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",