Skip to content

Commit

Permalink
Merge pull request #4 from kiwilan/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ewilan-riviere authored Aug 19, 2023
2 parents f6da227 + b3fc9df commit 94cc51f
Show file tree
Hide file tree
Showing 3 changed files with 1,041 additions and 1,225 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@kiwilan/fastify-utils",
"type": "module",
"version": "0.2.12",
"version": "0.2.20",
"description": "Collection of utilities for fastify framework, built to improve DX.",
"author": "Ewilan Rivière <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -53,30 +53,30 @@
"package": "rm -f kiwilan-fastify-utils-*.tgz ; pnpm build ; pnpm pack ; cp kiwilan-fastify-utils-*.tgz ~/kiwilan-fastify-utils.tgz"
},
"dependencies": {
"@fastify/cors": "^8.2.1",
"@fastify/cors": "^8.3.0",
"@fastify/env": "^4.2.0",
"@fastify/middie": "^8.3.0",
"@kiwilan/filesystem": "^0.0.18",
"chalk": "^5.2.0",
"commander": "^10.0.1",
"conf": "^11.0.1",
"esbuild": "^0.17.19",
"esbuild-plugin-pino": "^2.0.0",
"fastify": "^4.17.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"conf": "^11.0.2",
"esbuild": "^0.19.2",
"esbuild-plugin-pino": "^2.0.1",
"fastify": "^4.21.0",
"md5": "^2.3.0",
"ofetch": "^1.0.1",
"ofetch": "^1.1.1",
"tiny-glob": "^0.2.9"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.1",
"@antfu/eslint-config": "^0.40.2",
"@types/md5": "^2.3.2",
"@types/node": "^20.2.1",
"@vitest/coverage-c8": "^0.31.1",
"c8": "^7.13.0",
"eslint": "^8.41.0",
"pino-pretty": "^10.0.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
"@types/node": "^20.5.1",
"@vitest/coverage-v8": "^0.33.0",
"c8": "^8.0.1",
"eslint": "^8.47.0",
"pino-pretty": "^10.2.0",
"tsup": "^7.2.0",
"typescript": "^5.1.6",
"vitest": "^0.34.2"
}
}
Loading

0 comments on commit 94cc51f

Please sign in to comment.