nicolium: update deps

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-26 23:13:29 +01:00
parent eeb3d05c5b
commit ea06d6c61e
3 changed files with 234 additions and 247 deletions

View File

@ -38,15 +38,15 @@
"@fontsource/noto-sans-javanese": "^5.2.8",
"@fontsource/roboto-mono": "^5.2.8",
"@fontsource/tajawal": "^5.2.7",
"@lexical/code": "^0.40.0",
"@lexical/hashtag": "^0.40.0",
"@lexical/link": "^0.40.0",
"@lexical/list": "^0.40.0",
"@lexical/markdown": "^0.40.0",
"@lexical/react": "^0.40.0",
"@lexical/rich-text": "^0.40.0",
"@lexical/selection": "^0.40.0",
"@lexical/utils": "^0.40.0",
"@lexical/code": "^0.41.0",
"@lexical/hashtag": "^0.41.0",
"@lexical/link": "^0.41.0",
"@lexical/list": "^0.41.0",
"@lexical/markdown": "^0.41.0",
"@lexical/react": "^0.41.0",
"@lexical/rich-text": "^0.41.0",
"@lexical/selection": "^0.41.0",
"@lexical/utils": "^0.41.0",
"@mkljczk/url-purify": "^0.0.5",
"@phosphor-icons/core": "^2.1.1",
"@reach/combobox": "^0.18.0",
@ -57,8 +57,8 @@
"@sentry/browser": "^8.47.0",
"@sentry/react": "^8.47.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@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",
@ -92,7 +92,7 @@
"intl-pluralrules": "^2.0.1",
"isomorphic-dompurify": "^3.0.0",
"leaflet": "^1.9.4",
"lexical": "^0.40.0",
"lexical": "^0.41.0",
"line-awesome": "^1.3.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
@ -149,7 +149,7 @@
"globals": "^17.3.0",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"oxlint-tsgolint": "^0.14.2",
"oxlint-tsgolint": "^0.15.0",
"rollup-plugin-bundle-stats": "^4.21.10",
"stylelint": "^16.12.0",
"stylelint-config-standard-scss": "^12.0.0",

View File

@ -37,7 +37,7 @@
"@types/react": "^19.2.14",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"oxlint-tsgolint": "^0.14.2",
"oxlint-tsgolint": "^0.15.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4ls"