Skip to content

Commit

Permalink
update dependencies + bump 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jul 11, 2019
1 parent d749130 commit d826ea3
Show file tree
Hide file tree
Showing 6 changed files with 826 additions and 760 deletions.
5 changes: 5 additions & 0 deletions example/electron-app/.huskyrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "lint-staged"
}
}
21 changes: 8 additions & 13 deletions example/electron-app/.lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"linters": {
"*.ts": [
"import-sort --write",
"yarn run lint:ts:base --fix",
"git add"
],
"*.js": [
"yarn run lint:js:base --fix",
"git add"
]
},
"ignore": [
"./packages"
"*.ts": [
"import-sort --write",
"yarn run lint:ts:base --fix",
"git add"
],
"*.js": [
"yarn run lint:js:base --fix",
"git add"
]
}
36 changes: 18 additions & 18 deletions example/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,49 +26,49 @@
"start:web": "cross-env NODE_ENV=development webpack-dev-server -c ./webpack.config.ts"
},
"dependencies": {
"electron-rpc-api": "5.1.0-beta3",
"electron-rpc-api": "5.1.0",
"rxjs": "6.5.2",
"sanitize-html": "1.20.1",
"tcp-ping": "0.1.1"
},
"devDependencies": {
"@email-securely-app/import-sort-style": "0.1.0",
"@types/html-webpack-plugin": "3.2.0",
"@types/mini-css-extract-plugin": "0.2.0",
"@types/mini-css-extract-plugin": "0.2.1",
"@types/node": "10.12.18",
"@types/sanitize-html": "1.18.3",
"@types/sanitize-html": "1.20.0",
"@types/tcp-ping": "0.1.0",
"@types/webpack": "4.4.31",
"@types/webpack-dev-server": "3.1.5",
"@types/webpack": "4.4.34",
"@types/webpack-dev-server": "3.1.7",
"@types/webpack-merge": "4.1.5",
"@types/webpack-node-externals": "1.6.3",
"awesome-typescript-loader": "5.2.1",
"bootstrap": "4.3.1",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"css-loader": "3.0.0",
"electron": "4.2.0",
"electron-builder": "20.40.2",
"html-webpack-plugin": "3.2.0",
"husky": "2.3.0",
"husky": "3.0.0",
"import-sort-cli": "6.0.0",
"import-sort-parser-typescript": "6.0.0",
"lint-staged": "8.1.7",
"mini-css-extract-plugin": "0.6.0",
"lint-staged": "9.2.0",
"mini-css-extract-plugin": "0.7.0",
"node-sass": "4.12.0",
"npm-run-all": "4.1.5",
"ping": "0.2.2",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"ts-node": "8.1.0",
"ts-node": "8.3.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "5.16.0",
"tslint-microsoft-contrib": "6.1.1",
"tslint-rules-bunch": "0.0.7",
"typescript": "3.4.5",
"wait-on": "3.2.0",
"webpack": "4.31.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1",
"tslint": "5.18.0",
"tslint-microsoft-contrib": "6.2.0",
"tslint-rules-bunch": "0.0.8",
"typescript": "3.5.3",
"wait-on": "3.3.0",
"webpack": "4.35.3",
"webpack-cli": "3.3.5",
"webpack-dev-server": "3.7.2",
"webpack-merge": "4.2.1",
"webpack-node-externals": "1.7.2"
}
Expand Down
Loading

0 comments on commit d826ea3

Please sign in to comment.