Skip to content

Commit 175cd51

Browse files
committed
build: remove multiple unused development dependencies
The following development dependencies are no longer used directly and have been removed from the root `package.json`: * `conventional-commits-parser` * `gh-got` * `git-raw-commits`
1 parent e0e4cd6 commit 175cd51

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"cacache": "15.3.0",
130130
"chokidar": "^3.5.2",
131131
"common-tags": "^1.8.0",
132-
"conventional-commits-parser": "^3.0.0",
133132
"copy-webpack-plugin": "10.2.4",
134133
"core-js": "3.21.1",
135134
"critters": "0.0.16",
@@ -144,8 +143,6 @@
144143
"express": "4.17.3",
145144
"fast-json-stable-stringify": "2.1.0",
146145
"font-awesome": "^4.7.0",
147-
"gh-got": "^9.0.0",
148-
"git-raw-commits": "^2.0.0",
149146
"glob": "7.2.0",
150147
"http-proxy": "^1.18.1",
151148
"https-proxy-agent": "5.0.0",

yarn.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4092,7 +4092,7 @@ content-type@~1.0.4:
40924092
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.4.tgz#e138cc75e040c727b1966fe5e5f8c9aee256fe3b"
40934093
integrity sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==
40944094

4095-
conventional-commits-parser@^3.0.0, conventional-commits-parser@^3.2.1:
4095+
conventional-commits-parser@^3.2.1:
40964096
version "3.2.4"
40974097
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-3.2.4.tgz#a7d3b77758a202a9b2293d2112a8d8052c740972"
40984098
integrity sha512-nK7sAtfi+QXbxHCYfhpZsfRtaitZLIA6889kFIouLvz6repszQDgxBu7wf2WbU+Dco7sAnNCJYERCwt54WPC2Q==
@@ -6102,14 +6102,7 @@ getpass@^0.1.1:
61026102
dependencies:
61036103
assert-plus "^1.0.0"
61046104

6105-
gh-got@^9.0.0:
6106-
version "9.0.0"
6107-
resolved "https://registry.yarnpkg.com/gh-got/-/gh-got-9.0.0.tgz#5f82eb5c97aa7a0235f50cf277331cdeda879670"
6108-
integrity sha512-RH5n6CDdb6AozElmiKwFhmO/1FmhWWVhfQAVv+JtU8jtPK12JLErce/VQFsFwZ9dTa01SfD7WXb/1iyZp/5XKg==
6109-
dependencies:
6110-
got "^10.5.7"
6111-
6112-
git-raw-commits@^2.0.0, git-raw-commits@^2.0.10:
6105+
git-raw-commits@^2.0.10:
61136106
version "2.0.11"
61146107
resolved "https://registry.yarnpkg.com/git-raw-commits/-/git-raw-commits-2.0.11.tgz#bc3576638071d18655e1cc60d7f524920008d723"
61156108
integrity sha512-VnctFhw+xfj8Va1xtfEqCUD2XDrbAPSJx+hSrE5K7fGdjZruW7XV+QOrN7LF/RJyvspRiD2I0asWsxFp0ya26A==

0 commit comments

Comments
 (0)