react 19 time

This commit is contained in:
Khaleel Al-Adhami 2025-02-19 13:03:01 -08:00
parent deb1f4f702
commit 5525038e09

View File

@ -178,16 +178,15 @@ class PackageJson(SimpleNamespace):
PATH = "package.json"
DEPENDENCIES = {
"@babel/standalone": "7.26.6",
"@emotion/react": "11.14.0",
"axios": "1.7.9",
"json5": "2.2.3",
"next": "15.1.6",
"next": "15.1.7",
"next-sitemap": "4.2.3",
"next-themes": "0.4.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-focus-lock": "2.13.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-focus-lock": "2.13.6",
"socket.io-client": "4.8.1",
"universal-cookie": "7.2.2",
}