update deps

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-12 19:30:59 +01:00
parent 68b084f149
commit 5ed6c572b3
3 changed files with 1009 additions and 567 deletions

View File

@ -57,15 +57,15 @@
"@reach/tabs": "^0.18.0",
"@react-spring/web": "^10.0.3",
"@reduxjs/toolkit": "^2.11.2",
"@sentry/browser": "^10.42.0",
"@sentry/core": "^10.42.0",
"@sentry/react": "^10.42.0",
"@sentry/browser": "^10.43.0",
"@sentry/core": "^10.43.0",
"@sentry/react": "^10.43.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.166.2",
"@tanstack/react-router": "^1.166.7",
"@transfem-org/sfm-js": "^0.26.1",
"@twemoji/svg": "^15.0.0",
"@uidotdev/usehooks": "^2.4.1",
@ -79,9 +79,9 @@
"clsx": "^2.1.1",
"core-js": "^3.48.0",
"cryptocurrency-icons": "^0.18.1",
"cssnano": "^7.1.2",
"cssnano": "^7.1.3",
"detect-passive-events": "^2.0.3",
"dompurify": "^3.3.2",
"dompurify": "^3.3.3",
"emoji-datasource": "15.0.1",
"emoji-mart": "^5.6.0",
"exifr": "^7.1.3",
@ -97,7 +97,7 @@
"line-awesome": "^1.3.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
"mini-css-extract-plugin": "^2.10.0",
"mini-css-extract-plugin": "^2.10.1",
"mutative": "^1.3.0",
"object-to-formdata": "^4.5.1",
"path-browserify": "^1.0.1",
@ -123,7 +123,7 @@
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"reselect": "^5.1.1",
"sass-embedded": "^1.97.3",
"sass-embedded": "^1.98.0",
"stringz": "^2.1.0",
"tabbable": "^6.4.0",
"use-mutative": "^1.3.1",
@ -133,12 +133,12 @@
"zustand-mutative": "^1.3.1"
},
"devDependencies": {
"@formatjs/cli": "^6.13.0",
"@formatjs/cli": "^6.13.1",
"@mkljczk/vite-tsgo-checker": "^0.0.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/dom-chromium-ai": "^0.0.14",
"@types/dom-chromium-ai": "^0.0.15",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.24",
"@types/path-browserify": "^1.0.3",
@ -147,14 +147,14 @@
"@types/react-dom": "^19.2.3",
"@types/react-sparklines": "^1.7.5",
"@types/react-swipeable-views": "^0.13.6",
"@typescript/native-preview": "7.0.0-dev.20260306.1",
"@typescript/native-preview": "7.0.0-dev.20260312.1",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "4.0.18",
"eslint-plugin-formatjs": "^6.2.0",
"@vitest/coverage-v8": "4.1.0",
"eslint-plugin-formatjs": "^6.3.0",
"globals": "^17.4.0",
"jsdom": "^28.1.0",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"oxfmt": "^0.40.0",
"oxlint": "^1.55.0",
"oxlint-tsgolint": "^0.16.0",
"rollup-plugin-bundle-stats": "^4.21.10",
"stylelint": "^17.4.0",
@ -169,7 +169,7 @@
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-require": "^1.2.14",
"vite-plugin-static-copy": "^3.2.0",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
},
"lint-staged": {
"*.{js,cjs,mjs,ts,tsx}": [

View File

@ -49,18 +49,18 @@
},
"devDependencies": {
"@types/http-link-header": "^1.0.7",
"@types/node": "^25.3.0",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "4.0.18",
"oxfmt": "^0.36.0",
"oxlint": "^1.51.0",
"@vitest/coverage-v8": "4.1.0",
"oxfmt": "^0.40.0",
"oxlint": "^1.55.0",
"typedoc": "^0.28.17",
"typedoc-material-theme": "^1.4.1",
"typedoc-plugin-valibot": "^1.0.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.0.18",
"vitest": "^4.1.0",
"ws": "^8.19.0"
},
"lint-staged": {

1534
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff