Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Dec 10, 2018
1 parent 58a567a commit d70d462
Show file tree
Hide file tree
Showing 3 changed files with 1,011 additions and 558 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"cycle-scripts": "./index.js"
},
"dependencies": {
"@types/webpack": "^4.4.17",
"@types/webpack": "^4.4.21",
"@types/webpack-env": "^1.13.6",
"@webpack-blocks/assets": "^2.0.0-alpha",
"@webpack-blocks/core": "^2.0.0-alpha",
Expand All @@ -51,50 +51,50 @@
"@webpack-blocks/typescript": "^2.0.0-alpha",
"@webpack-blocks/uglify": "^2.0.0-alpha",
"@webpack-blocks/webpack": "^2.0.0-alpha",
"autoprefixer": "^9.2.1",
"autoprefixer": "^9.4.2",
"awesome-typescript-loader": "^5.2.1",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.0",
"fs-extra": "^7.0.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.2",
"inquirer": "^6.2.0",
"husky": "^1.2.0",
"inquirer": "^6.2.1",
"istanbul-instrumenter-loader-fix": "^3.0.2",
"lint-staged": "^7.3.0",
"lint-staged": "^8.1.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"node-sass": "^4.9.4",
"node-sass": "^4.11.0",
"nyc": "^13.1.0",
"prettier": "^1.14.3",
"prettier": "^1.15.3",
"rimraf": "^2.6.2",
"typescript": "~3.1.3",
"webpack": "^4.22.0",
"typescript": "~3.2.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.5",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@cycle/dom": "^22.0.0",
"@cycle/history": "^7.0.0",
"@cycle/isolate": "^4.1.0",
"@cycle/run": "^5.1.0",
"@cycle/state": "^1.0.0",
"@cycle/time": "^0.16.0",
"@cycle/dom": "^22.2.0",
"@cycle/history": "^7.1.0",
"@cycle/isolate": "^4.2.0",
"@cycle/run": "^5.2.0",
"@cycle/state": "^1.1.0",
"@cycle/time": "^0.19.0",
"@types/mocha": "^5.2.5",
"cyclejs-test-helpers": "^4.0.0",
"cyclejs-utils": "^4.0.2",
"cyclic-router": "^5.1.7",
"release-it": "^7.6.2",
"release-it": "^8.3.0",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"snabbdom-looks-like": "^1.0.4",
"snabbdom-pragma": "^2.7.0",
"snabbdom-looks-like": "^1.0.5",
"snabbdom-pragma": "^2.8.0",
"switch-path": "^1.2.0",
"xstream": "^11.7.0"
}
Expand Down
Loading

0 comments on commit d70d462

Please sign in to comment.