about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-03-28 15:19:05 +0100
committerGitHub <noreply@github.com>2020-03-28 15:19:05 +0100
commita192b193bdf7013df09c6cd63916274cd9d47cf7 (patch)
tree413de2a72a6f3a126e19e12178524ca33c27e436 /package.json
parent02f1c04fabab221130de8dfb5611be81825b193b (diff)
parentd98fabf2ee44c2c25775066abda46552ab05993e (diff)
Merge pull request #1308 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'package.json')
-rw-r--r--package.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json
index be4eb877f..b1c0ff8d1 100644
--- a/package.json
+++ b/package.json
@@ -60,11 +60,11 @@
   },
   "private": true,
   "dependencies": {
-    "@babel/core": "^7.8.6",
+    "@babel/core": "^7.9.0",
     "@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/plugin-transform-react-inline-elements": "^7.9.0",
+    "@babel/plugin-transform-runtime": "^7.9.0",
     "@babel/preset-env": "^7.8.3",
     "@babel/preset-react": "^7.8.3",
     "@babel/runtime": "^7.8.4",
@@ -77,7 +77,7 @@
     "axios": "^0.19.2",
     "babel-loader": "^8.0.6",
     "babel-plugin-lodash": "^3.3.4",
-    "babel-plugin-preval": "^4.0.0",
+    "babel-plugin-preval": "^5.0.0",
     "babel-plugin-react-intl": "^3.4.1",
     "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
     "babel-runtime": "^6.26.0",
@@ -141,7 +141,7 @@
     "react-redux-loading-bar": "^4.0.8",
     "react-router-dom": "^4.1.1",
     "react-router-scroll-4": "^1.0.0-beta.1",
-    "react-select": "^3.0.8",
+    "react-select": "^3.1.0",
     "react-sparklines": "^1.7.0",
     "react-swipeable-views": "^0.13.9",
     "react-textarea-autosize": "^7.1.2",
@@ -165,9 +165,9 @@
     "tiny-queue": "^0.2.1",
     "uuid": "^3.4.0",
     "wavesurfer.js": "^3.3.1",
-    "webpack": "^4.41.5",
+    "webpack": "^4.42.1",
     "webpack-assets-manifest": "^3.1.1",
-    "webpack-bundle-analyzer": "^3.6.0",
+    "webpack-bundle-analyzer": "^3.6.1",
     "webpack-cli": "^3.3.11",
     "webpack-merge": "^4.2.1",
     "wicg-inert": "^3.0.2"