Skip to content

Commit 01a0a48

Browse files
committed
chore: update deps
1 parent b759270 commit 01a0a48

File tree

18 files changed

+1735
-1886
lines changed

18 files changed

+1735
-1886
lines changed

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
[build.environment]
2-
NODE_OPTIONS = "--max_old_space_size=4096"
3-
NODE_VERSION = "18"
4-
51
[build]
62
publish = "packages/.vitepress/dist"
73
command = "pnpm run install-fonts && pnpm run docs:build"
84

5+
[build.environment]
6+
NODE_OPTIONS = "--max_old_space_size=4096"
7+
NODE_VERSION = "18"
8+
99
[[redirects]]
1010
from = "https://vueuse.js.org/*"
1111
to = "https://vueuse.org/:splat"

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "10.7.0",
55
"private": true,
6-
"packageManager": "pnpm@8.11.0",
6+
"packageManager": "pnpm@8.13.1",
77
"description": "Collection of essential Vue Composition Utilities",
88
"author": "Anthony Fu<https://github.com/antfu>",
99
"license": "MIT",
@@ -36,38 +36,38 @@
3636
"watch": "esno scripts/build-run.ts --watch"
3737
},
3838
"devDependencies": {
39-
"@antfu/eslint-config": "^2.3.3",
39+
"@antfu/eslint-config": "^2.6.1",
4040
"@antfu/ni": "^0.21.12",
41-
"@iconify/json": "^2.2.152",
42-
"@rollup/plugin-json": "^6.0.1",
41+
"@iconify/json": "^2.2.162",
42+
"@rollup/plugin-json": "^6.1.0",
4343
"@rollup/plugin-replace": "^5.0.5",
4444
"@type-challenges/utils": "^0.1.1",
4545
"@types/fs-extra": "^11.0.4",
4646
"@types/js-yaml": "^4.0.9",
4747
"@types/md5": "^2.3.5",
48-
"@types/node": "^20.10.3",
48+
"@types/node": "^20.10.5",
4949
"@types/remove-markdown": "^0.3.4",
5050
"@types/semver": "^7.5.6",
51-
"@vitest/coverage-v8": "^1.0.1",
52-
"@vitest/ui": "^1.0.1",
53-
"@vue/compiler-sfc": "^3.3.10",
51+
"@vitest/coverage-v8": "^1.1.0",
52+
"@vitest/ui": "^1.1.0",
53+
"@vue/compiler-sfc": "^3.3.13",
5454
"@vue/test-utils": "^2.4.3",
5555
"@vueuse/core": "workspace:*",
5656
"@vueuse/integrations": "workspace:*",
5757
"@vueuse/math": "workspace:*",
5858
"@vueuse/rxjs": "workspace:*",
5959
"@vueuse/shared": "workspace:*",
60-
"axios": "^1.6.2",
61-
"bumpp": "^9.2.0",
60+
"axios": "^1.6.3",
61+
"bumpp": "^9.2.1",
6262
"consola": "^3.2.3",
6363
"esbuild-register": "^3.5.0",
64-
"eslint": "^8.55.0",
64+
"eslint": "^8.56.0",
6565
"eslint-plugin-format": "^0.1.0",
6666
"esno": "^4.0.0",
6767
"export-size": "^0.7.0",
6868
"fake-indexeddb": "^5.0.1",
6969
"fast-glob": "^3.3.2",
70-
"firebase": "^10.7.0",
70+
"firebase": "^10.7.1",
7171
"fs-extra": "^11.2.0",
7272
"fuse.js": "^7.0.0",
7373
"google-font-installer": "^1.2.0",
@@ -79,32 +79,32 @@
7979
"md5": "^2.3.0",
8080
"msw": "1.0.1",
8181
"node-fetch": "^3.3.2",
82-
"node-fetch-native": "^1.4.1",
82+
"node-fetch-native": "^1.6.1",
8383
"ofetch": "^1.3.3",
84-
"pnpm": "^8.11.0",
84+
"pnpm": "^8.13.1",
8585
"postcss": "^8.4.32",
8686
"postcss-nested": "^6.0.1",
87-
"prettier": "^3.1.0",
87+
"prettier": "^3.1.1",
8888
"prism-theme-vars": "^0.2.4",
8989
"remove-markdown": "^0.5.0",
9090
"rimraf": "^5.0.5",
91-
"rollup": "^4.6.1",
91+
"rollup": "^4.9.1",
9292
"rollup-plugin-dts": "^6.1.0",
9393
"rollup-plugin-esbuild": "^6.1.0",
9494
"rollup-plugin-pure": "^0.2.1",
9595
"sharp": "0.32.6",
9696
"simple-git": "^3.21.0",
9797
"simple-git-hooks": "^2.9.0",
98-
"taze": "^0.13.0",
99-
"typescript": "^5.3.2",
100-
"unocss": "^0.58.0",
98+
"taze": "^0.13.1",
99+
"typescript": "^5.3.3",
100+
"unocss": "^0.58.1",
101101
"unplugin-icons": "^0.18.1",
102102
"unplugin-vue-components": "^0.26.0",
103-
"vite": "^5.0.5",
103+
"vite": "^5.0.10",
104104
"vite-plugin-inspect": "^0.8.1",
105-
"vite-plugin-pwa": "^0.17.3",
105+
"vite-plugin-pwa": "^0.17.4",
106106
"vitepress": "^1.0.0-rc.31",
107-
"vitest": "^1.0.1",
107+
"vitest": "^1.1.0",
108108
"vue": "^3.3.8",
109109
"vue2": "npm:vue@^2.7.14"
110110
},
@@ -114,8 +114,8 @@
114114
],
115115
"overrides": {
116116
"magic-string": "^0.30.5",
117-
"rollup": "^4.6.1",
118-
"vite": "^5.0.5",
117+
"rollup": "^4.9.1",
118+
"vite": "^5.0.10",
119119
"vue-demi": "^0.14.6"
120120
}
121121
},

packages/core/createTemplatePromise/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ const TemplatePromise = createTemplatePromise<ReturnType>({
134134
</template>
135135
136136
<style scoped>
137-
.fade-enter-active,
138-
.fade-leave-active {
139-
transition: opacity 0.5s;
140-
}
141-
.fade-enter,
142-
.fade-leave-to {
143-
opacity: 0;
144-
}
137+
.fade-enter-active,
138+
.fade-leave-active {
139+
transition: opacity 0.5s;
140+
}
141+
.fade-enter,
142+
.fade-leave-to {
143+
opacity: 0;
144+
}
145145
</style>
146146
```
147147

packages/core/useConfirmDialog/demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ dialog2.onCancel(() => {
9696
max-width: 100%;
9797
z-index: 10;
9898
}
99-
.modal-layout{
99+
.modal-layout {
100100
z-index: 20;
101101
left: 0;
102102
top: 0;

packages/core/useFocus/demo.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ const { focused: buttonFocus } = useFocus(button)
4848
</template>
4949

5050
<style scoped>
51-
.demo-el:focus {
52-
opacity: .7;
51+
.demo-el:focus {
52+
opacity: 0.7;
5353
box-shadow: 0 0 2px 1px var(--vp-c-brand);
54-
}
54+
}
5555
</style>

packages/core/useGamepad/components/Controller.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ const isRightStickActive = computed(() => {
150150
</template>
151151

152152
<style>
153-
.active-control {
154-
fill: var(--vp-c-brand-active);
155-
stroke: var(--vp-c-brand-active) !important;
156-
}
153+
.active-control {
154+
fill: var(--vp-c-brand-active);
155+
stroke: var(--vp-c-brand-active) !important;
156+
}
157157
</style>

packages/core/useShare/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ interface NavigatorWithShare {
2626
export function useShare(shareOptions: MaybeRefOrGetter<UseShareOptions> = {}, options: ConfigurableNavigator = {}) {
2727
const { navigator = defaultNavigator } = options
2828

29-
const _navigator = (navigator as NavigatorWithShare)
29+
const _navigator = navigator as NavigatorWithShare
3030
const isSupported = useSupported(() => _navigator && 'canShare' in _navigator)
3131

3232
const share = async (overrideOptions: MaybeRefOrGetter<UseShareOptions> = {}) => {

packages/core/useSwipe/demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const { direction, isSwiping, lengthX, lengthY } = useSwipe(
8989
color: #fff;
9090
font-weight: bold;
9191
text-align: center;
92-
overflow:hidden;
92+
overflow: hidden;
9393
white-space: nowrap;
9494
}
9595

packages/core/useTextDirection/demo.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ function handleOnClick() {
3030
</template>
3131

3232
<style scoped>
33-
#_useTextDirectionDemo[dir='rtl']
34-
p {
33+
#_useTextDirectionDemo[dir='rtl'] p {
3534
color: red;
3635
}
3736
button {

packages/core/useTimeAgo/demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const timeAgo = useTimeAgo(value)
2828
opacity: 0.8;
2929
margin: 0.5rem 0;
3030
outline: none !important;
31-
transition: opacity .2s;
31+
transition: opacity 0.2s;
3232
}
3333
3434
.slider:hover {

packages/integrations/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@
107107
"universal-cookie": "*"
108108
},
109109
"peerDependenciesMeta": {
110-
"axios": {
110+
"async-validator": {
111111
"optional": true
112112
},
113-
"async-validator": {
113+
"axios": {
114114
"optional": true
115115
},
116116
"change-case": {
@@ -137,10 +137,10 @@
137137
"qrcode": {
138138
"optional": true
139139
},
140-
"universal-cookie": {
140+
"sortablejs": {
141141
"optional": true
142142
},
143-
"sortablejs": {
143+
"universal-cookie": {
144144
"optional": true
145145
}
146146
},
@@ -154,13 +154,13 @@
154154
"@types/qrcode": "^1.5.5",
155155
"@types/sortablejs": "^1.15.7",
156156
"async-validator": "^4.2.5",
157-
"axios": "^1.6.2",
158-
"change-case": "^4.1.2",
157+
"axios": "^1.6.3",
158+
"change-case": "^5.3.0",
159159
"drauu": "^0.3.7",
160160
"focus-trap": "^7.5.4",
161-
"fuse.js": "^6.6.2",
161+
"fuse.js": "^7.0.0",
162162
"idb-keyval": "^6.2.1",
163-
"jwt-decode": "^3.1.2",
163+
"jwt-decode": "^4.0.0",
164164
"nprogress": "^0.2.0",
165165
"qrcode": "^1.5.3",
166166
"sortablejs": "^1.15.1",

packages/integrations/useChangeCase/demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ input {
6969
}
7070
7171
.radio input:checked::after {
72-
content: "";
72+
content: '';
7373
@apply absolute inset-[3px] rounded-full bg-primary;
7474
}
7575

packages/integrations/useDrauu/demo.client.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@ const { mode, color, size } = toRefs(brush)
128128
@apply m-0 bg-transparent text-dark-50 rounded-full border-none h-8 w-8 p-0 flex place-items-center place-content-center;
129129
}
130130
131-
.dark .drauu-demo .color-button {
132-
@apply ;
133-
}
134-
135131
.drauu-demo .color-button:hover,
136132
.drauu-demo .color-button.active {
137133
@apply bg-light-900;

packages/nuxt/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@
3636
"nuxt": "^3.0.0"
3737
},
3838
"dependencies": {
39-
"@nuxt/kit": "^3.8.2",
39+
"@nuxt/kit": "^3.9.0",
4040
"@vueuse/core": "workspace:*",
4141
"@vueuse/metadata": "workspace:*",
4242
"local-pkg": "^0.5.0",
43-
"nuxt": "^3.8.2",
43+
"nuxt": "^3.9.0",
4444
"vue-demi": ">=0.14.6"
4545
},
4646
"devDependencies": {
47-
"@nuxt/schema": "^3.8.2",
48-
"unimport": "^3.6.0"
47+
"@nuxt/schema": "^3.9.0",
48+
"unimport": "^3.7.0"
4949
}
5050
}

playgrounds/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"packageManager": "pnpm@8.11.0",
3+
"packageManager": "pnpm@8.13.1",
44
"scripts": {
55
"dev": "nuxi dev",
66
"build": "nuxi build",
@@ -12,7 +12,7 @@
1212
"@vueuse/metadata": "file:../../packages/metadata/dist",
1313
"@vueuse/nuxt": "file:../../packages/nuxt/dist",
1414
"@vueuse/shared": "file:../../packages/shared/dist",
15-
"nuxt": "^3.8.2"
15+
"nuxt": "^3.9.0"
1616
},
1717
"resolutions": {
1818
"@vueuse/core": "file:../../packages/core/dist",

playgrounds/vite-vue2.7/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"@vueuse/core": "file:../../packages/core/dist",
1212
"@vueuse/metadata": "file:../../packages/metadata/dist",
1313
"@vueuse/shared": "file:../../packages/shared/dist",
14-
"eslint": "^8.55.0",
15-
"vite": "^5.0.5",
14+
"eslint": "^8.56.0",
15+
"vite": "^5.0.10",
1616
"vue": "^2.7.15"
1717
},
1818
"resolutions": {

playgrounds/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"vue": "^3.3.8"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^4.5.1",
12+
"@vitejs/plugin-vue": "^5.0.0",
1313
"@vueuse/core": "file:../../packages/core/dist",
1414
"@vueuse/metadata": "file:../../packages/metadata/dist",
1515
"@vueuse/shared": "file:../../packages/shared/dist",
16-
"vite": "^5.0.5"
16+
"vite": "^5.0.10"
1717
},
1818
"resolutions": {
1919
"@vueuse/core": "file:../../packages/core/dist",

0 commit comments

Comments
 (0)