Skip to content

Commit a0496ea

Browse files
committed
chore: update deps
1 parent a9d62a4 commit a0496ea

File tree

3 files changed

+90
-73
lines changed

3 files changed

+90
-73
lines changed

.vitepress/themes.ts

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ export const community: ThemeInfo[] = [
103103
'https://i.imgur.com/41QWv3c.png',
104104
],
105105
tags: [
106-
'flayyer',
107106
'dark',
108107
'light',
109108
],
@@ -125,7 +124,6 @@ export const community: ThemeInfo[] = [
125124
'https://github.com/nico-bachner/slidev-theme-geist/blob/main/example-export/05.png?raw=true',
126125
],
127126
tags: [
128-
'vercel',
129127
'dark',
130128
'light',
131129
],
@@ -150,7 +148,6 @@ export const community: ThemeInfo[] = [
150148
'https://github.com/lightvue/slidev-theme-light-icons/blob/master/screenshot/10-layout-left-image-light.png?raw=true',
151149
],
152150
tags: [
153-
'light-icons',
154151
'dark',
155152
'light',
156153
],
@@ -171,7 +168,6 @@ export const community: ThemeInfo[] = [
171168
'https://i.imgur.com/m8eemKt.png',
172169
],
173170
tags: [
174-
'purplin',
175171
'dark',
176172
'light',
177173
],
@@ -192,7 +188,27 @@ export const community: ThemeInfo[] = [
192188
'https://raw.githubusercontent.com/Dawntraoz/slidev-theme-unicorn/master/screenshots/dark-theme-center-without-header-footer.png',
193189
],
194190
tags: [
195-
'unicorn',
191+
'dark',
192+
'light',
193+
],
194+
},
195+
{
196+
id: 'slidev-theme-zhozhoba',
197+
name: 'Zhozhoba',
198+
description: 'A zhozhoba theme for Slidev',
199+
author: {
200+
name: 'Bogenbai Bayzharassov',
201+
link: 'https://github.com/thatoranzhevyy',
202+
},
203+
repo: 'https://github.com/thatoranzhevyy/slidev-theme-zhozhoban',
204+
previews: [
205+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/01.png?raw=true',
206+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/.github/dark.png?raw=true',
207+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/02.png?raw=true',
208+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/03.png?raw=true',
209+
'https://github.com/thatoranzhevyy/slidev-theme-zhozhoba/blob/master/slides-export/04.png?raw=true',
210+
],
211+
tags: [
196212
'dark',
197213
'light',
198214
],

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@
66
"postinstall": "node .vitepress/scripts/prepare.js"
77
},
88
"devDependencies": {
9-
"@iconify/json": "^1.1.347",
10-
"@slidev/client": "^0.13.4",
11-
"@slidev/parser": "^0.13.4",
9+
"@iconify/json": "^1.1.348",
10+
"@slidev/client": "^0.13.10",
11+
"@slidev/parser": "^0.13.10",
1212
"@slidev/theme-default": "^0.7.4",
13-
"@slidev/types": "^0.13.4",
13+
"@slidev/types": "^0.13.10",
1414
"@types/fs-extra": "^9.0.11",
1515
"@types/node": "^15.6.0",
1616
"fs-extra": "^10.0.0",
1717
"typescript": "^4.2.4",
18-
"vite-plugin-components": "^0.9.1",
18+
"vite-plugin-components": "^0.9.2",
1919
"vite-plugin-icons": "^0.5.1",
20-
"vite-plugin-windicss": "^0.16.0-beta.22",
20+
"vite-plugin-windicss": "^0.16.0",
2121
"vitepress": "^0.13.2",
22-
"windicss": "^3.0.9"
22+
"windicss": "^3.0.12"
2323
},
2424
"dependencies": {
2525
"@antfu/utils": "^0.1.6",
26-
"@vueuse/core": "^4.11.0",
26+
"@vueuse/core": "^4.11.1",
2727
"typeit": "^7.0.4"
2828
}
2929
}

pnpm-lock.yaml

Lines changed: 61 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)