Skip to content

Commit

Permalink
chore(npm): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Sep 7, 2023
1 parent e404b7c commit b98f700
Show file tree
Hide file tree
Showing 6 changed files with 904 additions and 388 deletions.
29 changes: 15 additions & 14 deletions package.json
Expand Up @@ -46,19 +46,20 @@
"@prisma/client": ">=3"
},
"devDependencies": {
"@mgcrea/eslint-config-node": "^0.2.3",
"@mgcrea/fastify-session": "^1.1.0",
"@prisma/client": "^4.11.0",
"@tsconfig/node-lts-strictest-esm": "^18.12.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.15.3",
"eslint": "^8.36.0",
"prettier": "^2.8.5",
"prettier-plugin-organize-imports": "^3.2.2",
"prisma": "^4.11.0",
"tsup": "^6.7.0",
"tsx": "^3.12.5",
"typescript": "^5.0.2",
"vitest": "^0.29.3"
"@mgcrea/eslint-config-node": "^0.8.1",
"@mgcrea/fastify-session": "^2.2.0",
"@prisma/client": "^5.2.0",
"@tsconfig/node-lts": "^18.12.5",
"@tsconfig/strictest": "^2.0.2",
"@types/debug": "^4.1.8",
"@types/node": "^18.17.14",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prisma": "^5.2.0",
"tsup": "^7.2.0",
"tsx": "^3.12.8",
"typescript": "^5.2.2",
"vitest": "^0.34.3"
}
}

0 comments on commit b98f700

Please sign in to comment.