Skip to content

Commit a9af06c

Browse files
committed
chore: update deps
1 parent d73988b commit a9af06c

File tree

3 files changed

+2002
-1948
lines changed

3 files changed

+2002
-1948
lines changed

components.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
/* eslint-disable */
2-
/* prettier-ignore */
32
// @ts-nocheck
43
// Generated by unplugin-vue-components
54
// Read more: https://github.com/vuejs/core/pull/3399
65
export {}
76

7+
/* prettier-ignore */
88
declare module 'vue' {
99
export interface GlobalComponents {
10+
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
11+
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
1012
CheckIcon: typeof import('./src/components/icons/CheckIcon.vue')['default']
1113
CopyIcon: typeof import('./src/components/icons/CopyIcon.vue')['default']
1214
Expand: typeof import('./src/components/Expand.vue')['default']
@@ -15,6 +17,7 @@ declare module 'vue' {
1517
HeadlessToastWithProps: typeof import('./src/components/HeadlessToastWithProps.vue')['default']
1618
Hero: typeof import('./src/components/Hero.vue')['default']
1719
Installation: typeof import('./src/components/Installation.vue')['default']
20+
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
1821
Others: typeof import('./src/components/Others.vue')['default']
1922
Position: typeof import('./src/components/Position.vue')['default']
2023
Styling: typeof import('./src/components/Styling.vue')['default']

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"license": "MIT",
3737
"devDependencies": {
3838
"@iconify/json": "^2.2.172",
39-
"@microsoft/api-extractor": "^7.42.1",
39+
"@microsoft/api-extractor": "^7.47.9",
4040
"@types/node": "^18.19.8",
41-
"@unocss/reset": "^0.58.5",
42-
"@vitejs/plugin-vue": "^5.0.4",
41+
"@unocss/reset": "^0.62.4",
42+
"@vitejs/plugin-vue": "^5.1.4",
4343
"@vue/tsconfig": "^0.5.1",
44-
"@vueuse/core": "^10.9.0",
44+
"@vueuse/core": "^11.1.0",
4545
"@vueuse/head": "^2.0.0",
4646
"clean-css": "^5.3.3",
47-
"highlight.js": "^11.9.0",
48-
"typescript": "^5.3.3",
49-
"unocss": "^0.58.5",
50-
"unplugin-icons": "^0.18.5",
51-
"unplugin-vue-components": "^0.26.0",
52-
"vite": "^5.1.4",
53-
"vue": "^3.4.21",
54-
"vue-tsc": "^2.0.1"
47+
"highlight.js": "^11.10.0",
48+
"typescript": "^5.6.2",
49+
"unocss": "^0.62.4",
50+
"unplugin-icons": "^0.19.3",
51+
"unplugin-vue-components": "^0.27.4",
52+
"vite": "^5.4.7",
53+
"vue": "^3.5.8",
54+
"vue-tsc": "^2.1.6"
5555
}
5656
}

0 commit comments

Comments
 (0)