nicolium: update deps
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -56,15 +56,15 @@
|
||||
"@reach/rect": "^0.18.0",
|
||||
"@reach/tabs": "^0.18.0",
|
||||
"@react-spring/web": "^10.0.3",
|
||||
"@reduxjs/toolkit": "^2.5.0",
|
||||
"@sentry/browser": "^8.47.0",
|
||||
"@sentry/react": "^8.47.0",
|
||||
"@reduxjs/toolkit": "^2.11.2",
|
||||
"@sentry/browser": "^8.55.0",
|
||||
"@sentry/react": "^8.55.0",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/forms": "^0.5.11",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tanstack/react-pacer": "^0.20.0",
|
||||
"@tanstack/react-query": "^5.90.21",
|
||||
"@tanstack/react-router": "^1.162.8",
|
||||
"@tanstack/react-router": "^1.163.3",
|
||||
"@transfem-org/sfm-js": "^0.26.1",
|
||||
"@twemoji/svg": "^15.0.0",
|
||||
"@uidotdev/usehooks": "^2.4.1",
|
||||
@ -80,7 +80,7 @@
|
||||
"core-js": "^3.48.0",
|
||||
"cryptocurrency-icons": "^0.18.1",
|
||||
"cssnano": "^7.1.2",
|
||||
"detect-passive-events": "^2.0.0",
|
||||
"detect-passive-events": "^2.0.3",
|
||||
"emoji-datasource": "15.0.1",
|
||||
"emoji-mart": "^5.6.0",
|
||||
"exifr": "^7.1.3",
|
||||
@ -88,7 +88,7 @@
|
||||
"fasttext.wasm.js": "^1.0.0",
|
||||
"flexsearch": "^0.8.212",
|
||||
"fuzzysort": "^3.1.0",
|
||||
"graphemesplit": "^2.4.4",
|
||||
"graphemesplit": "^2.6.0",
|
||||
"html-react-parser": "^5.2.17",
|
||||
"intersection-observer": "^0.12.2",
|
||||
"intl-messageformat": "^11.1.2",
|
||||
@ -104,23 +104,23 @@
|
||||
"object-to-formdata": "^4.5.1",
|
||||
"path-browserify": "^1.0.1",
|
||||
"pl-api": "workspace:*",
|
||||
"postcss": "^8.5.3",
|
||||
"postcss": "^8.5.6",
|
||||
"process": "^0.11.10",
|
||||
"punycode": "^2.1.1",
|
||||
"punycode": "^2.3.1",
|
||||
"qrcode.react": "^4.2.0",
|
||||
"query-string": "^9.3.1",
|
||||
"react": "^19.2.4",
|
||||
"react-color": "^2.19.3",
|
||||
"react-datepicker": "^8.3.0",
|
||||
"react-datepicker": "^8.10.0",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
"react-hot-toast": "^2.6.0",
|
||||
"react-inlinesvg": "^4.1.8",
|
||||
"react-inlinesvg": "^4.2.0",
|
||||
"react-intl": "^8.1.3",
|
||||
"react-redux": "^9.0.4",
|
||||
"react-redux": "^9.2.0",
|
||||
"react-sparklines": "^1.7.0",
|
||||
"react-sticky-box": "^2.0.5",
|
||||
"react-swipeable-views": "^0.14.0",
|
||||
"react-swipeable-views": "^0.14.1",
|
||||
"react-virtuoso": "^4.18.1",
|
||||
"redux": "^5.0.1",
|
||||
"redux-thunk": "^3.1.0",
|
||||
@ -137,7 +137,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@formatjs/cli": "^6.13.0",
|
||||
"@sentry/types": "^8.47.0",
|
||||
"@sentry/types": "^8.55.0",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
@ -151,20 +151,20 @@
|
||||
"@types/react-sparklines": "^1.7.5",
|
||||
"@types/react-swipeable-views": "^0.13.6",
|
||||
"@typescript/native-preview": "7.0.0-dev.20260226.1",
|
||||
"@vitejs/plugin-react": "^5.1.3",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"@vitest/coverage-v8": "4.0.18",
|
||||
"eslint-plugin-formatjs": "^6.2.0",
|
||||
"globals": "^17.3.0",
|
||||
"globals": "^17.4.0",
|
||||
"jsdom": "^28.1.0",
|
||||
"oxfmt": "^0.35.0",
|
||||
"oxlint": "^1.50.0",
|
||||
"oxlint-tsgolint": "^0.15.0",
|
||||
"rollup-plugin-bundle-stats": "^4.21.10",
|
||||
"stylelint": "^16.12.0",
|
||||
"stylelint": "^16.26.1",
|
||||
"stylelint-config-standard-scss": "^12.0.0",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"tslib": "^2.8.1",
|
||||
"type-fest": "^4.30.1",
|
||||
"type-fest": "^4.41.0",
|
||||
"typescript": "5.9.3",
|
||||
"vite": "^7.3.1",
|
||||
"vite-plugin-checker": "^0.12.0",
|
||||
|
||||
Reference in New Issue
Block a user