mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 03:26:36 +03:00
Make https explicit for github hosted packages
This should remove any ambiguity for related tools.
This commit is contained in:
parent
068a8c4ce8
commit
9a1f707c39
@ -38,7 +38,7 @@
|
||||
"@lezer/highlight": "^1.1.6",
|
||||
"@replit/codemirror-lang-svelte": "^6.0.0",
|
||||
"@sentry/sveltekit": "^7.58.0",
|
||||
"@square/svelte-store": "gitbutlerapp/svelte-store#error-state",
|
||||
"@square/svelte-store": "git+https://git@github.com/gitbutlerapp/svelte-store.git",
|
||||
"@sveltejs/adapter-static": "^2.0.2",
|
||||
"@sveltejs/kit": "^1.22.3",
|
||||
"@tauri-apps/api": "^1.4.0",
|
||||
@ -84,8 +84,8 @@
|
||||
"svelte-outclick": "^3.6.1",
|
||||
"svelte-resize-observer": "^2.0.0",
|
||||
"tailwindcss": "^3.3.2",
|
||||
"tauri-plugin-log-api": "tauri-apps/tauri-plugin-log",
|
||||
"tauri-plugin-websocket-api": "tauri-apps/tauri-plugin-websocket",
|
||||
"tauri-plugin-log-api": "git+https://git@github.com/tauri-apps/tauri-plugin-log.git",
|
||||
"tauri-plugin-websocket-api": "git+https://git@github.com/tauri-apps/tauri-plugin-websocket.git",
|
||||
"tinykeys": "^1.4.0",
|
||||
"tslib": "^2.6.0",
|
||||
"typescript": "^5.1.6",
|
||||
|
@ -69,7 +69,7 @@ devDependencies:
|
||||
specifier: ^7.58.0
|
||||
version: 7.58.0(@sveltejs/kit@1.22.3)(svelte@4.0.5)
|
||||
'@square/svelte-store':
|
||||
specifier: gitbutlerapp/svelte-store#error-state
|
||||
specifier: git+https://git@github.com/gitbutlerapp/svelte-store.git
|
||||
version: github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd(svelte@4.0.5)
|
||||
'@sveltejs/adapter-static':
|
||||
specifier: ^2.0.2
|
||||
@ -207,10 +207,10 @@ devDependencies:
|
||||
specifier: ^3.3.2
|
||||
version: 3.3.2
|
||||
tauri-plugin-log-api:
|
||||
specifier: tauri-apps/tauri-plugin-log
|
||||
specifier: git+https://git@github.com/tauri-apps/tauri-plugin-log.git
|
||||
version: github.com/tauri-apps/tauri-plugin-log/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab
|
||||
tauri-plugin-websocket-api:
|
||||
specifier: tauri-apps/tauri-plugin-websocket
|
||||
specifier: git+https://git@github.com/tauri-apps/tauri-plugin-websocket.git
|
||||
version: github.com/tauri-apps/tauri-plugin-websocket/c085eb80347e66433570322b8c62028b804dfeef
|
||||
tinykeys:
|
||||
specifier: ^1.4.0
|
||||
@ -5562,7 +5562,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd(svelte@4.0.5):
|
||||
resolution: {tarball: https://codeload.github.com/gitbutlerapp/svelte-store/tar.gz/4cf861db334188389186a6f41ddfc1ba157b4ffd}
|
||||
resolution: {commit: 4cf861db334188389186a6f41ddfc1ba157b4ffd, repo: https://git@github.com/gitbutlerapp/svelte-store.git, type: git}
|
||||
id: github.com/gitbutlerapp/svelte-store/4cf861db334188389186a6f41ddfc1ba157b4ffd
|
||||
name: '@square/svelte-store'
|
||||
version: 1.0.17
|
||||
@ -5574,7 +5574,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
github.com/tauri-apps/tauri-plugin-log/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab:
|
||||
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-log/tar.gz/9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab}
|
||||
resolution: {commit: 9075595196d5a66f8f3265d2aaf7e2ffeb4cb2ab, repo: https://git@github.com/tauri-apps/tauri-plugin-log.git, type: git}
|
||||
name: tauri-plugin-log-api
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
@ -5582,7 +5582,7 @@ packages:
|
||||
dev: true
|
||||
|
||||
github.com/tauri-apps/tauri-plugin-websocket/c085eb80347e66433570322b8c62028b804dfeef:
|
||||
resolution: {tarball: https://codeload.github.com/tauri-apps/tauri-plugin-websocket/tar.gz/c085eb80347e66433570322b8c62028b804dfeef}
|
||||
resolution: {commit: c085eb80347e66433570322b8c62028b804dfeef, repo: https://git@github.com/tauri-apps/tauri-plugin-websocket.git, type: git}
|
||||
name: tauri-plugin-websocket-api
|
||||
version: 0.0.0
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user