Skip to content

Commit a851117

Browse files
committed
v5.0.6
1 parent a987a2b commit a851117

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nest-shared",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Shared code for nestjs projects",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -65,16 +65,6 @@
6565
"unique-slug": "^4.0.0"
6666
},
6767
"devDependencies": {
68-
"@typescript-eslint/eslint-plugin": "7.15.0",
69-
"@typescript-eslint/parser": "7.15.0",
70-
"eslint": "^8.56.0",
71-
"eslint-plugin-jest": "28.6.0",
72-
"jest": "^29.7.0",
73-
"nodemon": "^3.1.4",
74-
"prettier": "3.3.2",
75-
"semantic-release": "^24.0.0",
76-
"ts-jest": "29.1.5",
77-
"typescript": "5.5.3",
7868
"@commitlint/cli": "^19.3.0",
7969
"@commitlint/config-conventional": "^19.2.2",
8070
"@nestjs/cli": "^10.4.2",
@@ -89,6 +79,16 @@
8979
"@types/multer": "^1.4.11",
9080
"@types/multer-s3": "^3.0.3",
9181
"@types/node": "^20.14.10",
92-
"@types/qs": "^6.9.15"
82+
"@types/qs": "^6.9.15",
83+
"@typescript-eslint/eslint-plugin": "7.15.0",
84+
"@typescript-eslint/parser": "7.15.0",
85+
"eslint": "^8.56.0",
86+
"eslint-plugin-jest": "28.6.0",
87+
"jest": "^29.7.0",
88+
"nodemon": "^3.1.4",
89+
"prettier": "3.3.2",
90+
"semantic-release": "^24.0.0",
91+
"ts-jest": "29.1.5",
92+
"typescript": "5.5.3"
9393
}
94-
}
94+
}

0 commit comments

Comments
 (0)