Skip to content

Commit

Permalink
perf(deps): update npm to v7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Mar 14, 2021
1 parent dc04f13 commit cdb5bae
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 191 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test:unit": "yarn jest --config=jest.config.json --runInBand",
"test:integration": "node ./target/es5/cli.js --package-lock-only --audit-level=moderate",
"test:integration-build": "yarn build:es5 && yarn test:integration",
"test:depcheck": "npx depcheck --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node",
"test:depcheck": "npx --yes depcheck -- --ignores tslib,@swissquote/crafty-preset-jest,@types/jest,@types/node",
"test:report": "yarn test && yarn push:report",
"test": "npm-run-all -p -l lint test:unit test:integration test:depcheck",
"build": "yarn clean && npm-run-all -p -l build:es5 build:es6 build:ts build:libdef docs",
Expand Down Expand Up @@ -65,27 +65,27 @@
"find-cache-dir": "^3.3.1",
"fs-extra": "^9.1.0",
"minimist": "^1.2.5",
"npm": "^7.6.0",
"npm": "^7.6.3",
"pkg-dir": "^5.0.0",
"synp": "^1.9.7",
"tslib": "^2.1.0"
},
"devDependencies": {
"@qiwi/libdefkit": "^2.1.6",
"@qiwi/npm-run-all": "^4.1.6",
"@swissquote/crafty-preset-jest": "^1.13.7",
"@swissquote/crafty-preset-jest": "^1.14.0",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/node": "^14.14.34",
"cpy-cli": "^3.1.1",
"inside-out-promise": "^2.1.2",
"jest": "^26.6.3",
"mkdirp": "^1.0.4",
"terser": "^5.6.0",
"ts-jest": "^26.5.2",
"eslint": "^7.21.0",
"ts-jest": "^26.5.3",
"eslint": "^7.22.0",
"eslint-config-qiwi": "^1.10.7",
"eslint-config-prettier": "^8.1.0",
"typedoc": "^0.20.28",
"typedoc": "^0.20.31",
"typescript": "4.2.3",
"prettier": "^2.2.1",
"find-up": "^5.0.0"
Expand Down
Loading

0 comments on commit cdb5bae

Please sign in to comment.