pl-fe: update some deps

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-05 01:09:09 +01:00
parent 6f6dec80a7
commit adad86fb87
2 changed files with 273 additions and 198 deletions

View File

@ -39,7 +39,7 @@
],
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@floating-ui/react": "^0.26.27",
"@floating-ui/react": "^0.26.28",
"@fontsource/inter": "^5.1.0",
"@fontsource/noto-sans-javanese": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
@ -59,9 +59,9 @@
"@reach/rect": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@reduxjs/toolkit": "^2.0.1",
"@sentry/browser": "^8.33.0",
"@sentry/react": "^8.33.0",
"@tabler/icons": "^3.21.0",
"@sentry/browser": "^8.42.0",
"@sentry/react": "^8.42.0",
"@tabler/icons": "^3.24.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
@ -99,7 +99,7 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.9.1",
"multiselect-react-dropdown": "^2.0.25",
"mutative": "^1.0.11",
"mutative": "^1.1.0",
"path-browserify": "^1.0.1",
"pl-api": "^1.0.0-rc.3",
"postcss": "^8.4.47",
@ -114,12 +114,12 @@
"react-error-boundary": "^4.1.2",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.4.0",
"react-inlinesvg": "^4.0.0",
"react-inlinesvg": "^4.1.5",
"react-intl": "^6.7.0",
"react-motion": "^0.5.2",
"react-redux": "^9.0.4",
"react-router-dom": "^5.3.4",
"react-router-dom-v5-compat": "^6.26.2",
"react-router-dom-v5-compat": "^6.28.0",
"react-router-scroll-4": "^1.0.0-beta.2",
"react-simple-pull-to-refresh": "^1.3.3",
"react-sparklines": "^1.7.0",
@ -132,9 +132,9 @@
"sass": "^1.79.4",
"stringz": "^2.1.0",
"tiny-queue": "^0.2.1",
"tslib": "^2.7.0",
"type-fest": "^4.26.1",
"typescript": "^5.6.2",
"tslib": "^2.8.1",
"type-fest": "^4.30.0",
"typescript": "^5.7.2",
"util": "^0.12.5",
"valibot": "^0.42.1",
"vite": "^5.4.8",
@ -146,19 +146,20 @@
"zustand-mutative": "^1.0.5"
},
"devDependencies": {
"@formatjs/cli": "^6.2.12",
"@formatjs/cli": "^6.3.11",
"@jedmao/redux-mock-store": "^3.0.5",
"@stylistic/eslint-plugin": "^2.8.0",
"@sentry/types": "^8.42.0",
"@stylistic/eslint-plugin": "^2.11.0",
"@testing-library/jest-dom": "^6.5.0",
"@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/lodash": "^4.17.9",
"@types/lodash": "^4.17.13",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.11",
"@types/react": "^18.3.13",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@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",
@ -182,10 +183,10 @@
"husky": "^9.1.6",
"jsdom": "^24.0.0",
"lint-staged": ">=10",
"rollup-plugin-bundle-stats": "^4.16.0",
"rollup-plugin-bundle-stats": "^4.17.0",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^12.0.0",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.16",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.1"