Skip to content

Commit d4aaa2a

Browse files
author
Mohammad Babazadeh
authored
chore(gatsby, gatsby-cli, gatsby-plugin-sharp): remove old unused UUID dependency (#35657)
1 parent a5a2162 commit d4aaa2a

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

packages/gatsby-cli/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"stack-trace": "^0.0.10",
5252
"strip-ansi": "^6.0.1",
5353
"update-notifier": "^5.1.0",
54-
"uuid": "3.4.0",
5554
"yargs": "^15.4.1",
5655
"yoga-layout-prebuilt": "^1.10.0",
5756
"yurnalist": "^2.1.0"

packages/gatsby-plugin-sharp/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"progress": "^2.0.3",
2525
"semver": "^7.3.7",
2626
"sharp": "^0.30.3",
27-
"svgo": "1.3.2",
28-
"uuid": "3.4.0"
27+
"svgo": "1.3.2"
2928
},
3029
"devDependencies": {
3130
"@babel/cli": "^7.15.4",

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -25462,7 +25462,7 @@ [email protected]:
2546225462
version "1.0.1"
2546325463
resolved "https://registry.yarnpkg.com/utils-merge/-/utils-merge-1.0.1.tgz#9f95710f50a267947b2ccc124741c1028427e713"
2546425464

25465-
uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2:
25465+
uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2:
2546625466
version "3.4.0"
2546725467
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
2546825468
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==

0 commit comments

Comments
 (0)