Skip to content

Commit d16cafc

Browse files
committedAug 26, 2024
fix: devtools-kit re-export
1 parent ac28792 commit d16cafc

File tree

11 files changed

+546
-630
lines changed

11 files changed

+546
-630
lines changed
 

‎docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@nuxt/ui-pro": "^1.4.1",
1818
"@nuxthq/studio": "^2.0.3",
1919
"@nuxtjs/plausible": "^1.0.2",
20-
"@vueuse/core": "^11.0.1",
21-
"@vueuse/nuxt": "^11.0.1",
20+
"@vueuse/core": "^11.0.3",
21+
"@vueuse/nuxt": "^11.0.3",
2222
"nuxt": "^3.13.0",
2323
"nuxt-og-image": "^3.0.0-rc.65"
2424
},

‎docs/pnpm-lock.yaml

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

‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "1.4.0",
55
"private": true,
6-
"packageManager": "pnpm@9.8.0",
6+
"packageManager": "pnpm@9.9.0",
77
"repository": {
88
"type": "git",
99
"url": "git+https://github.com/nuxt/devtools.git"
@@ -23,7 +23,7 @@
2323
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
2424
},
2525
"devDependencies": {
26-
"@antfu/eslint-config": "^2.27.0",
26+
"@antfu/eslint-config": "^2.27.2",
2727
"@antfu/ni": "^0.22.4",
2828
"@nuxt/devtools": "workspace:*",
2929
"@nuxt/devtools-ui-kit": "workspace:*",
@@ -33,10 +33,10 @@
3333
"@types/node": "^22.5.0",
3434
"@types/which": "^3.0.4",
3535
"@types/ws": "^8.5.12",
36-
"@unocss/eslint-config": "^0.62.2",
36+
"@unocss/eslint-config": "^0.62.3",
3737
"bumpp": "^9.5.2",
3838
"conventional-changelog-cli": "^5.0.0",
39-
"eslint": "^9.9.0",
39+
"eslint": "^9.9.1",
4040
"eslint-plugin-format": "^0.1.2",
4141
"esno": "^4.7.0",
4242
"execa": "^7.2.0",
@@ -48,7 +48,7 @@
4848
"tiged": "^2.12.7",
4949
"typescript": "^5.5.4",
5050
"ua-parser-js": "^1.0.38",
51-
"unocss": "^0.62.2",
51+
"unocss": "^0.62.3",
5252
"vite-hot-client": "^0.2.3",
5353
"vue": "^3.4.38",
5454
"vue-tsc": "^2.0.29"

‎packages/devtools-kit/host-client.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './dist/runtime/host-client.js'
1+
export * from './dist/runtime/host-client.mjs'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './dist/runtime/iframe-client.js'
1+
export * from './dist/runtime/iframe-client.mjs'

‎packages/devtools-kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"error-stack-parser-es": "^0.1.5",
5757
"hookable": "^5.5.3",
5858
"unbuild": "^2.0.0",
59-
"unimport": "^3.11.0",
59+
"unimport": "^3.11.1",
6060
"vite-plugin-vue-inspector": "^5.1.3",
6161
"vue-router": "^4.4.3"
6262
}

‎packages/devtools-ui-kit/package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@
4444
"@iconify-json/tabler": "^1.1.120",
4545
"@nuxt/devtools-kit": "workspace:*",
4646
"@nuxt/kit": "^3.13.0",
47-
"@unocss/core": "^0.62.2",
48-
"@unocss/nuxt": "^0.62.2",
49-
"@unocss/preset-attributify": "^0.62.2",
50-
"@unocss/preset-icons": "^0.62.2",
51-
"@unocss/preset-mini": "^0.62.2",
52-
"@unocss/reset": "^0.62.2",
53-
"@vueuse/core": "^11.0.1",
54-
"@vueuse/integrations": "^11.0.1",
55-
"@vueuse/nuxt": "^11.0.1",
47+
"@unocss/core": "^0.62.3",
48+
"@unocss/nuxt": "^0.62.3",
49+
"@unocss/preset-attributify": "^0.62.3",
50+
"@unocss/preset-icons": "^0.62.3",
51+
"@unocss/preset-mini": "^0.62.3",
52+
"@unocss/reset": "^0.62.3",
53+
"@vueuse/core": "^11.0.3",
54+
"@vueuse/integrations": "^11.0.3",
55+
"@vueuse/nuxt": "^11.0.3",
5656
"defu": "^6.1.4",
5757
"focus-trap": "^7.5.4",
5858
"splitpanes": "^3.1.5",
59-
"unocss": "^0.62.2",
59+
"unocss": "^0.62.3",
6060
"v-lazy-show": "^0.2.4"
6161
},
6262
"devDependencies": {

‎packages/devtools/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"launch-editor": "^2.8.1",
6464
"local-pkg": "^0.5.0",
6565
"magicast": "^0.3.4",
66-
"nypm": "^0.3.9",
66+
"nypm": "^0.3.11",
6767
"ohash": "^1.1.3",
6868
"pathe": "^1.1.2",
6969
"perfect-debounce": "^1.0.0",
@@ -74,7 +74,7 @@
7474
"simple-git": "^3.25.0",
7575
"sirv": "^2.0.4",
7676
"tinyglobby": "^0.2.5",
77-
"unimport": "^3.11.0",
77+
"unimport": "^3.11.1",
7878
"vite-plugin-inspect": "^0.8.7",
7979
"vite-plugin-vue-inspector": "^5.1.3",
8080
"which": "^3.0.1",
@@ -93,13 +93,13 @@
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.62.2",
97-
"@unocss/preset-icons": "^0.62.2",
98-
"@unocss/preset-uno": "^0.62.2",
99-
"@unocss/runtime": "^0.62.2",
96+
"@unocss/nuxt": "^0.62.3",
97+
"@unocss/preset-icons": "^0.62.3",
98+
"@unocss/preset-uno": "^0.62.3",
99+
"@unocss/runtime": "^0.62.3",
100100
"@vitest/ui": "^2.0.5",
101101
"@vue/devtools-applet": "7.3.3",
102-
"@vueuse/nuxt": "^11.0.1",
102+
"@vueuse/nuxt": "^11.0.3",
103103
"@xterm/addon-fit": "^0.10.0",
104104
"@xterm/xterm": "^5.5.0",
105105
"esno": "^4.7.0",
@@ -116,7 +116,7 @@
116116
"shiki": "^1.14.1",
117117
"theme-vitesse": "^0.8.3",
118118
"ua-parser-js": "^1.0.38",
119-
"unocss": "^0.62.2",
119+
"unocss": "^0.62.3",
120120
"unplugin-vue-markdown": "^0.26.2",
121121
"vanilla-jsoneditor": "^0.23.8",
122122
"vis-data": "^7.1.9",

‎playgrounds/module-starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@nuxt/module-builder": "^0.8.3",
3434
"@nuxt/schema": "^3.13.0",
3535
"@nuxt/test-utils": "^3.14.1",
36-
"eslint": "^9.9.0",
36+
"eslint": "^9.9.1",
3737
"nuxt": "^3.13.0",
3838
"vitest": "^2.0.5"
3939
}

‎playgrounds/tab-pinia/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@pinia/nuxt": "^0.5.4",
12-
"@vueuse/core": "^11.0.1",
12+
"@vueuse/core": "^11.0.3",
1313
"pinia": "^2.2.2"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.