Skip to content

Commit

Permalink
Merge pull request #116 from RobotlegsJS/tslib-1.11.1
Browse files Browse the repository at this point in the history
Update tslib to the latest version 🚀
  • Loading branch information
tiagoschenkel authored Feb 29, 2020
2 parents 1833f2d + de42530 commit 552f410
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 150 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ Types of changes:

- Add **Enterprise Support** information (see #114).

#### Changed

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

#### Security

- Migrate to [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) to solve security vulnerability (see #111).
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dependencies": {
"@robotlegsjs/core": "^1.0.3",
"@robotlegsjs/eventemitter3": "^1.0.2",
"tslib": "^1.10.0"
"tslib": "^1.11.1"
},
"peerDependencies": {
"eventemitter3": "*",
Expand All @@ -70,9 +70,9 @@
},
"devDependencies": {
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.8",
"@types/chai": "^4.2.9",
"@types/mocha": "^7.0.1",
"@types/sinon": "^7.5.1",
"@types/sinon": "^7.5.2",
"@types/webpack-env": "^1.15.1",
"bluebird": "^3.7.2",
"browserify-versionify": "^1.0.6",
Expand All @@ -94,23 +94,23 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-sourcemap-writer": "^0.1.2",
"karma-webpack": "^4.0.2",
"mocha": "^7.0.1",
"mocha": "^7.1.0",
"phaser": "^3.20.1",
"prettier": "^1.19.1",
"publish-please": "^5.5.1",
"puppeteer": "^2.1.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"sinon": "^8.1.1",
"sinon-chai": "^3.4.0",
"terser-webpack-plugin": "^2.3.4",
"sinon": "^9.0.0",
"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-config-prettier": "^1.18.0",
"typescript": "^3.7.5",
"typescript": "^3.8.3",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.10",
"webpack-cli": "^3.3.11",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^3.10.3",
"webpack-simple-progress-plugin": "^0.0.4"
Expand Down
Loading

0 comments on commit 552f410

Please sign in to comment.