Skip to content

Commit 160a0c7

Browse files
committed
chore(deps): improve
1 parent e952045 commit 160a0c7

File tree

4 files changed

+142
-110
lines changed

4 files changed

+142
-110
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22

33
## [0.6.6](https://github.com/bitrix24/b24ui/compare/v0.6.5...v0.6.6) (2025-04-23)
44

5-
* fix(usePortal): adjust portal target resolution logic
6-
* fix(Skeleton): improve accessibility
7-
* docs(calendar): add external controls example
5+
### Bug Fixes
6+
7+
* **usePortal:** adjust portal target resolution logic
8+
* **Skeleton:** improve accessibility
9+
10+
### Docs
11+
12+
* **calendar:** add external controls example
813

914
## [0.6.5](https://github.com/bitrix24/b24ui/compare/v0.6.4...v0.6.5) (2025-04-22)
1015

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -175,22 +175,22 @@
175175
"@types/canvas-confetti": "^1.9.0",
176176
"@vue/test-utils": "^2.4.6",
177177
"embla-carousel": "^8.6.0",
178-
"eslint": "^9.25.0",
178+
"eslint": "^9.25.1",
179179
"happy-dom": "^17.4.4",
180180
"nuxt": "^3.16.2",
181181
"nuxt-component-meta": "^0.10.1",
182-
"vitest": "^3.1.1",
182+
"vitest": "^3.1.2",
183183
"vitest-environment-nuxt": "^1.0.1",
184-
"vue-tsc": "^2.2.0"
184+
"vue-tsc": "^2.2.10"
185185
},
186186
"peerDependencies": {
187-
"@inertiajs/vue3": "^2.0.7",
188-
"joi": "^17.13.0",
189-
"superstruct": "^2.0.0",
190-
"typescript": "^5.6.3",
187+
"@inertiajs/vue3": "^2.0.8",
188+
"joi": "^17.13.3",
189+
"superstruct": "^2.0.2",
190+
"typescript": "^5.8.3",
191191
"valibot": "^1.0.0",
192192
"vue-router": "^4.5.0",
193-
"yup": "^1.6.0",
193+
"yup": "^1.6.1",
194194
"zod": "^3.24.3"
195195
},
196196
"peerDependenciesMeta": {
@@ -222,7 +222,7 @@
222222
"debug": "4.3.7",
223223
"rollup": "4.34.9",
224224
"unplugin": "^2.3.2",
225-
"vue-tsc": "2.2.0"
225+
"vue-tsc": "^2.2.10"
226226
},
227227
"pnpm": {
228228
"onlyBuiltDependencies": [

playground-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@vitejs/plugin-vue": "^5.2.3",
2121
"typescript": "^5.8.3",
2222
"vite": "^6.3.2",
23-
"vue-tsc": "^2.2.0"
23+
"vue-tsc": "^2.2.10"
2424
}
2525
}

0 commit comments

Comments
 (0)