|
35 | 35 | "last 1 safari version" |
36 | 36 | ] |
37 | 37 | }, |
38 | | - "pnpm": { |
39 | | - "peerDependencyRules": { |
40 | | - "ignoreMissing": [ |
41 | | - "react-native" |
42 | | - ] |
43 | | - }, |
44 | | - "onlyBuiltDependencies": [ |
45 | | - "@parcel/watcher", |
46 | | - "@swc/core", |
47 | | - "esbuild" |
48 | | - ], |
49 | | - "overrides": { |
50 | | - "mdast-util-to-hast": "13.2.1" |
51 | | - } |
52 | | - }, |
53 | 38 | "dependencies": { |
54 | 39 | "@floating-ui/react": "^0.27.19", |
55 | 40 | "@hookform/resolvers": "^3.10.0", |
56 | 41 | "@react-hook/resize-observer": "^2.0.2", |
57 | 42 | "@stablelib/base64": "^2.0.1", |
58 | 43 | "@stablelib/x25519": "^2.0.1", |
59 | | - "@tanstack/query-core": "^5.100.10", |
60 | | - "@tanstack/react-virtual": "^3.13.24", |
| 44 | + "@tanstack/query-core": "^5.100.14", |
| 45 | + "@tanstack/react-virtual": "^3.13.25", |
61 | 46 | "@tauri-apps/api": "^2.11.0", |
62 | 47 | "@tauri-apps/plugin-clipboard-manager": "^2.3.2", |
63 | 48 | "@tauri-apps/plugin-deep-link": "^2.4.9", |
|
82 | 67 | "fast-deep-equal": "^3.1.3", |
83 | 68 | "file-saver": "^2.0.5", |
84 | 69 | "get-text-width": "^1.0.3", |
85 | | - "html-react-parser": "^6.1.1", |
86 | | - "itertools": "^2.6.0", |
| 70 | + "html-react-parser": "^6.1.2", |
| 71 | + "itertools": "^2.7.1", |
87 | 72 | "js-base64": "^3.7.8", |
88 | 73 | "lodash-es": "^4.18.1", |
89 | 74 | "merge-refs": "^2.0.0", |
90 | 75 | "millify": "^6.1.0", |
91 | | - "motion": "^12.38.0", |
| 76 | + "motion": "^12.40.0", |
92 | 77 | "p-timeout": "^7.0.1", |
93 | 78 | "prop-types": "^15.8.1", |
94 | 79 | "radash": "^12.1.1", |
95 | 80 | "react": "^19.2.6", |
96 | 81 | "react-auth-code-input": "^3.2.1", |
97 | 82 | "react-click-away-listener": "^2.4.1", |
98 | 83 | "react-dom": "^19.2.6", |
99 | | - "react-hook-form": "^7.76.0", |
| 84 | + "react-hook-form": "^7.76.1", |
100 | 85 | "react-hotkeys-hook": "^5.3.2", |
101 | 86 | "react-loading-skeleton": "^3.5.0", |
102 | 87 | "react-markdown": "^10.1.0", |
|
115 | 100 | "@biomejs/biome": "^2.4.15", |
116 | 101 | "@hookform/devtools": "^4.4.0", |
117 | 102 | "@svgr/cli": "^8.1.0", |
118 | | - "@tanstack/react-query": "^5.100.10", |
119 | | - "@tanstack/react-query-devtools": "^5.100.10", |
| 103 | + "@tanstack/react-query": "^5.100.14", |
| 104 | + "@tanstack/react-query-devtools": "^5.100.14", |
120 | 105 | "@tauri-apps/cli": "^2.11.2", |
121 | 106 | "@types/file-saver": "^2.0.7", |
122 | 107 | "@types/lodash-es": "^4.17.12", |
123 | | - "@types/node": "^25.8.0", |
124 | | - "@types/react": "^19.2.14", |
| 108 | + "@types/node": "^25.9.1", |
| 109 | + "@types/react": "^19.2.15", |
125 | 110 | "@types/react-dom": "^19.2.3", |
126 | 111 | "@vitejs/plugin-react": "^6.0.2", |
127 | 112 | "@vitejs/plugin-react-swc": "^4.3.1", |
128 | 113 | "autoprefixer": "^10.5.0", |
129 | 114 | "npm-run-all": "^4.1.5", |
130 | | - "postcss": "^8.5.14", |
| 115 | + "postcss": "^8.5.15", |
131 | 116 | "prettier": "^3.8.3", |
132 | 117 | "sass": "~1.99.0", |
133 | 118 | "typedoc": "^0.28.19", |
134 | 119 | "typesafe-i18n": "^5.27.1", |
135 | 120 | "typescript": "^5.9.3", |
136 | | - "vite": "^8.0.13" |
| 121 | + "vite": "^8.0.14" |
137 | 122 | }, |
138 | 123 | "volta": { |
139 | 124 | "node": "20.5.1" |
|
0 commit comments