Skip to content

Commit

Permalink
perf: up deps and release
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Oct 30, 2019
1 parent 95b08bd commit e806420
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 78 deletions.
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,39 +41,39 @@
"postupdate": "yarn && yarn build && yarn test"
},
"dependencies": {
"@qiwi/substrate": "^1.11.2",
"@qiwi/substrate": "^1.16.2",
"lodash": "^4.17.15",
"tslib": "^1.10.0"
},
"devDependencies": {
"@qiwi/semantic-release-gh-pages-plugin": "^1.10.6",
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/git": "^7.0.16",
"@semantic-release/github": "^5.4.3",
"@semantic-release/npm": "^5.1.15",
"@types/bluebird": "^3.5.27",
"@types/jest": "^24.0.18",
"@types/jest-json-schema": "^2.1.0",
"@types/lodash": "^4.14.141",
"bluebird": "^3.5.5",
"coveralls": "^3.0.6",
"@qiwi/semantic-release-gh-pages-plugin": "^1.11.2",
"@semantic-release/changelog": "^3.0.5",
"@semantic-release/git": "^7.0.17",
"@semantic-release/github": "^5.5.5",
"@semantic-release/npm": "^5.3.2",
"@types/bluebird": "^3.5.28",
"@types/jest": "^24.0.21",
"@types/jest-json-schema": "^2.1.1",
"@types/lodash": "^4.14.144",
"bluebird": "^3.7.1",
"coveralls": "^3.0.7",
"dts-generator": "^3.0.0",
"eslint-plugin-typescript": "^0.14.0",
"esm": "^3.2.25",
"flowgen": "1.10.0",
"jest": "^24.9.0",
"microbundle": "^0.12.0-next.3",
"replace-in-file": "^4.1.3",
"replace-in-file": "^4.2.0",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.24",
"semantic-release": "^15.13.18",
"stdout-stderr": "^0.1.9",
"terser": "^4.3.4",
"terser": "^4.3.9",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-qiwi": "^1.1.2",
"typedoc": "^0.15.0",
"typedoc-plugin-external-module-name": "^2.1.0",
"typescript": "^3.6.3",
"typescript": "^3.6.4",
"typescript-eslint-parser": "^22.0.0"
},
"release": {
Expand All @@ -92,7 +92,10 @@
"publish": [
"@semantic-release/npm",
"@semantic-release/github",
"@qiwi/semantic-release-gh-pages-plugin"
{
"path": "@qiwi/semantic-release-gh-pages-plugin",
"msg": "updated"
}
]
},
"repository": {
Expand Down
Loading

0 comments on commit e806420

Please sign in to comment.