Skip to content

Commit 93dedfa

Browse files
committed
Update npm packages used (terser instead of uglify, in particular)
1 parent 264f31b commit 93dedfa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"mathjax-full": "^3.1.0"
77
},
88
"devDependencies": {
9-
"@babel/core": "^7.10.4",
10-
"@babel/preset-env": "^7.10.4",
9+
"@babel/core": "^7.11.1",
10+
"@babel/preset-env": "^7.11.0",
1111
"babel-loader": "^8.1.0",
12-
"uglifyjs-webpack-plugin": "^2.2.0",
13-
"webpack": "^4.43.0",
12+
"terser-webpack-plugin": "^4.1.0",
13+
"webpack": "^4.44.1",
1414
"webpack-cli": "^3.3.12"
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)