Skip to content

Commit

Permalink
Merge pull request OpenAPITools#46 from OpenAPITools/renovate/pin-dep…
Browse files Browse the repository at this point in the history
…endencies

chore(deps): pin dependencies
  • Loading branch information
kay-schecker authored Oct 6, 2020
2 parents c59fdb9 + 962cc23 commit c9c4ed9
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 91 deletions.
66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,54 +72,54 @@
"semantic-release": "semantic-release"
},
"dependencies": {
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"chalk": "^4.1.0",
"commander": "^6.1.0",
"compare-versions": "^3.6.0",
"concurrently": "^5.3.0",
"console.table": "^0.10.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"jsonpath": "^1.0.2",
"lodash": "^4.17.20",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.5.5",
"verdaccio": "^4.8.1"
"@nestjs/common": "7.4.4",
"@nestjs/core": "7.4.4",
"@nestjs/platform-express": "7.4.4",
"chalk": "4.1.0",
"commander": "6.1.0",
"compare-versions": "3.6.0",
"concurrently": "5.3.0",
"console.table": "0.10.0",
"fs-extra": "9.0.1",
"inquirer": "7.3.3",
"jsonpath": "1.0.2",
"lodash": "4.17.20",
"reflect-metadata": "0.1.13",
"rxjs": "6.5.5",
"verdaccio": "4.8.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@nestjs/schematics": "7.1.2",
"@nestjs/testing": "7.4.4",
"@nrwl/eslint-plugin-nx": "10.2.1",
"@nrwl/jest": "10.2.1",
"@nrwl/nest": "10.2.1",
"@nrwl/node": "10.2.1",
"@nrwl/workspace": "10.2.1",
"@semantic-release/changelog": "^5.0.1",
"@types/concurrently": "^5.2.1",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.1",
"@semantic-release/changelog": "5.0.1",
"@types/concurrently": "5.2.1",
"@types/fs-extra": "9.0.1",
"@types/inquirer": "7.3.1",
"@types/jest": "26.0.14",
"@types/jsonpath": "^0.2.0",
"@types/lodash": "^4.14.161",
"@types/node": "~8.9.4",
"@types/jsonpath": "0.2.0",
"@types/lodash": "4.14.161",
"@types/node": "8.9.5",
"@typescript-eslint/eslint-plugin": "2.19.2",
"@typescript-eslint/parser": "2.19.2",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.0.0",
"generate-package-json-webpack-plugin": "^1.1.2",
"husky": "^4.3.0",
"generate-package-json-webpack-plugin": "1.1.2",
"husky": "4.3.0",
"jest": "26.2.2",
"prettier": "2.0.4",
"semantic-release": "^17.1.2",
"semantic-release": "17.1.2",
"ts-jest": "26.1.4",
"ts-node": "~7.0.0",
"tslint": "~6.0.0",
"type-fest": "^0.16.0",
"typescript": "~3.9.3"
"ts-node": "7.0.1",
"tslint": "6.0.0",
"type-fest": "0.16.0",
"typescript": "3.9.7"
}
}
Loading

0 comments on commit c9c4ed9

Please sign in to comment.