Skip to content

Commit

Permalink
Merge pull request #53 from RobotlegsJS/upgrade-dependencies
Browse files Browse the repository at this point in the history
Update phaser-ce to the latest version 🚀
  • Loading branch information
tiagoschenkel authored Mar 14, 2020
2 parents 84ce388 + 3aa5a11 commit 630bf33
Show file tree
Hide file tree
Showing 3 changed files with 127 additions and 93 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Types of changes:

#### Changed

- Update `phaser-ce` to version `2.14.0` (see #49).
- Update `phaser-ce` to version `2.15.0` (see #53).

- Update `tslib` to version `1.11.1` (see #51).

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"reflect-metadata": "^0.1.13"
},
"devDependencies": {
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@types/bluebird": "^3.5.30",
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/sinon": "^7.5.2",
"@types/webpack-env": "^1.15.1",
"bluebird": "^3.7.2",
Expand All @@ -85,21 +85,21 @@
"karma-sourcemap-writer": "^0.1.2",
"karma-webpack": "^4.0.2",
"mocha": "^7.1.0",
"phaser-ce": "^2.14.0",
"phaser-ce": "^2.15.0",
"prettier": "^1.19.1",
"publish-please": "^5.5.1",
"puppeteer": "^2.1.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"sinon": "^9.0.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.5.0",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"tslint": "^6.0.0",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3",
"webpack": "^4.41.6",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
Expand Down
Loading

0 comments on commit 630bf33

Please sign in to comment.