Upgrade React

This commit is contained in:
Jordan Eldredge 2025-06-06 00:22:35 -04:00
parent e7ca8edf78
commit 963f375f33
3 changed files with 6 additions and 6 deletions

View file

@ -13,8 +13,8 @@
"jszip": "^3.1.5",
"lodash": "^4.17.11",
"md5-file": "^4.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-dropzone": "^11.1.0",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.1",

View file

@ -11,8 +11,8 @@
"dependencies": {
"@vercel/og": "^0.0.20",
"next": "13.0.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"vercel": "^28.4.17"

View file

@ -133,8 +133,8 @@
"lodash": "^4.17.21",
"milkdrop-preset-converter-aws": "^0.1.6",
"music-metadata-browser": "^0.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^8.0.5",
"redux": "^5.0.0-alpha.0",
"redux-devtools-extension": "^2.13.9",