mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-02-12 00:29:54 -06:00
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.2.0 to 18.3.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/react) Updates `@types/react` from 18.2.79 to 18.3.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
925 B
JSON
35 lines
925 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.8",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.5.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"chart.js": "^4.4.2",
|
|
"cron-parser": "^4.9.0",
|
|
"i18next": "^23.11.2",
|
|
"i18next-browser-languagedetector": "^7.2.1",
|
|
"i18next-http-backend": "^2.5.1",
|
|
"react": "^18.3.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^14.1.1",
|
|
"sass": "^1.75.0",
|
|
"uuid": "^9.0.1",
|
|
"vite": "^5.2.10",
|
|
"vite-plugin-pwa": "^0.19.8",
|
|
"@rollup/plugin-wasm": "^6.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.0",
|
|
"@types/react-dom": "^18.2.25"
|
|
}
|
|
}
|