Skip to content

Commit 95f7476

Browse files
authored
Remove unnecessary dev dependencies (#5602)
* Remove unnecessary dev dependencies These are used in the esbuild integration test and are installed from a local package.json instead.
1 parent 80ec575 commit 95f7476

File tree

3 files changed

+19
-721
lines changed

3 files changed

+19
-721
lines changed

LICENSE-3rdparty.csv

-4
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,13 @@ require,semifies,Apache license 2.0,Copyright Authors
3131
require,shell-quote,mit,Copyright (c) 2013 James Halliday
3232
require,source-map,BSD-3-Clause,Copyright (c) 2009-2011, Mozilla Foundation and contributors
3333
require,ttl-set,MIT,Copyright (c) 2024 Thomas Watson
34-
dev,@apollo/server,MIT,Copyright (c) 2016-2020 Apollo Graph, Inc. (Formerly Meteor Development Group, Inc.)
3534
dev,@babel/helpers,MIT,Copyright (c) 2014-present Sebastian McKenzie and other contributors
3635
dev,@types/node,MIT,Copyright Authors
3736
dev,@eslint/eslintrc,MIT,Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
3837
dev,@eslint/js,MIT,Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
3938
dev,@msgpack/msgpack,ISC,Copyright 2019 The MessagePack Community
4039
dev,@stylistic/eslint-plugin-js,MIT,Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
4140
dev,autocannon,MIT,Copyright 2016 Matteo Collina
42-
dev,aws-sdk,Apache 2.0,Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4341
dev,axios,MIT,Copyright 2014-present Matt Zabriskie
4442
dev,benchmark,MIT,Copyright 2010-2016 Mathias Bynens Robert Kieffer John-David Dalton
4543
dev,body-parser,MIT,Copyright 2014 Jonathan Ong 2014-2015 Douglas Christopher Wilson
@@ -48,7 +46,6 @@ dev,chalk,MIT,Copyright Sindre Sorhus
4846
dev,checksum,MIT,Copyright Daniel D. Shaw
4947
dev,cli-table3,MIT,Copyright 2014 James Talmage
5048
dev,dotenv,BSD-2-Clause,Copyright 2015 Scott Motte
51-
dev,esbuild,MIT,Copyright (c) 2020 Evan Wallace
5249
dev,eslint,MIT,Copyright JS Foundation and other contributors https://js.foundation
5350
dev,eslint-config-standard,MIT,Copyright Feross Aboukhadijeh
5451
dev,eslint-plugin-import,MIT,Copyright 2015 Ben Mosher
@@ -62,7 +59,6 @@ dev,glob,ISC,Copyright Isaac Z. Schlueter and Contributors
6259
dev,globals,MIT,Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
6360
dev,graphql,MIT,Copyright 2015 Facebook Inc.
6461
dev,jszip,MIT,Copyright 2015-2016 Stuart Knightley and contributors
65-
dev,knex,MIT,Copyright (c) 2013-present Tim Griesser
6662
dev,mkdirp,MIT,Copyright 2010 James Halliday
6763
dev,mocha,MIT,Copyright 2011-2018 JS Foundation and contributors https://js.foundation
6864
dev,multer,MIT,Copyright 2014 Hage Yaapa

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,13 @@
119119
"ttl-set": "^1.0.0"
120120
},
121121
"devDependencies": {
122-
"@apollo/server": "^4.11.0",
123122
"@babel/helpers": "^7.26.10",
124123
"@eslint/eslintrc": "^3.2.0",
125124
"@eslint/js": "^9.19.0",
126125
"@msgpack/msgpack": "^3.0.0-beta3",
127126
"@stylistic/eslint-plugin-js": "^3.0.1",
128127
"@types/node": "^16.0.0",
129128
"autocannon": "^4.5.2",
130-
"aws-sdk": "^2.1446.0",
131129
"axios": "^1.8.2",
132130
"benchmark": "^2.1.4",
133131
"body-parser": "^1.20.3",
@@ -136,7 +134,6 @@
136134
"checksum": "^1.0.0",
137135
"cli-table3": "^0.6.3",
138136
"dotenv": "16.3.1",
139-
"esbuild": "^0.25.0",
140137
"eslint": "^9.19.0",
141138
"eslint-config-standard": "^17.1.0",
142139
"eslint-plugin-import": "^2.31.0",
@@ -150,7 +147,6 @@
150147
"globals": "^15.10.0",
151148
"graphql": "0.13.2",
152149
"jszip": "^3.5.0",
153-
"knex": "^2.4.2",
154150
"mkdirp": "^3.0.1",
155151
"mocha": "^10",
156152
"multer": "^1.4.5-lts.1",

0 commit comments

Comments
 (0)