mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 10:57:04 +08:00
DEV: Use blob URL to install discourse/squoosh fork (#28704)
Workaround for https://github.com/dependabot/dependabot-core/issues/10124
This commit is contained in:
parent
dbe7613352
commit
967af18c4b
|
@ -35,7 +35,7 @@
|
|||
"pikaday": "1.8.2",
|
||||
"prettier": "^2.8.8",
|
||||
"puppeteer-core": "^23.2.1",
|
||||
"squoosh": "discourse/squoosh#dc9649d",
|
||||
"squoosh": "https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d",
|
||||
"terser": "^5.31.6",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
|
|
|
@ -119,7 +119,7 @@ importers:
|
|||
specifier: ^23.2.1
|
||||
version: 23.2.1
|
||||
squoosh:
|
||||
specifier: discourse/squoosh#dc9649d
|
||||
specifier: https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d
|
||||
version: https://codeload.github.com/discourse/squoosh/tar.gz/dc9649d
|
||||
terser:
|
||||
specifier: ^5.31.6
|
||||
|
|
Loading…
Reference in New Issue
Block a user