File tree Expand file tree Collapse file tree 4 files changed +339
-846
lines changed
Expand file tree Collapse file tree 4 files changed +339
-846
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ src/**/*.js.map
1313test /** /* .js
1414test /** /* .js.map
1515npm-debug.log
16+ package-lock.json
1617yarn-error.log
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ tslint.json
2222tslint.test.json
2323webpack.config.js
2424yarn.lock
25+ .auditignore
2526.editorconfig
2627.gitignore
2728.istanbul.yml
Original file line number Diff line number Diff line change 6868 },
6969 "devDependencies" : {
7070 "@types/bluebird" : " ^3.5.24" ,
71- "@types/chai" : " ^4.1.6 " ,
71+ "@types/chai" : " ^4.1.7 " ,
7272 "@types/mocha" : " ^5.2.5" ,
7373 "@types/sinon" : " ^5.0.5" ,
74- "bluebird" : " ^3.5.2 " ,
74+ "bluebird" : " ^3.5.3 " ,
7575 "browserify-versionify" : " ^1.0.6" ,
7676 "chai" : " ^4.2.0" ,
7777 "es6-map" : " ^0.1.5" ,
9696 "karma-webpack" : " ^3.0.5" ,
9797 "mocha" : " ^5.2.0" ,
9898 "nyc" : " ^13.1.0" ,
99- "prettier" : " ^1.14.3 " ,
100- "publish-please" : " ^4.1 .0" ,
99+ "prettier" : " ^1.15.2 " ,
100+ "publish-please" : " ^5.2 .0" ,
101101 "reflect-metadata" : " ^0.1.12" ,
102102 "remap-istanbul" : " ^0.12.0" ,
103103 "rimraf" : " ^2.6.2" ,
104- "sinon" : " ^7.1.0 " ,
104+ "sinon" : " ^7.1.1 " ,
105105 "sinon-chai" : " ^3.2.0" ,
106106 "source-map-support" : " ^0.5.9" ,
107- "ts-loader" : " ^5.2.2 " ,
107+ "ts-loader" : " ^5.3.0 " ,
108108 "ts-node" : " ^7.0.1" ,
109109 "tslint" : " ^5.11.0" ,
110- "tslint-config-prettier" : " ^1.15 .0" ,
111- "typescript" : " ^3.1.3 " ,
110+ "tslint-config-prettier" : " ^1.16 .0" ,
111+ "typescript" : " ^3.1.6 " ,
112112 "uglifyjs-webpack-plugin" : " ^2.0.1" ,
113- "webpack" : " ^4.23 .1" ,
113+ "webpack" : " ^4.25 .1" ,
114114 "webpack-cli" : " ^3.1.2" ,
115115 "webpack-dev-server" : " ^3.1.10"
116116 }
You can’t perform that action at this time.
0 commit comments