Skip to content

Commit 760df04

Browse files
Copilotkobenguyent
andcommitted
Add required dependencies for internal test server
Co-authored-by: kobenguyent <[email protected]>
1 parent 0d8a4f0 commit 760df04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"axios": "1.11.0",
8787
"chalk": "4.1.2",
8888
"cheerio": "^1.0.0",
89+
"chokidar": "^4.0.3",
8990
"commander": "11.1.0",
9091
"cross-spawn": "7.0.6",
9192
"css-to-xpath": "0.1.0",
@@ -103,12 +104,13 @@
103104
"joi": "17.13.3",
104105
"js-beautify": "1.15.4",
105106
"lodash.clonedeep": "4.5.0",
106-
"lodash.shuffle": "4.2.0",
107107
"lodash.merge": "4.6.2",
108+
"lodash.shuffle": "4.2.0",
108109
"mkdirp": "3.0.1",
109110
"mocha": "11.6.0",
110111
"monocart-coverage-reports": "2.12.6",
111112
"ms": "2.1.3",
113+
"multer": "^2.0.2",
112114
"ora-classic": "5.4.2",
113115
"parse-function": "5.6.10",
114116
"parse5": "7.3.0",
@@ -145,7 +147,7 @@
145147
"eslint-plugin-import": "2.32.0",
146148
"eslint-plugin-mocha": "11.1.0",
147149
"expect": "30.0.5",
148-
"express": "5.1.0",
150+
"express": "^5.1.0",
149151
"globals": "16.2.0",
150152
"graphql": "16.11.0",
151153
"graphql-tag": "^2.12.6",

0 commit comments

Comments
 (0)