Bump FE packages to latest (#654)

* Bump FE packages to latest

* Bump eslint packages to the latest available without breaking change
This commit is contained in:
yuri-sakharov
2026-02-15 21:08:49 +02:00
committed by GitHub
parent b457be85c1
commit 2b7df9cfa3
4 changed files with 1797 additions and 2140 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -24,64 +24,64 @@
"cypress:component:open": "cypress open --component" "cypress:component:open": "cypress open --component"
}, },
"dependencies": { "dependencies": {
"@tanstack/react-query": "^5.90.11", "@tanstack/react-query": "^5.90.21",
"compare-versions": "^6.1.1", "compare-versions": "^6.1.1",
"diff2html": "^3.4.52", "diff2html": "^3.4.52",
"flowbite-react": "^0.12.10", "flowbite-react": "^0.12.17",
"highlight.js": "^11.11.1", "highlight.js": "^11.11.1",
"html-react-parser": "^5.2.10", "html-react-parser": "^5.2.17",
"luxon": "^3.7.2", "luxon": "^3.7.2",
"react": "^19.2.0", "react": "^19.2.4",
"react-dom": "^19.2.0", "react-dom": "^19.2.4",
"react-error-boundary": "^6.1.0", "react-error-boundary": "^6.1.1",
"react-icons": "^5.5.0", "react-icons": "^5.5.0",
"react-intersection-observer": "^10.0.0", "react-intersection-observer": "^10.0.2",
"react-modern-drawer": "^1.4.0", "react-modern-drawer": "^1.4.0",
"react-router": "^7.9.6", "react-router": "^7.13.0",
"react-select": "^5.10.2", "react-select": "^5.10.2",
"swagger-ui-react": "^5.30.3", "swagger-ui-react": "^5.31.0",
"uuid": "^13.0.0" "uuid": "^13.0.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.3.3", "@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.1", "@eslint/js": "^9.39.2",
"@storybook/addon-docs": "^10.0.8", "@storybook/addon-docs": "^10.2.8",
"@storybook/addon-links": "^10.0.8", "@storybook/addon-links": "^10.2.8",
"@storybook/mdx2-csf": "^1.1.0", "@storybook/mdx2-csf": "^1.1.0",
"@storybook/react-vite": "^10.0.8", "@storybook/react-vite": "^10.2.8",
"@tailwindcss/vite": "^4.1.17", "@tailwindcss/vite": "^4.1.18",
"@types/luxon": "^3.7.1", "@types/luxon": "^3.7.1",
"@types/react": "^19.2.7", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@types/swagger-ui-react": "^5.18.0", "@types/swagger-ui-react": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^8.48.0", "@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0", "@typescript-eslint/parser": "^8.48.0",
"@vitejs/plugin-react": "^5.1.1", "@vitejs/plugin-react": "^5.1.4",
"autoprefixer": "^10.4.22", "autoprefixer": "^10.4.24",
"babel-plugin-react-compiler": "^1.0.0", "babel-plugin-react-compiler": "^1.0.0",
"cypress": "15.10.0", "cypress": "15.10.0",
"eslint": "^9.39.1", "eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8", "eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4", "eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0", "eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4", "eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.0.8", "eslint-plugin-storybook": "^10.2.8",
"eslint-plugin-tsc": "^2.0.0", "eslint-plugin-tsc": "^2.0.0",
"flowbite": "^4.0.1", "flowbite": "^4.0.1",
"globals": "^16.5.0", "globals": "^17.3.0",
"husky": "^9.1.7", "husky": "^9.1.7",
"lint-staged": "^16.2.7", "lint-staged": "^16.2.7",
"prettier": "^3.7.1", "prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.1", "prettier-plugin-tailwindcss": "^0.7.2",
"rollup-plugin-visualizer": "^6.0.5", "rollup-plugin-visualizer": "^6.0.5",
"storybook": "10.1.10", "storybook": "^10.2.8",
"tailwindcss": "^4.1.17", "tailwindcss": "^4.1.18",
"typescript": "^5.9.3", "typescript": "^5.9.3",
"typescript-eslint": "^8.55.0", "typescript-eslint": "^8.55.0",
"vite": "^7.2.4", "vite": "^7.3.1",
"vite-plugin-static-copy": "^3.1.4" "vite-plugin-static-copy": "^3.2.0"
}, },
"lint-staged": { "lint-staged": {
"*.{js,jsx,ts,tsx}": "npm run lint:fix", "*.{js,jsx,ts,tsx}": "npm run lint:fix",

View File

@@ -3,8 +3,8 @@
layer(base); layer(base);
@import "tailwindcss"; @import "tailwindcss";
@import "flowbite-react/plugin/tailwindcss";
@plugin "flowbite-react/plugin/tailwindcss";
@source "../.flowbite-react/class-list.json"; @source "../.flowbite-react/class-list.json";
/* Components layer */ /* Components layer */

File diff suppressed because it is too large Load Diff