Skip to content

Commit

Permalink
chore(package): up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 25, 2020
1 parent 9b1eaef commit ee707ca
Show file tree
Hide file tree
Showing 8 changed files with 526 additions and 510 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,27 @@
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.4",
"@semantic-release/npm": "7.0.4",
"@semantic-release/github": "7.0.5",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.149",
"@types/node": "^13.9.0",
"codeclimate-test-reporter": "^0.5.1",
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"esm": "^3.2.25",
"find-git-root": "^1.0.4",
"jest": "^25.1.0",
"jest": "^25.2.0",
"lerna": "^3.20.2",
"lodash": "^4.17.15",
"@qiwi/multi-semantic-release": "^2.4.3",
"replace-in-file": "^5.0.2",
"semantic-release": "17.0.4",
"snazzy": "^8.0.0",
"ts-jest": "^25.2.1",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typescript": "^3.8.3",
"yargs": "^15.3.0",
"yargs": "^15.3.1",
"rimraf": "^3.0.2"
},
"jest": {
Expand Down
14 changes: 7 additions & 7 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,27 @@
"@qiwi/semantic-release-gh-pages-plugin": "^1.15.9",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@semantic-release/npm": "^7.0.4",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@types/jest": "^25.1.4",
"@types/jest-json-schema": "^2.1.1",
"@types/supertest": "^2.0.8",
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^25.1.0",
"jest": "^25.2.0",
"lodash": "^4.17.15",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^5.0.2",
"semantic-release": "^17.0.4",
"supertest": "^4.0.2",
"terser": "^4.6.6",
"terser": "^4.6.7",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typedoc-plugin-external-module-name": "^3.0.0",
"typescript": "^3.8.3",
"typescript-eslint-parser": "^22.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/expressjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
"dependencies": {
"@qiwi/decorator-utils": "^1.3.1",
"@qiwi/mware": "^1.10.0",
"@qiwi/json-rpc-common": "^1.0.2",
"@qiwi/json-rpc-common": "^1.1.0",
"@qiwi/substrate": "^1.18.16",
"@types/express": "^4.17.3",
"@types/lodash": "^4.14.149",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"class-validator": "^0.11.1",
"jsonrpc-lite": "^2.1.0",
"lodash": "^4.17.15",
"reflect-metadata": "^0.1.13",
Expand All @@ -56,30 +56,30 @@
},
"devDependencies": {
"@qiwi/semantic-release-gh-pages-plugin": "^1.15.9",
"@qiwi/substrate-types": "^1.30.0",
"@qiwi/substrate-types": "^1.30.1",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@semantic-release/npm": "^7.0.4",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@swissquote/crafty-preset-jest": "^1.10.0",
"@types/jest": "^25.1.4",
"@types/jest-json-schema": "^2.1.1",
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^25.1.0",
"jest": "^25.2.0",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^5.0.2",
"reqresnext": "^1.6.3",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.4",
"terser": "^4.6.6",
"terser": "^4.6.7",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typedoc-plugin-external-module-name": "^3.0.0",
"typescript": "^3.8.3",
"typescript-eslint-parser": "^22.0.0"
Expand Down
22 changes: 11 additions & 11 deletions packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,37 +40,37 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"expressjs-json-rpc": "^1.0.3",
"nestjs-json-rpc": "^1.0.3",
"@qiwi/json-rpc-common": "^1.0.2",
"expressjs-json-rpc": "^1.2.0",
"nestjs-json-rpc": "^1.1.1",
"@qiwi/json-rpc-common": "^1.1.0",
"tslib": "^1.11.1"
},
"devDependencies": {
"@qiwi/semantic-release-gh-pages-plugin": "^1.15.9",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@semantic-release/npm": "^7.0.4",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@types/bluebird": "^3.5.30",
"@types/jest": "^25.1.4",
"@types/jest-json-schema": "^2.1.1",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"coveralls": "^3.0.9",
"class-validator": "^0.11.1",
"coveralls": "^3.0.11",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^25.1.0",
"jest": "^25.2.0",
"lodash": "^4.17.15",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^5.0.2",
"semantic-release": "^17.0.4",
"terser": "^4.6.6",
"terser": "^4.6.7",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typedoc-plugin-external-module-name": "^3.0.0",
"typescript": "^3.8.3",
"typescript-eslint-parser": "^22.0.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/nestjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@nestjs/common": "^6.11.11",
"@nestjs/core": "^6.11.11",
"@nestjs/common": "^7.0.5",
"@nestjs/core": "^7.0.5",
"@qiwi/substrate": "^1.18.16",
"@qiwi/json-rpc-common": "^1.0.2",
"expressjs-json-rpc": "^1.0.3",
"@qiwi/json-rpc-common": "^1.1.0",
"expressjs-json-rpc": "^1.2.0",
"@types/express": "^4.17.3",
"@types/lodash": "^4.14.149",
"jsonrpc-lite": "^2.1.0",
Expand All @@ -53,37 +53,37 @@
"tslib": "^1.11.1"
},
"devDependencies": {
"@nestjs/platform-express": "^6.11.11",
"@nestjs/testing": "^6.11.11",
"@nestjs/platform-express": "^7.0.5",
"@nestjs/testing": "^7.0.5",
"@qiwi/semantic-release-gh-pages-plugin": "^1.15.9",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@semantic-release/npm": "^7.0.4",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@types/bluebird": "^3.5.30",
"@types/jest": "^25.1.4",
"@types/jest-json-schema": "^2.1.1",
"@types/supertest": "^2.0.8",
"bluebird": "^3.7.2",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"coveralls": "^3.0.9",
"class-validator": "^0.11.1",
"coveralls": "^3.0.11",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^25.1.0",
"jest": "^25.2.0",
"lodash": "^4.17.15",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^5.0.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.4",
"supertest": "^4.0.2",
"terser": "^4.6.6",
"terser": "^4.6.7",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typedoc-plugin-external-module-name": "^3.0.0",
"typescript": "^3.8.3",
"typescript-eslint-parser": "^22.0.0",
Expand Down
24 changes: 12 additions & 12 deletions packages/open-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@nestjs/common": "^6.11.11",
"@nestjs/core": "^6.11.11",
"@nestjs/common": "^7.0.5",
"@nestjs/core": "^7.0.5",
"@qiwi/substrate": "^1.18.16",
"@types/express": "^4.17.3",
"@types/lodash": "^4.14.149",
Expand All @@ -51,36 +51,36 @@
"tslib": "^1.11.1"
},
"devDependencies": {
"@nestjs/platform-express": "^6.11.11",
"@nestjs/testing": "^6.11.11",
"@nestjs/platform-express": "^7.0.5",
"@nestjs/testing": "^7.0.5",
"@qiwi/semantic-release-gh-pages-plugin": "^1.15.9",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@semantic-release/npm": "^7.0.4",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@types/bluebird": "^3.5.30",
"@types/jest": "^25.1.4",
"@types/jest-json-schema": "^2.1.1",
"@types/supertest": "^2.0.8",
"bluebird": "^3.7.2",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"coveralls": "^3.0.9",
"class-validator": "^0.11.1",
"coveralls": "^3.0.11",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^25.1.0",
"jest": "^25.2.0",
"lodash": "^4.17.15",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^5.0.2",
"semantic-release": "^17.0.4",
"supertest": "^4.0.2",
"terser": "^4.6.6",
"terser": "^4.6.7",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typedoc-plugin-external-module-name": "^3.0.0",
"typescript": "^3.8.3",
"typescript-eslint-parser": "^22.0.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/p3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@nestjs/common": "^6.11.11",
"@nestjs/core": "^6.11.11",
"@qiwi/json-rpc-common": "^1.0.2",
"@qiwi/substrate": "^1.18.14",
"@nestjs/common": "^7.0.5",
"@nestjs/core": "^7.0.5",
"@qiwi/json-rpc-common": "^1.1.0",
"@qiwi/substrate": "^1.18.16",
"@types/express": "^4.17.3",
"@types/lodash": "^4.14.149",
"jsonrpc-lite": "^2.1.0",
Expand All @@ -53,38 +53,38 @@
"nestjs-json-rpc": "^1.1.1"
},
"devDependencies": {
"@nestjs/platform-express": "^6.11.11",
"@nestjs/testing": "^6.11.11",
"@nestjs/platform-express": "^7.0.5",
"@nestjs/testing": "^7.0.5",
"@qiwi/semantic-release-gh-pages-plugin": "^1.15.9",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.0.4",
"@semantic-release/npm": "^7.0.4",
"@semantic-release/github": "^7.0.5",
"@semantic-release/npm": "^7.0.5",
"@swissquote/crafty-preset-jest": "^1.10.0",
"@types/bluebird": "^3.5.30",
"@types/jest": "^25.1.4",
"@types/jest-json-schema": "^2.1.1",
"@types/supertest": "^2.0.8",
"bluebird": "^3.7.2",
"class-transformer": "^0.2.3",
"class-validator": "^0.11.0",
"coveralls": "^3.0.9",
"class-validator": "^0.11.1",
"coveralls": "^3.0.11",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^25.1.0",
"jest": "^25.2.0",
"lodash": "^4.17.15",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^5.0.2",
"rimraf": "^3.0.2",
"semantic-release": "^17.0.4",
"supertest": "^4.0.2",
"terser": "^4.6.6",
"terser": "^4.6.7",
"ts-jest": "^25.2.1",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-qiwi": "^1.3.2",
"typedoc": "^0.16.11",
"typedoc": "^0.17.3",
"typedoc-plugin-external-module-name": "^3.0.0",
"typescript": "^3.8.3",
"typescript-eslint-parser": "^22.0.0"
Expand Down
Loading

0 comments on commit ee707ca

Please sign in to comment.