pl-fe: update more deps

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2024-12-31 09:52:49 +01:00
parent 8cdf6f7dc3
commit cdecd5d4f5
2 changed files with 419 additions and 288 deletions

View File

@ -40,10 +40,10 @@
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@floating-ui/react": "^0.27.2",
"@fontsource/inter": "^5.1.0",
"@fontsource/noto-sans-javanese": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
"@fontsource/tajawal": "^5.1.0",
"@fontsource/inter": "^5.1.1",
"@fontsource/noto-sans-javanese": "^5.1.1",
"@fontsource/roboto-mono": "^5.1.1",
"@fontsource/tajawal": "^5.1.1",
"@lexical/clipboard": "^0.22.0",
"@lexical/code": "^0.22.0",
"@lexical/hashtag": "^0.22.0",
@ -59,8 +59,8 @@
"@reach/rect": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/browser": "^8.42.0",
"@sentry/react": "^8.42.0",
"@sentry/browser": "^8.47.0",
"@sentry/react": "^8.47.0",
"@tabler/icons": "^3.26.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
@ -75,7 +75,7 @@
"bowser": "^2.11.0",
"browserslist": "^4.24.3",
"clsx": "^2.0.0",
"core-js": "^3.27.2",
"core-js": "^3.39.0",
"cryptocurrency-icons": "^0.18.1",
"cssnano": "^6.0.0",
"detect-passive-events": "^2.0.0",
@ -86,10 +86,10 @@
"flexsearch": "^0.7.43",
"fuzzysort": "^3.1.0",
"graphemesplit": "^2.4.4",
"html-react-parser": "^5.2.1",
"html-react-parser": "^5.2.2",
"immutable": "^5.0.3",
"intersection-observer": "^0.12.2",
"intl-messageformat": "^10.5.14",
"intl-messageformat": "^10.7.10",
"intl-pluralrules": "^2.0.1",
"isomorphic-dompurify": "^2.19.0",
"leaflet": "^1.8.0",
@ -129,7 +129,7 @@
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.79.4",
"sass": "^1.83.0",
"stringz": "^2.1.0",
"tiny-queue": "^0.2.1",
"util": "^0.12.5",
@ -138,27 +138,27 @@
"zustand-mutative": "^1.2.0"
},
"devDependencies": {
"@formatjs/cli": "^6.3.11",
"@formatjs/cli": "^6.3.14",
"@jedmao/redux-mock-store": "^3.0.5",
"@sentry/types": "^8.42.0",
"@sentry/types": "^8.47.0",
"@stylistic/eslint-plugin": "^2.12.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/leaflet": "^1.9.15",
"@types/lodash": "^4.17.13",
"@types/path-browserify": "^1.0.3",
"@types/react": "^18.3.13",
"@types/react": "^18.3.18",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18.3.1",
"@types/react-dom": "^18.3.5",
"@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.6",
"@types/redux-mock-store": "^1.5.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^8.57.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-compat": "^6.0.2",
@ -171,12 +171,12 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"fake-indexeddb": "^6.0.0",
"globals": "^15.13.0",
"globals": "^15.14.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.11",
"lint-staged": "^15.3.0",
"rollup-plugin-bundle-stats": "^4.17.0",
"stylelint": "^16.9.0",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^12.0.0",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
@ -192,8 +192,8 @@
"vitest": "^2.1.8"
},
"resolutions": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"glob-parent": "^6.0.1",
"jsonwebtoken": "^9.0.0",
"loader-utils": "^2.0.3"