@accounter/client 0.0.7-alpha-20250902084419-8d7a57af8b3119b3b3589b4784c3b7c784301b54 → 0.0.7-alpha-20250902110712-c5ec3dfcf102cf86bcb76dcdbe3b55d46fb88da5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @accounter/client
|
|
2
2
|
|
|
3
|
-
## 0.0.7-alpha-
|
|
3
|
+
## 0.0.7-alpha-20250902110712-c5ec3dfcf102cf86bcb76dcdbe3b55d46fb88da5
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -143,6 +143,23 @@
|
|
|
143
143
|
- Updated dependency [`urql@5.0.1` ↗︎](https://www.npmjs.com/package/urql/v/5.0.1) (from `5.0.0`,
|
|
144
144
|
in `dependencies`)
|
|
145
145
|
|
|
146
|
+
- [#2478](https://github.com/Urigo/accounter-fullstack/pull/2478)
|
|
147
|
+
[`86e628e`](https://github.com/Urigo/accounter-fullstack/commit/86e628e40cc0d8fac239cfea2563326094013df4)
|
|
148
|
+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
149
|
+
- Updated dependency
|
|
150
|
+
[`@mui/material@7.3.2` ↗︎](https://www.npmjs.com/package/@mui/material/v/7.3.2) (from `7.3.1`,
|
|
151
|
+
in `dependencies`)
|
|
152
|
+
- Updated dependency
|
|
153
|
+
[`@tanstack/react-query@5.85.8` ↗︎](https://www.npmjs.com/package/@tanstack/react-query/v/5.85.8)
|
|
154
|
+
(from `5.85.5`, in `dependencies`)
|
|
155
|
+
- Updated dependency [`dayjs@1.11.18` ↗︎](https://www.npmjs.com/package/dayjs/v/1.11.18) (from
|
|
156
|
+
`1.11.14`, in `dependencies`)
|
|
157
|
+
- Updated dependency
|
|
158
|
+
[`pdfjs-dist@5.4.149` ↗︎](https://www.npmjs.com/package/pdfjs-dist/v/5.4.149) (from `5.4.54`,
|
|
159
|
+
in `dependencies`)
|
|
160
|
+
- Updated dependency [`zod@4.1.5` ↗︎](https://www.npmjs.com/package/zod/v/4.1.5) (from `4.1.3`,
|
|
161
|
+
in `dependencies`)
|
|
162
|
+
|
|
146
163
|
- [#2466](https://github.com/Urigo/accounter-fullstack/pull/2466)
|
|
147
164
|
[`afdc9bf`](https://github.com/Urigo/accounter-fullstack/commit/afdc9bf6def07a69893c8087f8635b3e86570bdf)
|
|
148
165
|
Thanks [@gilgardosh](https://github.com/gilgardosh)! - - **Improved 404 Handling**: A dedicated
|
package/package.json
CHANGED