Skip to content

Commit 341d36e

Browse files
authored
build(deps): move form-data to dev dependencies (#92)
Signed-off-by: Frazer Smith <[email protected]>
1 parent ef40c33 commit 341d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"fastify": "^5.0.0",
5656
"fastify-cli": "^7.0.0",
5757
"fastify-plugin": "^5.0.1",
58-
"form-data": "^4.0.1",
5958
"knex": "^3.1.0",
6059
"mysql2": "^3.11.3",
6160
"postgrator": "^8.0.0"
@@ -65,6 +64,7 @@
6564
"c8": "^10.1.3",
6665
"eslint": "^9.11.0",
6766
"fastify-tsconfig": "^3.0.0",
67+
"form-data": "^4.0.1",
6868
"glob": "^11.0.0",
6969
"neostandard": "^0.12.0",
7070
"tsx": "^4.19.1",

0 commit comments

Comments
 (0)