Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Oct 22, 2018
1 parent 217a92f commit fa26c68
Show file tree
Hide file tree
Showing 4 changed files with 2,503 additions and 966 deletions.
28 changes: 14 additions & 14 deletions example/electron-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"start:web": "cross-env NODE_ENV=development webpack-dev-server -c ./webpack.config.ts"
},
"dependencies": {
"electron-rpc-api": "^3.0.0",
"rxjs": "^6.3.2"
"electron-rpc-api": "^3.1.0",
"rxjs": "^6.3.3"
},
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.0",
"@types/mini-css-extract-plugin": "^0.2.0",
"@types/node": "^10.9.4",
"@types/webpack": "^4.4.11",
"@types/webpack-dev-server": "3.1.0",
"@types/node": "^10.12.0",
"@types/webpack": "^4.4.17",
"@types/webpack-dev-server": "3.1.1",
"@types/webpack-merge": "^4.1.3",
"@types/webpack-node-externals": "^1.6.3",
"awesome-typescript-loader": "^5.2.0",
"awesome-typescript-loader": "^5.2.1",
"bootstrap": "^4.1.3",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"electron": "^electron v3.0.0-beta.9",
"electron": "^3.0.5",
"electron-builder": "^20.28.4",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.9.3",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"npm-run-all": "^4.1.3",
"ping": "^0.2.2",
"rimraf": "^2.6.2",
Expand All @@ -53,11 +53,11 @@
"tslint": "^5.11.0",
"tslint-microsoft-contrib": "^5.2.1",
"tslint-rules-bunch": "^0.0.5",
"typescript": "^3.0.3",
"wait-on": "^3.0.1",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7",
"typescript": "^3.1.3",
"wait-on": "^3.1.0",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4",
"webpack-node-externals": "^1.7.2",
"xss": "^1.0.3"
Expand Down
Loading

0 comments on commit fa26c68

Please sign in to comment.