Skip to content

Commit

Permalink
perf(package): up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Feb 13, 2021
1 parent 0171397 commit b18bb07
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 93 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"build:ts": "cpy src/main/ts/ target/ts/",
"build:libdef": "libdefkit --tsconfig=tsconfig.es5.json --tsconfig=tsconfig.es6.json",
"push:report": "yarn coveralls:push",
"coveralls:push": "cat ./coverage/lcov.info | coveralls || exit 0",
"docs": "typedoc src/main",
"uglify": "for f in $(find target -name '*.js'); do short=${f%.js}; terser -c -m -o $short.js -- $f; done",
"postupdate": "yarn && yarn build && yarn test",
Expand Down Expand Up @@ -61,35 +60,34 @@
"dependencies": {
"@types/bash-glob": "^2.0.0",
"@types/find-cache-dir": "^3.2.0",
"@types/fs-extra": "^9.0.6",
"@types/fs-extra": "^9.0.7",
"bash-glob": "^2.0.0",
"bash-path": "^2.0.1",
"chalk": "^4.1.0",
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.1.0",
"minimist": "^1.2.5",
"npm": "^7.5.3",
"npm": "^7.5.4",
"pkg-dir": "^5.0.0",
"synp": "^1.9.5",
"synp": "^1.9.6",
"tslib": "^2.1.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/npm-run-all": "^4.1.6",
"@swissquote/crafty-preset-jest": "^1.13.7",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"coveralls": "^3.1.0",
"@types/node": "^14.14.27",
"cpy-cli": "^3.1.1",
"inside-out-promise": "^2.1.2",
"jest": "^26.6.3",
"mkdirp": "^1.0.4",
"terser": "^5.5.1",
"terser": "^5.6.0",
"ts-jest": "^26.5.1",
"eslint": "^7.19.0",
"eslint": "^7.20.0",
"eslint-config-qiwi": "^1.10.4",
"eslint-config-prettier": "^7.2.0",
"typedoc": "^0.20.23",
"typedoc": "^0.20.24",
"typescript": "4.1.5",
"prettier": "^2.2.1",
"find-up": "^5.0.0"
Expand Down
Loading

0 comments on commit b18bb07

Please sign in to comment.