Skip to content

Commit 3b80d28

Browse files
committed
chore(package): update dev dependencies to latest version
1 parent b8cbde8 commit 3b80d28

File tree

2 files changed

+1313
-263
lines changed

2 files changed

+1313
-263
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
"reflect-metadata": "^0.1.12"
6666
},
6767
"devDependencies": {
68-
"@types/bluebird": "^3.5.24",
68+
"@types/bluebird": "^3.5.25",
6969
"@types/chai": "^4.1.7",
7070
"@types/easeljs": "^1.0.0",
7171
"@types/mocha": "^5.2.5",
72-
"@types/sinon": "^5.0.7",
72+
"@types/sinon": "^7.0.2",
7373
"@types/webpack-env": "^1.13.6",
7474
"bluebird": "^3.5.3",
7575
"browserify-versionify": "^1.0.6",
@@ -84,7 +84,7 @@
8484
"imports-loader": "^0.8.0",
8585
"istanbul": "^0.4.5",
8686
"istanbul-instrumenter-loader": "^3.0.1",
87-
"karma": "^3.1.1",
87+
"karma": "^3.1.4",
8888
"karma-chrome-launcher": "^2.2.0",
8989
"karma-coverage-istanbul-reporter": "^2.0.4",
9090
"karma-es6-shim": "^1.0.0",
@@ -97,24 +97,24 @@
9797
"karma-webpack": "^3.0.5",
9898
"mocha": "^5.2.0",
9999
"open-browser-webpack-plugin": "^0.0.5",
100-
"prettier": "^1.15.2",
101-
"publish-please": "^5.4.0",
102-
"puppeteer": "^1.10.0",
100+
"prettier": "^1.15.3",
101+
"publish-please": "^5.4.3",
102+
"puppeteer": "^1.11.0",
103103
"reflect-metadata": "^0.1.12",
104104
"remap-istanbul": "^0.12.0",
105105
"rimraf": "^2.6.2",
106-
"sinon": "^7.1.1",
107-
"sinon-chai": "^3.2.0",
108-
"ts-loader": "^5.3.0",
106+
"sinon": "^7.2.2",
107+
"sinon-chai": "^3.3.0",
108+
"ts-loader": "^5.3.2",
109109
"ts-node": "^7.0.1",
110-
"tslint": "^5.11.0",
111-
"tslint-config-prettier": "^1.16.0",
112-
"typescript": "^3.1.6",
113-
"uglifyjs-webpack-plugin": "^2.0.1",
114-
"webpack": "^4.26.1",
110+
"tslint": "^5.12.0",
111+
"tslint-config-prettier": "^1.17.0",
112+
"typescript": "^3.2.2",
113+
"uglifyjs-webpack-plugin": "^2.1.0",
114+
"webpack": "^4.28.2",
115115
"webpack-cli": "^3.1.2",
116116
"webpack-concat-plugin": "^3.0.0",
117-
"webpack-dev-server": "^3.1.10",
117+
"webpack-dev-server": "^3.1.13",
118118
"webpack-simple-progress-plugin": "^0.0.4"
119119
}
120120
}

0 commit comments

Comments
 (0)