Fix old browsers crashing because of missing finally
polyfill in web UI (#13115)
Fix #13015
This commit is contained in:
parent
7584342d83
commit
1314bba68a
4 changed files with 33 additions and 2 deletions
|
@ -67,8 +67,8 @@
|
|||
"@babel/preset-env": "^7.8.3",
|
||||
"@babel/preset-react": "^7.8.3",
|
||||
"@babel/runtime": "^7.8.3",
|
||||
"@gamestdio/websocket": "^0.3.2",
|
||||
"@clusterws/cws": "^0.17.3",
|
||||
"@gamestdio/websocket": "^0.3.2",
|
||||
"array-includes": "^3.1.1",
|
||||
"arrow-key-navigation": "^1.1.0",
|
||||
"autoprefixer": "^9.7.4",
|
||||
|
@ -120,6 +120,7 @@
|
|||
"pg": "^6.4.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"postcss-object-fit-images": "^1.1.2",
|
||||
"promise.prototype.finally": "^3.1.2",
|
||||
"prop-types": "^15.5.10",
|
||||
"punycode": "^2.1.0",
|
||||
"rails-ujs": "^5.2.4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue