Skip to content

Commit ead81a8

Browse files
committed
chore: update deps
1 parent 9a69fb7 commit ead81a8

File tree

15 files changed

+1687
-1739
lines changed

15 files changed

+1687
-1739
lines changed

docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
"preview": "nuxi preview"
99
},
1010
"dependencies": {
11-
"@iconify-json/ph": "^1.1.13",
12-
"@iconify-json/simple-icons": "^1.1.110",
11+
"@iconify-json/ph": "^1.1.14",
12+
"@iconify-json/simple-icons": "^1.1.113",
1313
"@nuxt/content": "^2.13.2",
1414
"@nuxt/devtools": "1.3.1",
15-
"@nuxt/fonts": "^0.7.1",
15+
"@nuxt/fonts": "^0.7.2",
1616
"@nuxt/image": "1.7.0",
17-
"@nuxt/ui-pro": "^1.3.1",
17+
"@nuxt/ui-pro": "^1.4.1",
1818
"@nuxthq/studio": "^2.0.3",
19-
"@nuxtjs/plausible": "^1.0.0",
20-
"@vueuse/core": "^10.11.0",
21-
"@vueuse/nuxt": "^10.11.0",
19+
"@nuxtjs/plausible": "^1.0.2",
20+
"@vueuse/core": "^10.11.1",
21+
"@vueuse/nuxt": "^10.11.1",
2222
"nuxt": "^3.12.4",
2323
"nuxt-og-image": "^3.0.0-rc.64"
2424
},

docs/pages/index.vue

+1-5
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,7 @@ watch(projectsSectionVisible, () => {
300300
top: 25vh;
301301
width: 100%;
302302
height: 30vh;
303-
background: radial-gradient(
304-
50% 50% at 50% 50%,
305-
#00dc82 0%,
306-
rgba(0, 220, 130, 0) 100%
307-
);
303+
background: radial-gradient(50% 50% at 50% 50%, #00dc82 0%, rgba(0, 220, 130, 0) 100%);
308304
filter: blur(180px);
309305
opacity: 0.6;
310306
z-index: -1;

docs/pnpm-lock.yaml

+224-272
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.3.9",
55
"private": true,
6-
"packageManager": "pnpm@9.6.0",
6+
"packageManager": "pnpm@9.7.0",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/nuxt/devtools.git"
@@ -23,34 +23,34 @@
2323
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
2424
},
2525
"devDependencies": {
26-
"@antfu/eslint-config": "^2.24.0",
27-
"@antfu/ni": "^0.22.0",
26+
"@antfu/eslint-config": "^2.25.1",
27+
"@antfu/ni": "^0.22.1",
2828
"@nuxt/devtools": "workspace:*",
2929
"@nuxt/devtools-ui-kit": "workspace:*",
3030
"@nuxt/module-builder": "~0.6.0",
3131
"@nuxt/schema": "^3.12.4",
3232
"@types/markdown-it": "^14.1.2",
33-
"@types/node": "^22.0.0",
33+
"@types/node": "^22.2.0",
3434
"@types/which": "^3.0.4",
35-
"@types/ws": "^8.5.11",
36-
"@unocss/eslint-config": "^0.61.6",
37-
"bumpp": "^9.4.1",
35+
"@types/ws": "^8.5.12",
36+
"@unocss/eslint-config": "^0.62.1",
37+
"bumpp": "^9.5.1",
3838
"conventional-changelog-cli": "^5.0.0",
39-
"eslint": "^9.8.0",
39+
"eslint": "^9.9.0",
4040
"eslint-plugin-format": "^0.1.2",
4141
"esno": "^4.7.0",
4242
"execa": "^7.2.0",
43-
"lint-staged": "^15.2.7",
43+
"lint-staged": "^15.2.9",
4444
"nuxt": "^3.12.4",
4545
"pathe": "^1.1.2",
4646
"simple-git-hooks": "^2.11.1",
47-
"taze": "^0.16.1",
47+
"taze": "^0.16.5",
4848
"tiged": "^2.12.7",
4949
"typescript": "^5.5.4",
5050
"ua-parser-js": "^1.0.38",
51-
"unocss": "^0.61.6",
51+
"unocss": "^0.62.1",
5252
"vite-hot-client": "^0.2.3",
53-
"vue": "^3.4.34",
53+
"vue": "^3.4.37",
5454
"vue-tsc": "^2.0.29"
5555
},
5656
"simple-git-hooks": {

packages/devtools-kit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"error-stack-parser-es": "^0.1.5",
5353
"hookable": "^5.5.3",
5454
"unbuild": "^2.0.0",
55-
"unimport": "^3.9.1",
55+
"unimport": "^3.10.0",
5656
"vite-plugin-vue-inspector": "^5.1.3",
57-
"vue-router": "^4.4.0"
57+
"vue-router": "^4.4.3"
5858
}
5959
}

packages/devtools-ui-kit/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,25 @@
3838
"@nuxt/devtools": "workspace:*"
3939
},
4040
"dependencies": {
41-
"@iconify-json/carbon": "^1.1.36",
42-
"@iconify-json/logos": "^1.1.43",
43-
"@iconify-json/ri": "^1.1.21",
44-
"@iconify-json/tabler": "^1.1.118",
41+
"@iconify-json/carbon": "^1.1.37",
42+
"@iconify-json/logos": "^1.1.44",
43+
"@iconify-json/ri": "^1.1.22",
44+
"@iconify-json/tabler": "^1.1.120",
4545
"@nuxt/devtools-kit": "workspace:*",
4646
"@nuxt/kit": "^3.12.4",
47-
"@unocss/core": "^0.61.6",
48-
"@unocss/nuxt": "^0.61.6",
49-
"@unocss/preset-attributify": "^0.61.6",
50-
"@unocss/preset-icons": "^0.61.6",
51-
"@unocss/preset-mini": "^0.61.6",
52-
"@unocss/reset": "^0.61.6",
53-
"@vueuse/core": "^10.11.0",
54-
"@vueuse/integrations": "^10.11.0",
55-
"@vueuse/nuxt": "^10.11.0",
47+
"@unocss/core": "^0.62.1",
48+
"@unocss/nuxt": "^0.62.1",
49+
"@unocss/preset-attributify": "^0.62.1",
50+
"@unocss/preset-icons": "^0.62.1",
51+
"@unocss/preset-mini": "^0.62.1",
52+
"@unocss/reset": "^0.62.1",
53+
"@vueuse/core": "^10.11.1",
54+
"@vueuse/integrations": "^10.11.1",
55+
"@vueuse/nuxt": "^10.11.1",
5656
"defu": "^6.1.4",
5757
"focus-trap": "^7.5.4",
5858
"splitpanes": "^3.1.5",
59-
"unocss": "^0.61.6",
59+
"unocss": "^0.62.1",
6060
"v-lazy-show": "^0.2.4"
6161
},
6262
"devDependencies": {

packages/devtools/package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"hookable": "^5.5.3",
6262
"image-meta": "^0.2.1",
6363
"is-installed-globally": "^1.0.0",
64-
"launch-editor": "^2.8.0",
64+
"launch-editor": "^2.8.1",
6565
"local-pkg": "^0.5.0",
6666
"magicast": "^0.3.4",
6767
"nypm": "^0.3.9",
@@ -74,49 +74,49 @@
7474
"semver": "^7.6.3",
7575
"simple-git": "^3.25.0",
7676
"sirv": "^2.0.4",
77-
"unimport": "^3.9.1",
77+
"unimport": "^3.10.0",
7878
"vite-plugin-inspect": "^0.8.5",
7979
"vite-plugin-vue-inspector": "^5.1.3",
8080
"which": "^3.0.1",
8181
"ws": "^8.18.0"
8282
},
8383
"devDependencies": {
84-
"@iconify-json/bxl": "^1.1.10",
85-
"@iconify-json/carbon": "^1.1.36",
86-
"@iconify-json/logos": "^1.1.43",
87-
"@iconify-json/ri": "^1.1.21",
88-
"@iconify-json/simple-icons": "^1.1.110",
89-
"@iconify-json/tabler": "^1.1.118",
84+
"@iconify-json/bxl": "^1.1.11",
85+
"@iconify-json/carbon": "^1.1.37",
86+
"@iconify-json/logos": "^1.1.44",
87+
"@iconify-json/ri": "^1.1.22",
88+
"@iconify-json/simple-icons": "^1.1.113",
89+
"@iconify-json/tabler": "^1.1.120",
9090
"@nuxt/content": "^2.13.2",
9191
"@nuxt/devtools": "workspace:*",
9292
"@nuxt/test-utils": "3.9.0",
9393
"@parcel/watcher": "^2.4.1",
9494
"@types/markdown-it-link-attributes": "^3.0.5",
9595
"@types/ua-parser-js": "^0.7.39",
96-
"@unocss/nuxt": "^0.61.6",
97-
"@unocss/preset-icons": "^0.61.6",
98-
"@unocss/preset-uno": "^0.61.6",
99-
"@unocss/runtime": "^0.61.6",
100-
"@vitest/ui": "^2.0.4",
96+
"@unocss/nuxt": "^0.62.1",
97+
"@unocss/preset-icons": "^0.62.1",
98+
"@unocss/preset-uno": "^0.62.1",
99+
"@unocss/runtime": "^0.62.1",
100+
"@vitest/ui": "^2.0.5",
101101
"@vue/devtools-applet": "7.3.3",
102-
"@vueuse/nuxt": "^10.11.0",
102+
"@vueuse/nuxt": "^10.11.1",
103103
"@xterm/addon-fit": "^0.10.0",
104104
"@xterm/xterm": "^5.5.0",
105105
"esno": "^4.7.0",
106106
"floating-vue": "5.0.2",
107107
"fuse.js": "^7.0.0",
108-
"json-editor-vue": "^0.15.1",
108+
"json-editor-vue": "^0.15.2",
109109
"markdown-it": "^14.1.0",
110110
"markdown-it-link-attributes": "^4.0.1",
111111
"nanoid": "^5.0.7",
112112
"nitropack": "^2.9.7",
113113
"nuxt": "^3.12.4",
114114
"ofetch": "^1.3.4",
115115
"quicktype-core": "^23.0.170",
116-
"shiki": "^1.12.0",
116+
"shiki": "^1.12.1",
117117
"theme-vitesse": "^0.8.1",
118118
"ua-parser-js": "^1.0.38",
119-
"unocss": "^0.61.6",
119+
"unocss": "^0.62.1",
120120
"unplugin-vue-markdown": "^0.26.2",
121121
"vanilla-jsoneditor": "^0.23.8",
122122
"vis-data": "^7.1.9",

packages/devtools/src/runtime/auth/index.html

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
</head>
44

55
<body>
6-
<svg
7-
viewBox="0 0 566 154"
8-
fill="none"
9-
xmlns="http://www.w3.org/2000/svg"
10-
height="40px"
11-
>
6+
<svg viewBox="0 0 566 154" fill="none" xmlns="http://www.w3.org/2000/svg" height="40px">
127
<path
138
d="M74.2283 119.873H123.414C124.977 119.874 126.511 119.475 127.864 118.717C129.217 117.959 130.341 116.869 131.121 115.557C131.902 114.244 132.313 112.755 132.312 111.24C132.312 109.725 131.899 108.236 131.118 106.924L98.0856 51.4278C97.3048 50.1156 96.1817 49.0259 94.829 48.2683C93.4764 47.5107 91.942 47.1118 90.38 47.1118C88.8181 47.1118 87.2836 47.5107 85.931 48.2683C84.5784 49.0259 83.4552 50.1156 82.6745 51.4278L74.2283 65.6274L57.7148 37.8605C56.9334 36.5484 55.8097 35.4589 54.4567 34.7014C53.1037 33.9439 51.569 33.5451 50.0068 33.5451C48.4446 33.5451 46.9099 33.9439 45.5569 34.7014C44.2039 35.4589 43.0803 36.5484 42.2989 37.8605L1.1947 106.924C0.41273 108.236 0.000680577 109.725 8.42355e-07 111.24C-0.000678893 112.755 0.410035 114.244 1.19083 115.557C1.97163 116.869 3.09498 117.959 4.44789 118.717C5.80081 119.475 7.33558 119.874 8.89785 119.873H39.7727C52.0057 119.873 61.0271 114.661 67.2346 104.493L82.3054 79.1761L90.3776 65.6274L114.604 106.325H82.3054L74.2283 119.873ZM39.2694 106.311L17.7227 106.306L50.0212 52.0462L66.1369 79.1761L55.3468 97.3092C51.2244 103.907 46.5411 106.311 39.2694 106.311Z"
149
fill="#00DC82"
@@ -58,12 +53,7 @@
5853
el.innerHTML = '⚠️ No token found, please double check your URL.'
5954
el.style.color = '#df513f'
6055
} else {
61-
fetch(
62-
`${location.pathname
63-
.split(/\//g)
64-
.slice(0, -1)
65-
.join('/')}/auth-verify?token=${token}`,
66-
)
56+
fetch(`${location.pathname.split(/\//g).slice(0, -1).join('/')}/auth-verify?token=${token}`)
6757
.then(async (r) => {
6858
if (r.status !== 200) throw new Error(await r.text())
6959

playgrounds/empty/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"preview": "nuxt preview"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^22.0.0",
20+
"@types/node": "^22.2.0",
2121
"nuxt": "^3.12.4"
2222
}
2323
}

playgrounds/module-starter/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
"sirv": "^2.0.4"
2828
},
2929
"devDependencies": {
30-
"@iconify-json/carbon": "^1.1.36",
30+
"@iconify-json/carbon": "^1.1.37",
3131
"@nuxt/devtools": "workspace:*",
3232
"@nuxt/devtools-ui-kit": "workspace:*",
3333
"@nuxt/module-builder": "~0.6.0",
3434
"@nuxt/schema": "^3.12.4",
35-
"@nuxt/test-utils": "^3.14.0",
36-
"eslint": "^9.8.0",
35+
"@nuxt/test-utils": "^3.14.1",
36+
"eslint": "^9.9.0",
3737
"nuxt": "^3.12.4",
38-
"vitest": "^2.0.4"
38+
"vitest": "^2.0.5"
3939
}
4040
}

playgrounds/tab-pinia/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"test": "cypress run"
99
},
1010
"dependencies": {
11-
"@pinia/nuxt": "^0.5.2",
12-
"@vueuse/core": "^10.11.0",
13-
"pinia": "^2.2.0"
11+
"@pinia/nuxt": "^0.5.3",
12+
"@vueuse/core": "^10.11.1",
13+
"pinia": "^2.2.1"
1414
},
1515
"devDependencies": {
1616
"@exampledev/new.css": "^1.1.3",
17-
"cypress": "^13.13.1",
17+
"cypress": "^13.13.2",
1818
"nuxt": "^3.12.4"
1919
}
2020
}

playgrounds/tab-seo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "nuxt preview"
99
},
1010
"devDependencies": {
11-
"@types/node": "^22.0.0",
11+
"@types/node": "^22.2.0",
1212
"nuxt": "^3.12.4"
1313
}
1414
}

playgrounds/tab-server-route/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "nuxt preview"
99
},
1010
"devDependencies": {
11-
"@types/node": "^22.0.0",
11+
"@types/node": "^22.2.0",
1212
"nuxt": "^3.12.4"
1313
}
1414
}

playgrounds/tab-timeline/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"devDependencies": {
1111
"@nuxt/devtools": "workspace:^",
12-
"@types/node": "^22.0.0",
12+
"@types/node": "^22.2.0",
1313
"nuxt": "^3.12.4"
1414
}
1515
}

0 commit comments

Comments
 (0)