Skip to content

Commit

Permalink
Update dependencies (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbruegge committed Oct 18, 2018
1 parent a69bafd commit 98e7cc8
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 336 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,45 +50,45 @@
"@webpack-blocks/typescript": "^2.0.0-alpha",
"@webpack-blocks/uglify": "^2.0.0-alpha",
"@webpack-blocks/webpack": "^2.0.0-alpha",
"autoprefixer": "^9.1.5",
"autoprefixer": "^9.2.1",
"chalk": "^2.4.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"copy-webpack-plugin": "^4.5.3",
"cross-env": "^5.2.0",
"cross-spawn": "^6.0.5",
"fs-extra": "^7.0.0",
"html-webpack-harddisk-plugin": "^0.2.0",
"html-webpack-harddisk-plugin": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.1",
"husky": "^1.1.2",
"inquirer": "^6.2.0",
"istanbul-instrumenter-loader-fix": "^3.0.2",
"lint-staged": "^7.3.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"node-sass": "^4.9.3",
"nyc": "^13.0.1",
"node-sass": "^4.9.4",
"nyc": "^13.1.0",
"prettier": "^1.14.3",
"rimraf": "^2.6.2",
"typescript": "~2.8.4",
"webpack": "^4.20.2",
"typescript": "~3.1.3",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4",
"webpack-node-externals": "^1.7.2"
},
"devDependencies": {
"@cycle/dom": "^21.1.0",
"@cycle/history": "^6.10.0",
"@cycle/isolate": "^3.4.0",
"@cycle/run": "^4.4.0",
"@cycle/time": "^0.15.0",
"@cycle/dom": "^22.0.0",
"@cycle/history": "^7.0.0",
"@cycle/isolate": "^4.1.0",
"@cycle/run": "^5.1.0",
"@cycle/time": "^0.16.0",
"@types/mocha": "^5.2.5",
"cycle-onionify": "^6.1.0",
"cyclejs-test-helpers": "^3.0.0",
"cyclejs-utils": "^3.2.0",
"cyclic-router": "^5.1.7",
"release-it": "^7.6.1",
"release-it": "^7.6.2",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"snabbdom-looks-like": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ module.exports = function init(appPath, appName, verboseOpts) {

if (cli === 'yarn') {
appPackage.resolutions = {
'**/typescript': '2.8'
'**/typescript': '3.1'
};
}

Expand Down
Loading

0 comments on commit 98e7cc8

Please sign in to comment.