Skip to content

Commit 73cc291

Browse files
authored
Merge branch 'master' into fix-testcode-ci
2 parents 4624fb4 + 3bab11e commit 73cc291

File tree

3 files changed

+142
-217
lines changed

3 files changed

+142
-217
lines changed

package.json

+10-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-pgpromise",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "pg-promise module for nestjs",
55
"author": "Rubin Bhandari",
66
"license": "MIT",
@@ -34,22 +34,21 @@
3434
"pg-promise": "^11.5.4"
3535
},
3636
"devDependencies": {
37-
"@nestjs/common": "^10.2.5",
38-
"@nestjs/core": "^10.2.5",
39-
"@nestjs/platform-express": "^10.2.5",
40-
"@nestjs/testing": "10.2.5",
41-
"@types/express": "4.17.17",
42-
"@types/jest": "29.5.4",
43-
"@types/node": "20.6.1",
44-
"@types/supertest": "2.0.12",
45-
"@typescript-eslint/eslint-plugin": "^6.11.0",
37+
"@nestjs/common": "^10.2.7",
38+
"@nestjs/core": "^10.2.7",
39+
"@nestjs/platform-express": "^10.2.7",
40+
"@nestjs/testing": "10.2.7",
41+
"@types/express": "4.17.20",
42+
"@types/jest": "29.5.6",
43+
"@types/node": "20.8.8",
44+
"@types/supertest": "2.0.15",
4645
"cz-conventional-changelog": "3.3.0",
4746
"eslint": "^8.53.0",
4847
"eslint-config-prettier": "^9.0.0",
4948
"eslint-plugin-prettier": "^5.0.1",
5049
"husky": "^8.0.3",
5150
"jest": "29.7.0",
52-
"lint-staged": "^14.0.1",
51+
"lint-staged": "^15.0.2",
5352
"prettier": "^3.0.3",
5453
"reflect-metadata": "^0.1.13",
5554
"rxjs": "^7.8.1",

0 commit comments

Comments
 (0)