Files
myspeed/client/package.json
dependabot[bot] 758670ffbd chore(deps): bump uuid from 12.0.0 to 13.0.0 in /client
Bumps [uuid](https://github.com/uuidjs/uuid) from 12.0.0 to 13.0.0.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v12.0.0...v13.0.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 21:18:19 +00:00

36 lines
964 B
JSON

{
"name": "client",
"version": "1.0.9",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/inter": "^5.2.6",
"@fortawesome/fontawesome-svg-core": "^7.0.1",
"@fortawesome/free-brands-svg-icons": "^7.0.1",
"@fortawesome/free-solid-svg-icons": "^7.0.1",
"@fortawesome/react-fontawesome": "^3.0.2",
"@vitejs/plugin-react": "^5.0.2",
"chart.js": "^4.5.0",
"cron-parser": "^5.3.1",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-http-backend": "^3.0.2",
"react": "^19.1.1",
"react-chartjs-2": "^5.3.0",
"react-dom": "^19.1.1",
"react-i18next": "^15.7.3",
"react-router-dom": "^7.8.2",
"sass-embedded": "^1.92.1",
"uuid": "^13.0.0",
"vite": "^7.1.5",
"vite-plugin-pwa": "^1.0.3"
},
"devDependencies": {
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9"
}
}