Bump a lot of packages (#625)

* Bump react, luxon, swagger, uuid

* Improved imports

* Fixed vulnerabilities

* Bump highlight.js and added eslint-plugin-react-hooks with fixes

* Bump compare-versions, html-react-parser, react-intersection-observer, react-modern-drawer

* Bump @tanstack/react-query, react-select

* Added tsc:check script
This commit is contained in:
yuri-sakharov
2025-11-26 18:44:59 +02:00
committed by GitHub
parent e50ae801a7
commit f01c19f330
15 changed files with 904 additions and 877 deletions

View File

@@ -1,30 +1,26 @@
{
"name": "dashboard",
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"description": "",
"main": "index.js",
"dependencies": {
"@tanstack/react-query": "^4.35.3",
"@types/luxon": "^3.3.0",
"@types/marked": "^5.0.0",
"compare-versions": "^6.0.0-rc.2",
"@tanstack/react-query": "^5.90.11",
"compare-versions": "^6.1.1",
"diff2html": "^3.4.46",
"flowbite-react": "^0.12.10",
"highlight.js": "^11.8.0",
"html-react-parser": "^4.0.0",
"luxon": "^3.3.0",
"marked": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.16.0",
"react-modern-drawer": "^1.2.0",
"highlight.js": "^11.11.1",
"html-react-parser": "^5.2.10",
"luxon": "^3.7.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"react-intersection-observer": "^10.0.0",
"react-modern-drawer": "^1.4.0",
"react-router-dom": "^6.9.0",
"react-select": "^5.7.4",
"swagger-ui-react": "^5.1.1",
"uuid": "^9.0.1"
"react-select": "^5.10.2",
"swagger-ui-react": "^5.30.3",
"uuid": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.21.0",
@@ -34,10 +30,11 @@
"@storybook/addon-links": "^10.0.8",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/react-vite": "^10.0.8",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/swagger-ui-react": "^4.18.0",
"@types/uuid": "^9.0.4",
"@types/luxon": "^3.7.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/swagger-ui-react": "^5.18.0",
"@types/uuid": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"@vitejs/plugin-react": "^5.1.1",
@@ -47,6 +44,7 @@
"eslint-config-enpitech": "^1.0.17",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.0.8",
"flowbite": "^4.0.1",
"globals": "^16.5.0",
@@ -68,6 +66,7 @@
"build": "vite build",
"preview": "vite preview",
"test": "echo \"Error: no test specified. Please use 'cypress:run' or 'cypress:open' commands\" && exit 1",
"tsc:check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"lint": "npx eslint src/",