mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Correctly categorize dev dependencies (#19676)
The two GitHub action dependencies were mistakenly listed as production dependencies. They've been moved to `devDependencies` instead. The `husky` development dependency was mistakenly listed as a production dependency as well. It has been removed from that set, now listed as just a `devDependency`.
This commit is contained in:
parent
9a70331dfc
commit
3a61f179a3
@ -200,8 +200,6 @@
|
|||||||
"request@^2.85.0": "patch:request@npm%3A2.88.2#./.yarn/patches/request-npm-2.88.2-f4a57c72c4.patch"
|
"request@^2.85.0": "patch:request@npm%3A2.88.2#./.yarn/patches/request-npm-2.88.2-f4a57c72c4.patch"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.0",
|
|
||||||
"@actions/github": "^5.1.1",
|
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@download/blockies": "^1.0.3",
|
"@download/blockies": "^1.0.3",
|
||||||
"@ensdomains/content-hash": "^2.5.6",
|
"@ensdomains/content-hash": "^2.5.6",
|
||||||
@ -317,7 +315,6 @@
|
|||||||
"fuse.js": "^3.2.0",
|
"fuse.js": "^3.2.0",
|
||||||
"globalthis": "^1.0.1",
|
"globalthis": "^1.0.1",
|
||||||
"human-standard-token-abi": "^2.0.0",
|
"human-standard-token-abi": "^2.0.0",
|
||||||
"husky": "^8.0.3",
|
|
||||||
"immer": "^9.0.6",
|
"immer": "^9.0.6",
|
||||||
"is-retry-allowed": "^2.2.0",
|
"is-retry-allowed": "^2.2.0",
|
||||||
"jest-junit": "^14.0.1",
|
"jest-junit": "^14.0.1",
|
||||||
@ -366,6 +363,8 @@
|
|||||||
"zxcvbn": "^4.4.2"
|
"zxcvbn": "^4.4.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@actions/core": "^1.10.0",
|
||||||
|
"@actions/github": "^5.1.1",
|
||||||
"@babel/code-frame": "^7.12.13",
|
"@babel/code-frame": "^7.12.13",
|
||||||
"@babel/core": "^7.21.5",
|
"@babel/core": "^7.21.5",
|
||||||
"@babel/eslint-parser": "^7.13.14",
|
"@babel/eslint-parser": "^7.13.14",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user