Skip to content

Commit b794ce9

Browse files
committed
chore: update deps
1 parent a7e4ad3 commit b794ce9

File tree

8 files changed

+380
-210
lines changed

8 files changed

+380
-210
lines changed

examples/vite-project/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite App</title>
7+
<title>vue-dark-switch</title>
88
</head>
99
<body>
1010
<div id="app"></div>

examples/vite-project/src/App.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ import WorkspacePremiumTwotone from '@vicons/material/es/WorkspacePremiumTwotone
88

99
<template>
1010
<div class="w-screen h-20vh">
11-
<n-space align="center" size="large" justify="center" class="mt-20">
11+
<NSpace align="center" size="large" justify="center" class="mt-20">
1212
<Switch />
1313
<SwitchIcon />
14-
</n-space>
14+
</NSpace>
1515
</div>
1616

1717
<div class="w-screen h-20vh">
18-
<n-space align="center" size="large" justify="center" class="mt-20">
18+
<NSpace align="center" size="large" justify="center" class="mt-20">
1919
<Switch darkBackground="#fff" lightBackground="#2D2D2D">
2020
<template #dark>
2121
<WorkspacePremiumOutlined />
@@ -32,6 +32,6 @@ import WorkspacePremiumTwotone from '@vicons/material/es/WorkspacePremiumTwotone
3232
<WorkspacePremiumTwotone />
3333
</template>
3434
</SwitchIcon>
35-
</n-space>
35+
</NSpace>
3636
</div>
3737
</template>

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="viewport"
88
content="width=device-width, initial-scale=1.0"
99
/>
10-
<title>dark-switch</title>
10+
<title>vue-dark-switch</title>
1111
</head>
1212
<body>
1313
<div id="app"></div>

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"node": ">=16",
3434
"pnpm": ">=7.0.0"
3535
},
36-
"packageManager": "pnpm@7.0.0",
36+
"packageManager": "pnpm@8.2.0",
3737
"scripts": {
3838
"dev": "vite",
3939
"build-js": "vite build",
@@ -63,22 +63,22 @@
6363
"url": "https://github.com/markthree"
6464
},
6565
"devDependencies": {
66-
"@iconify-json/line-md": "^1.1.23",
66+
"@iconify-json/line-md": "^1.1.24",
6767
"@types/node": "^18.15.11",
6868
"@vicons/material": "^0.12.0",
6969
"@vitejs/plugin-vue": "^4.1.0",
7070
"@vueuse/core": "^9.13.0",
71-
"bumpp": "^9.0.0",
71+
"bumpp": "^9.1.0",
7272
"fast-cpy": "^0.0.8",
7373
"naive-ui": "^2.34.3",
7474
"npm-run-all": "^4.1.5",
75-
"rimraf": "^4.4.1",
76-
"turbo": "^1.8.6",
77-
"typescript": "^5.0.2",
78-
"unocss": "^0.50.6",
79-
"vite": "^4.3.0-beta.1",
80-
"vite-layers": "^0.3.1",
81-
"vite-plugin-warmup": "^0.0.2",
75+
"rimraf": "^5.0.0",
76+
"turbo": "^1.9.1",
77+
"typescript": "^5.0.4",
78+
"unocss": "^0.51.4",
79+
"vite": "^4.3.0-beta.5",
80+
"vite-layers": "^0.3.4",
81+
"vite-plugin-warmup": "^0.0.3",
8282
"vue": "^3.2.47",
8383
"vue-tsc": "^1.2.0"
8484
},

0 commit comments

Comments
 (0)