Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.

Commit f2a0084

Browse files
authored
Fix installing apps doesn't work correctly (#102)
1 parent 74479d3 commit f2a0084

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"file-type": "9.0.0",
3535
"follow-redirects": "1.5.5",
3636
"fs-extra": "7.0.0",
37-
"icon-gen": "1.2.2",
37+
"icon-gen": "1.2.1",
3838
"is-url": "1.2.4",
3939
"jimp": "0.2.28",
4040
"read-chunk": "2.1.0",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4128,15 +4128,15 @@ hyphenate-style-name@^1.0.2:
41284128
version "1.0.2"
41294129
resolved "https://registry.yarnpkg.com/hyphenate-style-name/-/hyphenate-style-name-1.0.2.tgz#31160a36930adaf1fc04c6074f7eb41465d4ec4b"
41304130

4131-
4132-
version "1.2.2"
4133-
resolved "https://registry.yarnpkg.com/icon-gen/-/icon-gen-1.2.2.tgz#6a04fd11da6b0550e9a16f7f0f2781873dd28f2f"
4131+
4132+
version "1.2.1"
4133+
resolved "https://registry.yarnpkg.com/icon-gen/-/icon-gen-1.2.1.tgz#1a385ad19aa416c933b7d4cba8647427bcd8bead"
41344134
dependencies:
41354135
del "^3.0.0"
41364136
mkdirp "^0.5.1"
41374137
pngjs-nozlib "^1.0.0"
41384138
svg2png "4.1.1"
4139-
uuid "^3.3.2"
4139+
uuid "^3.2.1"
41404140

41414141
[email protected], iconv-lite@^0.4.17, iconv-lite@~0.4.13:
41424142
version "0.4.19"
@@ -8372,7 +8372,7 @@ uuid@^3.0.0, uuid@^3.1.0:
83728372
version "3.2.1"
83738373
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.2.1.tgz#12c528bb9d58d0b9265d9a2f6f0fe8be17ff1f14"
83748374

8375-
uuid@^3.3.2:
8375+
uuid@^3.2.1, uuid@^3.3.2:
83768376
version "3.3.2"
83778377
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
83788378

0 commit comments

Comments
 (0)