Skip to content

Commit

Permalink
docs: Fix examples package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Sep 19, 2020
1 parent fc940af commit c65c082
Show file tree
Hide file tree
Showing 12 changed files with 677 additions and 453 deletions.
16 changes: 8 additions & 8 deletions examples/aws/package.json
Expand Up @@ -39,13 +39,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.60.2",
"@tsed/core": "5.60.2",
"@tsed/di": "5.60.2",
"@tsed/exceptions": "5.60.2",
"@tsed/swagger": "5.60.2",
"@tsed/platform-express": "5.60.2",
"@tsed/testing": "5.60.2",
"@tsed/common": "5.65.3",
"@tsed/core": "5.65.3",
"@tsed/di": "5.65.3",
"@tsed/exceptions": "5.65.3",
"@tsed/swagger": "5.65.3",
"@tsed/platform-express": "5.65.3",
"@tsed/testing": "5.65.3",
"@types/swagger-schema-official": "2.0.21",
"@types/aws-serverless-express": "3.3.1",
"aws-serverless-express": "3.3.6",
Expand Down Expand Up @@ -82,6 +82,6 @@
"supertest": "^4.0.2",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "3.8.3"
"typescript": "3.9.4"
}
}
14 changes: 7 additions & 7 deletions examples/getting-started/package.json
Expand Up @@ -23,12 +23,12 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.60.2",
"@tsed/core": "5.60.2",
"@tsed/di": "5.60.2",
"@tsed/platform-express": "5.60.2",
"@tsed/exceptions": "5.60.2",
"@tsed/swagger": "5.60.2",
"@tsed/common": "5.65.3",
"@tsed/core": "5.65.3",
"@tsed/di": "5.65.3",
"@tsed/platform-express": "5.65.3",
"@tsed/exceptions": "5.65.3",
"@tsed/swagger": "5.65.3",
"@types/swagger-schema-official": "2.0.21",
"body-parser": "1.19.0",
"cors": "2.8.5",
Expand Down Expand Up @@ -64,6 +64,6 @@
"supertest": "4.0.2",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "3.8.3"
"typescript": "3.9.4"
}
}
18 changes: 9 additions & 9 deletions examples/mongoose/package.json
Expand Up @@ -22,14 +22,14 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.60.2",
"@tsed/core": "5.60.2",
"@tsed/di": "5.60.2",
"@tsed/platform-express": "5.60.2",
"@tsed/exceptions": "5.60.2",
"@tsed/mongoose": "5.60.2",
"@tsed/swagger": "5.60.2",
"@tsed/testing-mongoose": "5.60.2",
"@tsed/common": "5.65.3",
"@tsed/core": "5.65.3",
"@tsed/di": "5.65.3",
"@tsed/platform-express": "5.65.3",
"@tsed/exceptions": "5.65.3",
"@tsed/mongoose": "5.65.3",
"@tsed/swagger": "5.65.3",
"@tsed/testing-mongoose": "5.65.3",
"@types/swagger-schema-official": "2.0.21",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand Down Expand Up @@ -65,6 +65,6 @@
"supertest": "4.0.2",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "3.8.3"
"typescript": "3.9.4"
}
}
16 changes: 8 additions & 8 deletions examples/multer/package.json
Expand Up @@ -23,13 +23,13 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/common": "5.60.2",
"@tsed/core": "5.60.2",
"@tsed/di": "5.60.2",
"@tsed/platform-express": "5.60.2",
"@tsed/exceptions": "5.60.2",
"@tsed/multipartfiles": "5.60.2",
"@tsed/swagger": "5.60.2",
"@tsed/common": "5.65.3",
"@tsed/core": "5.65.3",
"@tsed/di": "5.65.3",
"@tsed/platform-express": "5.65.3",
"@tsed/exceptions": "5.65.3",
"@tsed/multipartfiles": "5.65.3",
"@tsed/swagger": "5.65.3",
"@types/swagger-schema-official": "2.0.21",
"body-parser": "1.19.0",
"cors": "2.8.5",
Expand Down Expand Up @@ -67,6 +67,6 @@
"supertest": "4.0.2",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typescript": "3.8.3"
"typescript": "3.9.4"
}
}

0 comments on commit c65c082

Please sign in to comment.