Skip to content

Commit

Permalink
refactor: removing our dependency on form-data
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jul 28, 2024
1 parent e8b1c02 commit fce31e8
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 164 deletions.
186 changes: 46 additions & 140 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@readme/eslint-config": "^14.0.0",
"@tsconfig/node18": "^18.2.4",
"@types/content-type": "^1.1.5",
"@types/express": "^4.17.21",
"@types/find-cache-dir": "^3.2.1",
"@types/flat-cache": "^2.0.0",
"@types/har-format": "^1.2.15",
"@types/lodash": "^4.14.197",
"@types/multer": "^1.4.7",
"@types/node": "^20.14.12",
"@types/ssri": "^7.1.1",
"@types/supertest": "^2.0.12",
Expand All @@ -52,11 +52,9 @@
"@vitest/coverage-v8": "^2.0.4",
"eslint": "^8.34.0",
"express": "^4.18.2",
"form-data": "^4.0.0",
"is-valid-uuid-v4": "^1.2.3",
"mock-req": "^0.2.0",
"msw": "^2.3.4",
"multer": "^1.4.5-lts.1",
"prettier": "^3.0.2",
"supertest": "^6.3.3",
"typescript": "^5.1.6",
Expand Down
Loading

0 comments on commit fce31e8

Please sign in to comment.