nestjs-hot-shots
Advanced tools
Comparing version 2.0.19-dev.1702948040.af71329 to 2.0.19-dev.1703033728.c2924f5
{ | ||
"name": "nestjs-hot-shots", | ||
"description": "Hot-shots Module for Nest.js Framework", | ||
"version": "2.0.19-dev.1702948040.af71329", | ||
"version": "2.0.19-dev.1703033728.c2924f5", | ||
"scripts": { | ||
@@ -46,9 +46,9 @@ "build": "rimraf -rf dist && tsc -p tsconfig.json", | ||
"@nestjs/common": "10.3.0", | ||
"@nestjs/core": "10.2.10", | ||
"@types/node": "20.10.4", | ||
"@nestjs/core": "10.3.0", | ||
"@types/node": "20.10.5", | ||
"@typescript-eslint/eslint-plugin": "6.15.0", | ||
"@typescript-eslint/parser": "6.14.0", | ||
"@typescript-eslint/parser": "6.15.0", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"eslint-plugin-prettier": "5.1.0", | ||
"hot-shots": "10.0.0", | ||
@@ -55,0 +55,0 @@ "husky": "8.0.3", |
11687