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 16, 2021
1 parent 3a13f7a commit 86d4318
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 144 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',
],
ignorePatterns: ['src/test/temp/*'],
overrides: [
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"homepage": "https://github.com/qiwi/libdefkit#readme",
"dependencies": {
"@types/find-cache-dir": "^3.2.0",
"@types/fs-extra": "^9.0.6",
"@types/fs-extra": "^9.0.8",
"chalk": "^4.1.0",
"@qiwi/dts-bundle": "^0.7.4",
"find-cache-dir": "^3.3.1",
Expand All @@ -69,21 +69,21 @@
"devDependencies": {
"esm": "^3.2.25",
"@types/yargs-parser": "^20.2.0",
"yargs-parser": "^20.2.4",
"yargs-parser": "^20.2.7",
"@qiwi/npm-run-all": "^4.1.6",
"@types/jest": "^26.0.20",
"coveralls": "^3.1.0",
"cpy-cli": "^3.1.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-config-qiwi": "^1.10.3",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-qiwi": "^1.10.7",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.0",
"typedoc": "^0.20.23",
"typescript": "^4.1.3",
"ts-jest": "^26.5.3",
"typedoc": "^0.20.32",
"typescript": "^4.2.3",
"prettier": "^2.2.1",
"prettier-config-qiwi": "^1.3.2"
"prettier-config-qiwi": "^1.3.3"
},
"prettier": "prettier-config-qiwi",
"author": "QIWI <[email protected]>",
Expand Down
Loading

0 comments on commit 86d4318

Please sign in to comment.