pl-fe: bump some deps

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-16 19:19:56 +01:00
parent 1cd20cc952
commit 8e793ad063
2 changed files with 835 additions and 254 deletions

View File

@ -39,7 +39,7 @@
],
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@floating-ui/react": "^0.26.28",
"@floating-ui/react": "^0.27.2",
"@fontsource/inter": "^5.1.0",
"@fontsource/noto-sans-javanese": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
@ -61,19 +61,19 @@
"@reduxjs/toolkit": "^2.0.1",
"@sentry/browser": "^8.42.0",
"@sentry/react": "^8.42.0",
"@tabler/icons": "^3.24.0",
"@tabler/icons": "^3.26.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-virtual": "^3.10.9",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-virtual": "^3.11.2",
"@twemoji/svg": "^15.0.0",
"@uidotdev/usehooks": "^2.4.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"blurhash": "^2.0.5",
"bowser": "^2.11.0",
"browserslist": "^4.24.0",
"browserslist": "^4.24.3",
"clsx": "^2.0.0",
"core-js": "^3.27.2",
"cryptocurrency-icons": "^0.18.1",
@ -86,12 +86,12 @@
"flexsearch": "^0.7.43",
"fuzzysort": "^3.1.0",
"graphemesplit": "^2.4.4",
"html-react-parser": "^5.1.19",
"html-react-parser": "^5.2.1",
"immutable": "^5.0.3",
"intersection-observer": "^0.12.2",
"intl-messageformat": "^10.5.14",
"intl-pluralrules": "^2.0.1",
"isomorphic-dompurify": "^2.16.0",
"isomorphic-dompurify": "^2.19.0",
"leaflet": "^1.8.0",
"lexical": "^0.21.0",
"line-awesome": "^1.3.0",
@ -102,10 +102,10 @@
"mutative": "^1.1.0",
"path-browserify": "^1.0.1",
"pl-api": "^1.0.0-rc.5",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"process": "^0.11.10",
"punycode": "^2.1.1",
"qrcode.react": "^4.1.0",
"qrcode.react": "^4.2.0",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-color": "^2.19.3",
@ -115,7 +115,7 @@
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.4.0",
"react-inlinesvg": "^4.1.5",
"react-intl": "^7.0.1",
"react-intl": "^7.0.4",
"react-motion": "^0.5.2",
"react-redux": "^9.0.4",
"react-router-dom": "^5.3.4",
@ -133,17 +133,17 @@
"stringz": "^2.1.0",
"tiny-queue": "^0.2.1",
"tslib": "^2.8.1",
"type-fest": "^4.30.0",
"type-fest": "^4.30.1",
"typescript": "^5.7.2",
"util": "^0.12.5",
"valibot": "^1.0.0-beta.9",
"vite": "^6.0.2",
"vite": "^6.0.3",
"vite-plugin-compile-time": "^0.3.2",
"vite-plugin-html": "^3.2.2",
"vite-plugin-require": "^1.2.14",
"vite-plugin-static-copy": "^2.2.0",
"zustand": "^5.0.2",
"zustand-mutative": "^1.1.0"
"zustand-mutative": "^1.2.0"
},
"devDependencies": {
"@formatjs/cli": "^6.3.11",
@ -154,35 +154,35 @@
"@testing-library/react": "^16.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/leaflet": "^1.9.12",
"@types/leaflet": "^1.9.15",
"@types/lodash": "^4.17.13",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.13",
"@types/react-color": "^3.0.12",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.1",
"@types/react-motion": "^0.0.40",
"@types/react-router-dom": "^5.3.3",
"@types/react-sparklines": "^1.7.5",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-swipeable-views": "^0.13.6",
"@types/redux-mock-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-formatjs": "5.2.5",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-formatjs": "^5.2.8",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsdoc": "^50.3.1",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-jsdoc": "^50.6.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"eslint-plugin-tailwindcss": "^3.17.5",
"fake-indexeddb": "^6.0.0",
"globals": "^15.13.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": ">=10",
"lint-staged": "^15.2.11",
"rollup-plugin-bundle-stats": "^4.17.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^12.0.0",