Skip to content

Commit

Permalink
Merge pull request #80 from RobotlegsJS/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update dependencies to latest version 🚀

Closes #76
  • Loading branch information
tiagoschenkel authored Dec 25, 2018
2 parents ac3f471 + afea778 commit 4835659
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 306 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add mediator when scene has been started after stop/shutdown (see #79).

- Update dev dependencies to latest version.

<!--
Types of changes:
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
"reflect-metadata": "^0.1.12"
},
"devDependencies": {
"@types/bluebird": "^3.5.24",
"@types/bluebird": "^3.5.25",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/sinon": "^5.0.7",
"@types/sinon": "^7.0.2",
"@types/webpack-env": "^1.13.6",
"bluebird": "^3.5.3",
"browserify-versionify": "^1.0.6",
Expand All @@ -84,7 +84,7 @@
"imports-loader": "^0.8.0",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.1.1",
"karma": "^3.1.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-es6-shim": "^1.0.0",
Expand All @@ -98,24 +98,24 @@
"mocha": "^5.2.0",
"open-browser-webpack-plugin": "^0.0.5",
"phaser": "^3.15.1",
"prettier": "^1.15.2",
"publish-please": "^5.4.0",
"puppeteer": "^1.10.0",
"prettier": "^1.15.3",
"publish-please": "^5.4.3",
"puppeteer": "^1.11.0",
"reflect-metadata": "^0.1.12",
"remap-istanbul": "^0.12.0",
"rimraf": "^2.6.2",
"sinon": "^7.1.1",
"sinon-chai": "^3.2.0",
"ts-loader": "^5.3.0",
"sinon": "^7.2.2",
"sinon-chai": "^3.3.0",
"ts-loader": "^5.3.2",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.1.6",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.26.1",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2",
"uglifyjs-webpack-plugin": "^2.1.0",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^3.1.10",
"webpack-dev-server": "^3.1.14",
"webpack-simple-progress-plugin": "^0.0.4"
}
}
Loading

0 comments on commit 4835659

Please sign in to comment.