Skip to content

Commit

Permalink
perf: update deps (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
oljekechoro authored Jun 2, 2021
1 parent 3a27dcd commit f8c2e07
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 533 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"postupdate": "yarn && yarn bootstrap && npx yarn-audit-fix --audit-level=moderate && yarn build && yarn test"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.34",
"@types/jest": "^26.0.23",
"@types/node": "^15.6.2",
"coveralls": "^3.1.0",
"find-git-root": "^1.0.4",
"jest": "^26.6.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"@qiwi/nexus-client": "1.1.3",
"@qiwi/nexus-helper": "2.2.0",
"@qiwi/nexus-utils": "1.0.0",
"@types/semver": "^7.3.4",
"@types/semver": "^7.3.6",
"axios": "^0.21.1",
"blork": "^9.3.0",
"meow": "^9.0.0",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/libdefkit": "^2.1.8",
"@qiwi/nexus-infra": "2.0.0",
"@qiwi/npm-batch-cli-api": "^1.5.2",
"nock": "^13.0.11",
"semver": "^7.3.4"
"@qiwi/npm-batch-cli-api": "^2.0.0",
"nock": "^13.1.0",
"semver": "^7.3.5"
},
"prettier": "prettier-config-qiwi"
}
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"buildstamp.json"
],
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/libdefkit": "^2.1.8",
"@qiwi/nexus-infra": "2.0.0",
"prettier": "^2.2.1",
"prettier": "^2.3.0",
"rimraf": "^3.0.2"
},
"prettier": "prettier-config-qiwi"
Expand Down
10 changes: 5 additions & 5 deletions packages/helper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"format": "prettier --write 'src/**/*.ts'"
},
"dependencies": {
"@qiwi/deep-proxy": "^1.8.1",
"@qiwi/deep-proxy": "^1.8.2",
"@qiwi/nexus-client": "1.1.3",
"@qiwi/nexus-utils": "1.0.0",
"push-it-to-the-limit": "^1.17.1",
"semver": "^7.3.4"
"push-it-to-the-limit": "^1.17.2",
"semver": "^7.3.5"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/libdefkit": "^2.1.8",
"@qiwi/nexus-infra": "2.0.0",
"nock": "^13.0.11"
"nock": "^13.1.0"
},
"prettier": "prettier-config-qiwi"
}
26 changes: 13 additions & 13 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.20.4",
"tslib": "^2.1.0"
"@qiwi/substrate": "^1.20.8",
"tslib": "^2.2.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/libdefkit": "^2.1.8",
"@swissquote/crafty-preset-jest": "^1.14.0",
"@types/jest": "^26.0.20",
"@types/jest": "^26.0.23",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"buildstamp": "^1.4.2",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-qiwi": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"buildstamp": "^1.4.3",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-qiwi": "^1.13.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"prettier-config-qiwi": "^1.3.3",
"prettier": "^2.3.0",
"prettier-config-qiwi": "^1.4.1",
"rimraf": "^3.0.2",
"terser": "^5.6.0",
"terser": "^5.7.0",
"ts-jest": "^26.5.3",
"typedoc": "^0.20.32",
"typedoc": "^0.20.36",
"typescript": "4.2.3",
"typescript-eslint-parser": "^22.0.0"
},
Expand Down
Loading

0 comments on commit f8c2e07

Please sign in to comment.