Откат обновления пакета jest.

Спасибо ещё не обновившемуся ts-jest.
This commit is contained in:
2024-11-03 07:10:51 +04:00
parent d5abb537fb
commit 4b5fe6e1bd
3 changed files with 409 additions and 3409 deletions

3813
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -65,7 +65,7 @@
"eslint": "^8.42.0", "eslint": "^8.42.0",
"eslint-config-prettier": "^9.0.0", "eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0", "eslint-plugin-prettier": "^5.0.0",
"jest": "^30.0.0-alpha.6", "jest": "^29.1.0",
"prettier": "^3.0.0", "prettier": "^3.0.0",
"prisma": "^5.19.1", "prisma": "^5.19.1",
"source-map-support": "^0.5.21", "source-map-support": "^0.5.21",

View File

@@ -3,7 +3,8 @@ import {
Controller, Controller,
Get, Get,
HttpCode, HttpCode,
HttpStatus, Param, HttpStatus,
Param,
Patch, Patch,
UseGuards, UseGuards,
UseInterceptors, UseInterceptors,