aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-12-10 20:19:27 -0500
committerbobzel <zzzman@gmail.com>2023-12-10 20:19:27 -0500
commit380ee1acac1c0b7972d7d423cf804af146dc0edf (patch)
tree1d77244a600e6eb1fb6d56356b3ce01ca6add89d /package.json
parentb7b7105fac83ec11480204c5c7ac0ae6579774e1 (diff)
massive changes to use mobx 6 which means not accessing props directly in @computed functions.
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json
index 151e45124..42b3c1ce2 100644
--- a/package.json
+++ b/package.json
@@ -95,6 +95,8 @@
},
"dependencies": {
"@azure/storage-blob": "^12.17.0",
+ "@babel/preset-env": "^7.23.5",
+ "@babel/preset-react": "^7.23.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ffmpeg/core": "0.12.4",
@@ -127,6 +129,7 @@
"async": "^3.2.5",
"axios": "^1.6.2",
"babel": "^6.23.0",
+ "babel-loader": "^9.1.3",
"bcrypt-nodejs": "0.0.3",
"bezier-curve": "^1.0.0",
"bezier-js": "^6.1.4",
@@ -141,7 +144,6 @@
"canvas": "^2.11.2",
"chart.js": "^4.4.0",
"child_process": "^1.0.2",
- "chrome": "^0.1.0",
"class-transformer": "^0.5.1",
"color": "^4.2.3",
"colors": "^1.4.0",
@@ -191,6 +193,7 @@
"image-size": "^1.0.2",
"image-size-stream": "^1.1.0",
"jimp": "^0.22.10",
+ "jpeg-autorotate": "^9.0.0",
"jquery": "^3.7.1",
"js-datepicker": "^5.18.2",
"jsonschema": "^1.4.1",
@@ -200,9 +203,9 @@
"md5-file": "^5.0.0",
"memorystream": "^0.3.1",
"mobile-detect": "^1.4.5",
- "mobx": "^5.15.7",
- "mobx-react": "^5.4.4",
- "mobx-utils": "^5.6.2",
+ "mobx": "^6.12.0",
+ "mobx-react": "^9.1.0",
+ "mobx-utils": "^6.0.8",
"mongodb": "^6.3.0",
"mongoose": "^8.0.2",
"node-stream-zip": "^1.15.0",
@@ -237,7 +240,6 @@
"raw-loader": "^4.0.2",
"rc-switch": "^4.1.0",
"react": "^18.2.0",
- "react-audio-waveform": "0.0.5",
"react-autosuggest": "^10.1.0",
"react-color": "^2.19.3",
"react-compound-slider": "^3.4.0",
@@ -250,7 +252,6 @@
"react-markdown": "^9.0.1",
"react-measure": "^2.5.2",
"react-resizable": "^3.0.5",
- "react-reveal": "^1.2.2",
"react-select": "^5.8.0",
"readline": "^1.3.0",
"recharts": "^2.10.3",