diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-07-11 19:22:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 20:22:00 +0300 |
| commit | 4bdb77287866c47f5b61d6472b3ff9cc4020f35e (patch) | |
| tree | a8aac6098d991e5ae607dd7264f7bf2631d84e99 /frontend/package.json | |
| parent | docs: add wolfboy248 onto project team (#179) (diff) | |
| download | lphub-4bdb77287866c47f5b61d6472b3ff9cc4020f35e.tar.gz lphub-4bdb77287866c47f5b61d6472b3ff9cc4020f35e.tar.bz2 lphub-4bdb77287866c47f5b61d6472b3ff9cc4020f35e.zip | |
fix: about page crash, update packages (#181)
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index 6433e93..80c740b 100644 --- a/frontend/package.json +++ b/frontend/package.json | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | "react": "^18.2.0", | 9 | "react": "^18.2.0", |
| 10 | "react-dom": "^18.2.0", | 10 | "react-dom": "^18.2.0", |
| 11 | "react-markdown": "^8.0.7", | 11 | "react-markdown": "^8.0.7", |
| 12 | "react-scripts": "5.0.1", | 12 | "react-scripts": "^5.0.1", |
| 13 | "web-vitals": "^2.1.4" | 13 | "web-vitals": "^2.1.4" |
| 14 | }, | 14 | }, |
| 15 | "scripts": { | 15 | "scripts": { |