about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-02-18 17:22:44 +0100
committermultiple creatures <dev@multiple-creature.party>2020-02-21 04:28:42 -0600
commitbbbbfbc1a25496bb8fb53a1eb5027332664a14ca (patch)
tree6a8dc35b59aabe9fec9f6e3e6df3f9fd60a4a164 /package.json
parentb3bde7bdc32806add6bf073403cf31f0872ea338 (diff)
port glitch-soc#13115 to monsterfork Fix old browsers crashing because of missing `finally` polyfill in web UI
Fix #13015
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 16 insertions, 18 deletions
diff --git a/package.json b/package.json
index 3f0e8104f..1a6727813 100644
--- a/package.json
+++ b/package.json
@@ -59,24 +59,21 @@
   },
   "private": true,
   "dependencies": {
-    "@babel/core": "^7.4.5",
-    "@babel/plugin-proposal-class-properties": "^7.4.4",
-    "@babel/plugin-proposal-decorators": "^7.4.4",
-    "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
-    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
-    "@babel/plugin-transform-react-inline-elements": "^7.2.0",
-    "@babel/plugin-transform-react-jsx-self": "^7.2.0",
-    "@babel/plugin-transform-react-jsx-source": "^7.2.0",
-    "@babel/plugin-transform-runtime": "^7.4.4",
-    "@babel/preset-env": "^7.4.5",
-    "@babel/preset-react": "^7.0.0",
-    "@babel/runtime": "^7.4.5",
-    "@clusterws/cws": "^0.14.0",
-    "array-includes": "^3.0.3",
-    "atrament": "^0.3.1",
-    "autoprefixer": "^9.5.1",
-    "axios": "^0.19.0",
-    "babel-loader": "^8.0.5",
+    "@babel/core": "^7.8.3",
+    "@babel/plugin-proposal-class-properties": "^7.8.3",
+    "@babel/plugin-proposal-decorators": "^7.8.3",
+    "@babel/plugin-transform-react-inline-elements": "^7.8.3",
+    "@babel/plugin-transform-runtime": "^7.8.3",
+    "@babel/preset-env": "^7.8.3",
+    "@babel/preset-react": "^7.8.3",
+    "@babel/runtime": "^7.8.3",
+    "@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",
+    "axios": "^0.19.2",
+    "babel-loader": "^8.0.6",
     "babel-plugin-lodash": "^3.3.4",
     "babel-plugin-preval": "^3.0.1",
     "babel-plugin-react-intl": "^3.1.3",
@@ -122,6 +119,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.3",