Skip to content

Commit

Permalink
test: use scoped package
Browse files Browse the repository at this point in the history
  • Loading branch information
climba03003 committed Jun 9, 2022
1 parent 75efe55 commit cec4f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"formidable": "^1.2.2"
},
"devDependencies": {
"@fastify/swagger": "^6.0.0",
"@types/node": "^17.0.40",
"@types/tap": "^15.0.7",
"@typescript-eslint/eslint-plugin": "^4.0.1",
Expand All @@ -53,7 +54,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.0.0",
"fastify": "^3.19.0",
"fastify-swagger": "^5.0.0",
"form-data": "^4.0.0",
"prettier": "^2.3.2",
"tap": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/createFastify.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fastifySwagger from '@fastify/swagger'
import Fastify, { FastifyInstance } from 'fastify'
import fastifySwagger from 'fastify-swagger'
import { Options } from 'formidable'
import FastifyFormidable, { ajvBinaryFormat, FastifyFormidableOptions } from '../lib'

Expand Down

0 comments on commit cec4f40

Please sign in to comment.