Skip to content

Commit

Permalink
fix: Fix links in all readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 22, 2019
1 parent b5638d6 commit 2b3eb03
Show file tree
Hide file tree
Showing 16 changed files with 952 additions and 922 deletions.
6 changes: 3 additions & 3 deletions docs/tutorials/swagger.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ a spec compliant with Swagger.

## Installation

Before using the Swagger, we need to install the `@types/swagger-schema-official`.
Run this command to install required dependencies by `@tsed/swagger`:

```bash
npm install --save @types/swagger-schema-official
npm install --save @types/swagger-schema-official @tsed/swagger
```

Then add the following configuration in your [ServerLoader](/api/common/server/components/ServerLoader.md):
Expand Down Expand Up @@ -212,4 +212,4 @@ document.addEventListener('swagger.init', (evt) => {

::: tip Credits
Thanks to [vologab](https://github.com/vologab) to his contribution.
:::
:::
34 changes: 17 additions & 17 deletions integration/getting-started/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,42 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tsed/core": "5.0.7",
"@tsed/di": "5.0.7",
"@tsed/common": "5.0.7",
"@tsed/swagger": "5.0.7",
"@tsed/testing": "5.0.7",
"@tsed/common": "5.2.4",
"@tsed/core": "5.2.4",
"@tsed/di": "5.2.4",
"@tsed/swagger": "5.2.4",
"@tsed/testing": "5.2.4",
"@types/swagger-schema-official": "^2.0.9",
"body-parser": "^1.18.3",
"compression": "^1.7.1",
"concurrently": "^3.5.1",
"concurrently": "^4.1.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"method-override": "^2.3.10",
"ts-json-properties": "1.2.0",
"node-uuid": "^1.4.8"
"method-override": "^3.0.0",
"node-uuid": "^1.4.8",
"ts-json-properties": "2.0.3"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/chai-as-promised": "^7.1.0",
"@types/express": "^4.11.1",
"@types/http-proxy": "^1.16.2",
"@types/mocha": "^5.2.1",
"@types/node": "^10.3.0",
"@types/node": "^11.11.5",
"@types/request-promise": "^4.1.41",
"@types/sinon": "^5.0.7",
"@types/sinon-chai": "^2.7.32",
"@types/sinon": "^7.0.10",
"@types/sinon-chai": "^3.2.2",
"@types/supertest": "^2.0.4",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"mocha": "^6.0.2",
"nodemon": "^1.17.5",
"nyc": "^12.0.1",
"nyc": "^13.3.0",
"rimraf": "^2.6.2",
"sinon": "^6.3.5",
"sinon": "^7.3.0",
"sinon-chai": "^3.1.0",
"supertest": "^3.1.0",
"ts-node": "^6.0.5",
"supertest": "^4.0.2",
"ts-node": "^7.0.1",
"tslint": "^5.12.0",
"typescript": "^3.2.2"
}
Expand Down
Loading

0 comments on commit 2b3eb03

Please sign in to comment.