Skip to content

Commit

Permalink
perf(pkg): up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 11, 2021
1 parent ba686e3 commit af29a8b
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 316 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
extends: [
'eslint-config-qiwi',
'prettier',
'prettier/@typescript-eslint',
],
overrides: [
{
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,26 +53,26 @@
"author": "Anton Golub <a.golub@qiwi.com>",
"license": "MIT",
"devDependencies": {
"@qiwi/libdefkit": "^2.1.5",
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/npm-run-all": "^4.1.6",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.16",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"coveralls": "^3.1.0",
"jest": "^26.6.3",
"microbundle": "^0.13.0",
"mkdirp": "^1.0.4",
"rimraf": "^3.0.2",
"terser": "^5.5.1",
"terser": "^5.6.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-qiwi": "^1.10.1",
"typedoc": "^0.20.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-qiwi": "^1.10.7",
"typedoc": "^0.20.30",
"typescript": "4.2.3",
"ts-jest": "^26.4.4"
"ts-jest": "^26.5.3"
},
"dependencies": {
"tslib": "^2.0.3",
"@qiwi/substrate": "^1.19.6"
"tslib": "^2.1.0",
"@qiwi/substrate": "^1.20.4"
}
}
Loading

0 comments on commit af29a8b

Please sign in to comment.