Skip to content

Commit 4031dd2

Browse files
authored
Remove unused dev dependencies (#5668)
* remove dotenv package * remove other unused packages * remove mkdirp
1 parent c8a06cd commit 4031dd2

File tree

4 files changed

+5
-232
lines changed

4 files changed

+5
-232
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ typings/
8585
# Yarn Integrity file
8686
.yarn-integrity
8787

88-
# dotenv environment variables file
89-
.env
90-
9188

9289
### VisualStudioCode ###
9390
.vscode/*

LICENSE-3rdparty.csv

-6
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,10 @@ dev,@eslint/eslintrc,MIT,Copyright OpenJS Foundation and other contributors, <ww
3838
dev,@eslint/js,MIT,Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
3939
dev,@msgpack/msgpack,ISC,Copyright 2019 The MessagePack Community
4040
dev,@stylistic/eslint-plugin-js,MIT,Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
41-
dev,autocannon,MIT,Copyright 2016 Matteo Collina
4241
dev,axios,MIT,Copyright 2014-present Matt Zabriskie
4342
dev,benchmark,MIT,Copyright 2010-2016 Mathias Bynens Robert Kieffer John-David Dalton
4443
dev,body-parser,MIT,Copyright 2014 Jonathan Ong 2014-2015 Douglas Christopher Wilson
4544
dev,chai,MIT,Copyright 2017 Chai.js Assertion Library
46-
dev,chalk,MIT,Copyright Sindre Sorhus
47-
dev,checksum,MIT,Copyright Daniel D. Shaw
48-
dev,cli-table3,MIT,Copyright 2014 James Talmage
49-
dev,dotenv,BSD-2-Clause,Copyright 2015 Scott Motte
5045
dev,eslint,MIT,Copyright JS Foundation and other contributors https://js.foundation
5146
dev,eslint-config-standard,MIT,Copyright Feross Aboukhadijeh
5247
dev,eslint-plugin-import,MIT,Copyright 2015 Ben Mosher
@@ -60,7 +55,6 @@ dev,glob,ISC,Copyright Isaac Z. Schlueter and Contributors
6055
dev,globals,MIT,Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
6156
dev,graphql,MIT,Copyright 2015 Facebook Inc.
6257
dev,jszip,MIT,Copyright 2015-2016 Stuart Knightley and contributors
63-
dev,mkdirp,MIT,Copyright 2010 James Halliday
6458
dev,mocha,MIT,Copyright 2011-2018 JS Foundation and contributors https://js.foundation
6559
dev,multer,MIT,Copyright 2014 Hage Yaapa
6660
dev,nock,MIT,Copyright 2017 Pedro Teixeira and other contributors

package.json

-6
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,10 @@
124124
"@msgpack/msgpack": "^3.0.0-beta3",
125125
"@stylistic/eslint-plugin-js": "^3.0.1",
126126
"@types/node": "^16.0.0",
127-
"autocannon": "^4.5.2",
128127
"axios": "^1.8.2",
129128
"benchmark": "^2.1.4",
130129
"body-parser": "^1.20.3",
131130
"chai": "^4.3.7",
132-
"chalk": "^5.3.0",
133-
"checksum": "^1.0.0",
134-
"cli-table3": "^0.6.3",
135-
"dotenv": "16.3.1",
136131
"eslint": "^9.19.0",
137132
"eslint-config-standard": "^17.1.0",
138133
"eslint-plugin-import": "^2.31.0",
@@ -146,7 +141,6 @@
146141
"globals": "^15.10.0",
147142
"graphql": "0.13.2",
148143
"jszip": "^3.5.0",
149-
"mkdirp": "^3.0.1",
150144
"mocha": "^10",
151145
"multer": "^1.4.5-lts.1",
152146
"nock": "^11.3.3",

0 commit comments

Comments
 (0)