Skip to content

Commit

Permalink
perf: update deps (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
oljekechoro authored Feb 16, 2021
1 parent eb7170e commit 2f72745
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 291 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@types/node": "^14.14.28",
"coveralls": "^3.1.0",
"find-git-root": "^1.0.4",
"jest": "^26.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"meow": "^9.0.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.5",
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/nexus-infra": "1.2.0",
"nock": "^13.0.5",
"nock": "^13.0.7",
"semver": "^7.3.4"
},
"prettier": "prettier-config-qiwi"
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"buildstamp.json"
],
"devDependencies": {
"@qiwi/libdefkit": "^2.1.5",
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/nexus-infra": "1.2.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"semver": "^7.3.4"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.5",
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/nexus-infra": "1.2.0",
"nock": "^13.0.5"
"nock": "^13.0.7"
},
"prettier": "prettier-config-qiwi"
}
18 changes: 9 additions & 9 deletions packages/infra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"postupdate": "yarn"
},
"dependencies": {
"@qiwi/substrate": "^1.19.7",
"@qiwi/substrate": "^1.20.1",
"tslib": "^2.1.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.5",
"@qiwi/libdefkit": "^2.1.6",
"@swissquote/crafty-preset-jest": "^1.13.7",
"@types/jest": "^26.0.20",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"buildstamp": "^1.4.1",
"eslint": "^7.18.0",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-qiwi": "^1.10.3",
"eslint-config-qiwi": "^1.10.6",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"prettier-config-qiwi": "^1.3.2",
"rimraf": "^3.0.2",
"terser": "^5.5.1",
"ts-jest": "^26.4.4",
"typedoc": "^0.20.16",
"typescript": "4.1.3",
"terser": "^5.6.0",
"ts-jest": "^26.5.1",
"typedoc": "^0.20.25",
"typescript": "4.1.5",
"typescript-eslint-parser": "^22.0.0"
},
"repository": {
Expand Down
Loading

0 comments on commit 2f72745

Please sign in to comment.