Skip to content

Commit 912c215

Browse files
committedAug 20, 2020
Merge branch 'master' of https://github.com/nestjs/swagger
2 parents e96f2a0 + 38ff33a commit 912c215

File tree

4 files changed

+1739
-1698
lines changed

4 files changed

+1739
-1698
lines changed
 

‎.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sample
44
test
55
e2e
66

7-
jest.json
7+
jest.config.json
88
index.ts
99
plugin.ts
1010
package-lock.json

‎jest.json ‎jest.config.json

File renamed without changes.

‎package-lock.json

+1,716-1,675
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -13,46 +13,46 @@
1313
"publish:next": "npm publish --access public --tag next",
1414
"prepublish:npm": "npm run build",
1515
"publish:npm": "npm publish --access public",
16-
"test": "jest --config jest.json",
17-
"test:dev": "jest --config jest.json --watch",
16+
"test": "jest",
17+
"test:dev": "jest --watch",
1818
"test:e2e": "jest --config e2e/jest-e2e.json",
1919
"prerelease": "npm run build",
2020
"release": "release-it"
2121
},
2222
"dependencies": {
23-
"@nestjs/mapped-types": "0.0.5",
24-
"lodash": "4.17.19",
23+
"@nestjs/mapped-types": "0.1.0",
24+
"lodash": "4.17.20",
2525
"path-to-regexp": "3.2.0"
2626
},
2727
"devDependencies": {
28-
"@commitlint/cli": "9.1.1",
29-
"@commitlint/config-angular": "9.1.1",
30-
"@nestjs/common": "7.2.0",
31-
"@nestjs/core": "7.2.0",
32-
"@nestjs/platform-express": "7.2.0",
33-
"@nestjs/platform-fastify": "7.2.0",
34-
"@types/jest": "26.0.4",
35-
"@types/lodash": "4.14.157",
28+
"@commitlint/cli": "9.1.2",
29+
"@commitlint/config-angular": "9.1.2",
30+
"@nestjs/common": "7.4.2",
31+
"@nestjs/core": "7.4.2",
32+
"@nestjs/platform-express": "7.4.2",
33+
"@nestjs/platform-fastify": "7.4.2",
34+
"@types/jest": "26.0.10",
35+
"@types/lodash": "4.14.159",
3636
"@types/node": "11.15.0",
37-
"@typescript-eslint/eslint-plugin": "3.6.0",
38-
"@typescript-eslint/parser": "3.6.0",
39-
"class-transformer": "0.2.3",
37+
"@typescript-eslint/eslint-plugin": "3.9.1",
38+
"@typescript-eslint/parser": "3.9.1",
39+
"class-transformer": "0.3.1",
4040
"class-validator": "0.12.2",
41-
"eslint": "7.4.0",
41+
"eslint": "7.7.0",
4242
"eslint-config-prettier": "6.11.0",
4343
"eslint-plugin-import": "2.22.0",
4444
"express": "4.17.1",
45-
"fastify-swagger": "2.6.0",
45+
"fastify-swagger": "3.3.0",
4646
"husky": "4.2.5",
47-
"jest": "26.1.0",
47+
"jest": "26.4.1",
4848
"lint-staged": "10.2.11",
4949
"prettier": "2.0.5",
5050
"reflect-metadata": "0.1.13",
51-
"release-it": "13.6.5",
52-
"swagger-parser": "10.0.0",
51+
"release-it": "13.6.8",
52+
"swagger-parser": "10.0.1",
5353
"swagger-ui-express": "4.1.4",
54-
"ts-jest": "26.1.2",
55-
"typescript": "3.9.6"
54+
"ts-jest": "26.2.0",
55+
"typescript": "3.9.7"
5656
},
5757
"peerDependencies": {
5858
"@nestjs/common": "^6.8.0 || ^7.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.