update deps

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-04-07 15:29:25 +00:00
parent 157836749c
commit ab36cb66fa
3 changed files with 1035 additions and 873 deletions

View File

@@ -56,15 +56,15 @@
"@reach/rect": "^0.18.0",
"@reach/tabs": "^0.18.0",
"@react-spring/web": "^10.0.3",
"@sentry/browser": "^10.45.0",
"@sentry/core": "^10.45.0",
"@sentry/react": "^10.45.0",
"@sentry/browser": "^10.47.0",
"@sentry/core": "^10.47.0",
"@sentry/react": "^10.47.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-pacer": "^0.21.0",
"@tanstack/react-query": "^5.94.5",
"@tanstack/react-router": "^1.168.2",
"@tanstack/react-pacer": "^0.21.1",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-router": "^1.168.10",
"@transfem-org/sfm-js": "^0.26.1",
"@twemoji/svg": "^15.0.0",
"@uidotdev/usehooks": "^2.4.1",
@@ -80,7 +80,7 @@
"emoji-datasource": "15.0.1",
"emoji-mart": "^5.6.0",
"exifr": "^7.1.3",
"fast-average-color": "^9.5.0",
"fast-average-color": "^9.5.2",
"fasttext.wasm.js": "^1.0.0",
"fuzzysort": "^3.1.0",
"html-react-parser": "^5.2.17",
@@ -90,7 +90,7 @@
"lexical": "^0.42.0",
"line-awesome": "^1.3.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"mutative": "^1.3.0",
"object-to-formdata": "^4.5.1",
"path-browserify": "^1.0.1",
@@ -104,13 +104,13 @@
"react-datepicker": "^9.1.0",
"react-dom": "^19.2.4",
"react-hot-toast": "^2.6.0",
"react-inlinesvg": "^4.2.0",
"react-inlinesvg": "^4.3.0",
"react-intl": "^8.1.3",
"react-sparklines": "^1.7.0",
"react-sticky-box": "^2.0.5",
"react-swipeable-views": "^0.14.1",
"react-virtuoso": "^4.18.3",
"sass-embedded": "^1.98.0",
"react-virtuoso": "^4.18.4",
"sass-embedded": "^1.99.0",
"stringz": "^2.1.0",
"tabbable": "^6.4.0",
"use-mutative": "^1.3.1",
@@ -120,12 +120,12 @@
},
"devDependencies": {
"@formatjs/cli": "^6.13.1",
"@mkljczk/vite-tsgo-checker": "^0.0.2",
"@stylistic/stylelint-plugin": "^5.0.1",
"@mkljczk/vite-tsgo-checker": "^0.0.3",
"@stylistic/stylelint-plugin": "^5.1.0",
"@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.15",
"@types/dom-chromium-ai": "^0.0.16",
"@types/leaflet": "^1.9.21",
"@types/lodash": "^4.17.24",
"@types/path-browserify": "^1.0.3",
@@ -134,30 +134,30 @@
"@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.20260322.1",
"@typescript/native-preview": "7.0.0-dev.20260407.1",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "4.1.0",
"@vitest/coverage-v8": "4.1.3",
"eslint-plugin-formatjs": "^6.3.0",
"globals": "^17.4.0",
"jsdom": "^29.0.1",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"oxlint-tsgolint": "^0.17.1",
"jsdom": "^29.0.2",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"oxlint-tsgolint": "^0.20.0",
"rollup-plugin-bundle-stats": "^4.22.0",
"stylelint": "^17.5.0",
"stylelint": "^17.6.0",
"stylelint-config-clean-order": "^8.0.1",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^8.1.0",
"tailwindcss": "^3.4.19",
"tslib": "^2.8.1",
"type-fest": "^5.5.0",
"typescript": "5.9.3",
"vite": "^8.0.1",
"typescript": "6.0.2",
"vite": "^8.0.6",
"vite-plugin-compile-time": "^0.4.6",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-static-copy": "^3.4.0",
"vitest": "^4.1.0"
"vitest": "^4.1.3"
},
"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.5",
"@types/node": "^25.5.2",
"@types/semver": "^7.7.1",
"@vitest/coverage-v8": "4.1.0",
"oxfmt": "^0.41.0",
"oxlint": "^1.55.0",
"typedoc": "^0.28.17",
"@vitest/coverage-v8": "4.1.3",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"typedoc": "^0.28.18",
"typedoc-material-theme": "^1.4.1",
"typedoc-plugin-valibot": "^1.0.2",
"typescript": "^5.9.3",
"vite": "^8.0.1",
"typescript": "^6.0.2",
"vite": "^8.0.6",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.0",
"vitest": "^4.1.3",
"ws": "^8.20.0"
},
"lint-staged": {

1844
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff