Skip to content

Commit

Permalink
fix(package): up deps, fix vuls
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Nov 2, 2020
1 parent 31c6898 commit d64ad75
Show file tree
Hide file tree
Showing 3 changed files with 1,325 additions and 5,021 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npx -p @qiwi/semrel-toolkit semrel -e @qiwi/semrel-config
48 changes: 11 additions & 37 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"scripts": {
"lint": "tslint -p tsconfig.json -c tslint.json && tslint -c tslint.json src/test/js/*.js",
"jest": "jest -w 1 --config=jest.config.json",
"jest": "jest --runInBand --maxConcurrency=4 --config=jest.config.json",
"lint:fix": "tslint -p tsconfig.json -c tslint.json --fix && tslint -c tslint.json src/test/js/*.js --fix",
"test": "yarn lint && yarn jest",
"clean": "rimraf target typings flow-typed",
Expand Down Expand Up @@ -48,48 +48,22 @@
"author": "Anton Golub <a.golub@qiwi.com>",
"license": "MIT",
"devDependencies": {
"@qiwi/libdefkit": "^2.0.1",
"@qiwi/license": "^1.1.3",
"@qiwi/semantic-release-gh-pages-plugin": "^5.0.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@qiwi/libdefkit": "^2.1.4",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"coveralls": "^3.1.0",
"jest": "^26.4.2",
"microbundle": "^0.12.3",
"jest": "^26.6.1",
"microbundle": "^0.12.4",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.2",
"terser": "^5.3.2",
"ts-jest": "^26.4.0",
"terser": "^5.3.8",
"ts-jest": "^26.4.3",
"tslint": "6.1.3",
"tslint-config-qiwi": "^1.5.0",
"tslint-config-qiwi": "^1.6.0",
"typedoc": "^0.19.2",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "4.0.3"
"typescript": "4.0.5"
},
"dependencies": {
"tslib": "^2.0.1"
},
"release": {
"branch": "master",
"verifyConditions": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@qiwi/semantic-release-gh-pages-plugin"
],
"prepare": [
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git"
],
"publish": [
"@semantic-release/npm",
"@semantic-release/github",
"@qiwi/semantic-release-gh-pages-plugin"
]
"tslib": "^2.0.3"
}
}
Loading

0 comments on commit d64ad75

Please sign in to comment.