Commit e3943439 authored by Nick's avatar Nick

fix: terser dependency incompatbility

parent 86f369c6
...@@ -254,7 +254,6 @@ ...@@ -254,7 +254,6 @@
"style-loader": "0.23.1", "style-loader": "0.23.1",
"stylus": "0.54.5", "stylus": "0.54.5",
"stylus-loader": "3.0.2", "stylus-loader": "3.0.2",
"terser": "3.14.1",
"twemoji-awesome": "1.0.6", "twemoji-awesome": "1.0.6",
"url-loader": "1.1.2", "url-loader": "1.1.2",
"vee-validate": "2.1.7", "vee-validate": "2.1.7",
...@@ -293,6 +292,9 @@ ...@@ -293,6 +292,9 @@
"xterm": "3.11.0", "xterm": "3.11.0",
"zxcvbn": "4.4.2" "zxcvbn": "4.4.2"
}, },
"resolutions": {
"terser": "3.14.1"
},
"browserslist": [ "browserslist": [
"> 1%", "> 1%",
"last 2 versions", "last 2 versions",
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment