Skip to content

Commit 1a2cfdf

Browse files
authored
chore: bump a few dependencies (#1835)
<!-- Please read https://github.com/SableClient/Sable/blob/dev/CONTRIBUTING.md before submitting your pull request --> ### Description <!-- Please include a summary of the change. Please also include relevant motivation and context. List any dependencies that are required for this change. --> Bumps some hopefully low risk dependencies #### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ### Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings ### AI disclosure: - [ ] Partially AI assisted (clarify which code was AI assisted and briefly explain what it does). - [ ] Fully AI generated (explain what all the generated code does in moderate detail). <!-- Write any explanation required here, but do not generate the explanation using AI!! You must prove you understand what the code in this PR does. -->
2 parents 9498494 + 1719f17 commit 1a2cfdf

9 files changed

Lines changed: 1765 additions & 1668 deletions

File tree

package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -42,40 +42,40 @@
4242
},
4343
"dependencies": {
4444
"@arborium/arborium": "^2.18.1",
45-
"@atlaskit/pragmatic-drag-and-drop": "^2.0.1",
45+
"@atlaskit/pragmatic-drag-and-drop": "^2.0.2",
4646
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
4747
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
4848
"@choochmeque/tauri-plugin-notifications-api": "0.5.0-rc.11",
4949
"@choochmeque/tauri-plugin-sharekit-api": "0.4.0-rc.5",
50-
"@fontsource-variable/nunito": "5.2.7",
51-
"@fontsource/space-mono": "5.2.9",
50+
"@fontsource-variable/nunito": "5.3.0",
51+
"@fontsource/space-mono": "5.3.0",
5252
"@livekit/components-react": "2.9.23",
53-
"@lottiefiles/dotlottie-react": "^0.12.0",
54-
"@lottiefiles/dotlottie-web": "0.40.1",
55-
"@noble/hashes": "^2.2.0",
53+
"@lottiefiles/dotlottie-react": "^0.19.14",
54+
"@lottiefiles/dotlottie-web": "0.79.1",
55+
"@noble/hashes": "^2.3.0",
5656
"@phosphor-icons/react": "^2.1.10",
5757
"@sableclient/matrixrtc": "github:SableClient/matrix-rtc#519fe6b863cfac78700f4e2b1748649103bb8a8d",
5858
"@sableclient/tauri-plugin-livekit-mobile": "github:SableClient/tauri-plugin-livekit-mobile#c6f0d02ab3da1174535bc1dc8e598a2e6873f977",
5959
"@sableclient/twemoji-font": "^1.0.4",
60-
"@sentry/react": "^10.63.0",
61-
"@tanstack/react-query": "^5.101.2",
62-
"@tanstack/react-query-devtools": "^5.101.2",
63-
"@tanstack/react-virtual": "^3.14.5",
60+
"@sentry/react": "^10.70.0",
61+
"@tanstack/react-query": "^5.101.4",
62+
"@tanstack/react-query-devtools": "^5.101.4",
63+
"@tanstack/react-virtual": "^3.14.9",
6464
"@tauri-apps/api": "2.11.1",
6565
"@tauri-apps/plugin-clipboard-manager": "2.3.2",
6666
"@tauri-apps/plugin-deep-link": "2.4.9",
67-
"@tauri-apps/plugin-dialog": "2.7.1",
67+
"@tauri-apps/plugin-dialog": "2.7.2",
6868
"@tauri-apps/plugin-fs": "2.5.1",
6969
"@tauri-apps/plugin-http": "2.5.9",
7070
"@tauri-apps/plugin-opener": "2.5.4",
7171
"@tauri-apps/plugin-os": "2.3.2",
7272
"@tauri-apps/plugin-process": "~2.3.1",
73-
"@tauri-apps/plugin-store": "^2.4.3",
73+
"@tauri-apps/plugin-store": "^2.4.4",
7474
"@tauri-apps/plugin-updater": "~2.10.1",
7575
"@use-gesture/react": "10.3.1",
76-
"@vanilla-extract/css": "^1.21.1",
76+
"@vanilla-extract/css": "^1.21.2",
7777
"@vanilla-extract/recipes": "^0.5.7",
78-
"@vanilla-extract/vite-plugin": "^5.2.3",
78+
"@vanilla-extract/vite-plugin": "^5.2.6",
7979
"await-to-js": "^3.0.0",
8080
"badwords-list": "2.0.1-4",
8181
"blurhash": "^2.0.5",
@@ -84,31 +84,31 @@
8484
"classnames": "^2.5.1",
8585
"dayjs": "^1.11.21",
8686
"domhandler": "^6.0.1",
87-
"dompurify": "^3.4.11",
87+
"dompurify": "^3.4.13",
8888
"emojibase": "^17.0.0",
8989
"emojibase-data": "^17.0.0",
9090
"eventemitter3": "^5.0.4",
9191
"file-saver": "^2.0.5",
9292
"focus-trap-react": "^12.0.3",
9393
"folds": "^2.7.1",
94-
"html-dom-parser": "^8.0.0",
95-
"html-react-parser": "^6.1.3",
94+
"html-dom-parser": "^8.0.1",
95+
"html-react-parser": "^6.1.5",
9696
"i18next": "^25.10.10",
9797
"i18next-browser-languagedetector": "^8.2.1",
98-
"i18next-http-backend": "^2.7.3",
99-
"immer": "^11.1.9",
98+
"i18next-http-backend": "^3.0.5",
99+
"immer": "^11.1.16",
100100
"is-hotkey": "^0.2.0",
101-
"jotai": "^2.20.1",
101+
"jotai": "^2.20.2",
102102
"katex": "^0.17.0",
103103
"leaflet": "1.9.4",
104104
"linkify-react": "^4.3.3",
105105
"linkifyjs": "^4.3.3",
106106
"livekit-client": "2.21.0",
107-
"marked": "^18.0.5",
107+
"marked": "^18.0.9",
108108
"matrix-js-sdk": "42.0.0",
109109
"matrix-widget-api": "^1.17.0",
110-
"nanoid": "^6.0.0",
111-
"pdfjs-dist": "^6.1.200",
110+
"nanoid": "^6.0.1",
111+
"pdfjs-dist": "^6.2.108",
112112
"prosemirror-commands": "^1.7.2",
113113
"prosemirror-history": "^1.5.0",
114114
"prosemirror-keymap": "^1.2.3",
@@ -118,47 +118,47 @@
118118
"react": "^18.3.1",
119119
"react-aria": "^3.50.0",
120120
"react-blurhash": "^0.3.0",
121-
"react-colorful": "^5.7.0",
121+
"react-colorful": "^5.8.0",
122122
"react-dom": "^18.3.1",
123123
"react-google-recaptcha": "^3.1.0",
124124
"react-i18next": "^16.6.6",
125125
"react-leaflet": "^4.2.1",
126126
"react-range": "^1.10.0",
127-
"react-router-dom": "^6.30.4",
127+
"react-router-dom": "^7.18.2",
128128
"tauri-plugin-android-fs-api": "28.4.0",
129129
"ua-parser-js": "^2.0.10",
130130
"virtua": "^0.50.1",
131131
"workbox-precaching": "^7.4.1"
132132
},
133133
"devDependencies": {
134134
"tauri-plugin-app-icon-api": "github:SableClient/tauri-plugin-app-icon#bab80ae17f6d018702e472c539d0f02eba480c21",
135-
"@cloudflare/vite-plugin": "^1.42.4",
135+
"@cloudflare/vite-plugin": "^1.51.1",
136136
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
137137
"@faker-js/faker": "^10.5.0",
138138
"@playwright/test": "^1.61.1",
139139
"@rollup/plugin-inject": "^5.0.5",
140140
"@rollup/plugin-wasm": "^6.2.2",
141141
"@sableclient/sable-call-embedded": "1.1.8",
142-
"@sentry/vite-plugin": "^5.3.0",
142+
"@sentry/vite-plugin": "^5.4.0",
143143
"@tauri-apps/cli": "2.11.4",
144144
"@testing-library/jest-dom": "^6.9.1",
145145
"@testing-library/react": "^16.3.2",
146-
"@testing-library/user-event": "^14.6.1",
146+
"@testing-library/user-event": "^14.6.3",
147147
"@types/chroma-js": "^3.1.2",
148148
"@types/file-saver": "^2.0.7",
149149
"@types/is-hotkey": "^0.1.10",
150-
"@types/leaflet": "^1.9.21",
150+
"@types/leaflet": "^1.9.22",
151151
"@types/node": "24.13.2",
152152
"@types/react": "^18.3.31",
153153
"@types/react-dom": "^18.3.7",
154154
"@types/react-google-recaptcha": "^2.1.9",
155155
"@vitejs/plugin-react": "^5.2.0",
156-
"@vitest/coverage-v8": "^4.1.9",
157-
"@vitest/ui": "^4.1.9",
156+
"@vitest/coverage-v8": "^4.1.10",
157+
"@vitest/ui": "^4.1.10",
158158
"buffer": "^6.0.3",
159159
"cloudflared": "^0.7.1",
160160
"jsdom": "^29.1.1",
161-
"knip": "6.23.0",
161+
"knip": "6.32.1",
162162
"oxfmt": "^0.57.0",
163163
"oxlint": "^1.72.0",
164164
"oxlint-tsgolint": "^0.24.0",
@@ -170,8 +170,8 @@
170170
"vite-plugin-static-copy": "^3.4.0",
171171
"vite-plugin-svgr": "4.5.0",
172172
"vite-plugin-top-level-await": "^1.6.0",
173-
"vitest": "^4.1.9",
174-
"wrangler": "^4.106.0"
173+
"vitest": "^4.1.10",
174+
"wrangler": "^4.120.0"
175175
},
176176
"devEngines": {
177177
"runtime": {

0 commit comments

Comments
 (0)