Skip to content

Commit 8260fc9

Browse files
committed
chore(package): update dev dependencies to latest version
1 parent b692fe3 commit 8260fc9

File tree

2 files changed

+548
-550
lines changed

2 files changed

+548
-550
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@
6565
"reflect-metadata": "^0.1.13"
6666
},
6767
"devDependencies": {
68-
"@types/bluebird": "^3.5.28",
69-
"@types/chai": "^4.2.4",
68+
"@types/bluebird": "^3.5.29",
69+
"@types/chai": "^4.2.8",
7070
"@types/easeljs": "^1.0.0",
71-
"@types/mocha": "^5.2.7",
72-
"@types/sinon": "^7.5.0",
73-
"@types/webpack-env": "^1.14.1",
74-
"bluebird": "^3.7.1",
71+
"@types/mocha": "^7.0.1",
72+
"@types/sinon": "^7.5.1",
73+
"@types/webpack-env": "^1.15.1",
74+
"bluebird": "^3.7.2",
7575
"browserify-versionify": "^1.0.6",
7676
"chai": "^4.2.0",
7777
"clean-webpack-plugin": "^3.0.0",
78-
"copy-webpack-plugin": "^5.0.4",
78+
"copy-webpack-plugin": "^5.1.1",
7979
"easeljs": "^1.0.2",
8080
"es6-map": "^0.1.5",
8181
"es6-symbol": "^3.1.3",
@@ -85,33 +85,33 @@
8585
"istanbul-instrumenter-loader": "^3.0.1",
8686
"karma": "^4.4.1",
8787
"karma-chrome-launcher": "^3.1.0",
88-
"karma-coverage-istanbul-reporter": "^2.1.0",
88+
"karma-coverage-istanbul-reporter": "^2.1.1",
8989
"karma-es6-shim": "^1.0.0",
9090
"karma-mocha": "^1.3.0",
9191
"karma-mocha-reporter": "^2.2.5",
9292
"karma-sinon-chai": "^2.0.2",
9393
"karma-sourcemap-loader": "^0.3.7",
9494
"karma-sourcemap-writer": "^0.1.2",
9595
"karma-webpack": "^4.0.2",
96-
"mocha": "^6.2.2",
97-
"prettier": "^1.18.2",
96+
"mocha": "^7.0.1",
97+
"prettier": "^1.19.1",
9898
"publish-please": "^5.5.1",
99-
"puppeteer": "^2.0.0",
99+
"puppeteer": "^2.1.1",
100100
"reflect-metadata": "^0.1.13",
101101
"remap-istanbul": "^0.13.0",
102-
"rimraf": "^3.0.0",
103-
"sinon": "^7.5.0",
104-
"sinon-chai": "^3.3.0",
102+
"rimraf": "^3.0.2",
103+
"sinon": "^8.1.1",
104+
"sinon-chai": "^3.4.0",
105105
"terser-webpack-plugin": "^2.3.4",
106106
"ts-loader": "^6.2.1",
107-
"ts-node": "^8.4.1",
108-
"tslint": "^5.20.0",
107+
"ts-node": "^8.6.2",
108+
"tslint": "^6.0.0",
109109
"tslint-config-prettier": "^1.18.0",
110-
"typescript": "^3.6.4",
111-
"webpack": "^4.41.2",
110+
"typescript": "^3.7.5",
111+
"webpack": "^4.41.5",
112112
"webpack-cli": "^3.3.10",
113113
"webpack-concat-plugin": "^3.0.0",
114-
"webpack-dev-server": "^3.9.0",
114+
"webpack-dev-server": "^3.10.3",
115115
"webpack-simple-progress-plugin": "^0.0.4"
116116
}
117117
}

0 commit comments

Comments
 (0)