Skip to content

Commit

Permalink
feat: update @vue/devtools-applet, fix #640
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 28, 2024
1 parent 4e5d603 commit cbb711d
Show file tree
Hide file tree
Showing 6 changed files with 484 additions and 335 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/fonts": "^0.5.1",
"@nuxt/image": "1.4.0",
"@nuxt/ui-pro": "^1.0.2",
"@nuxt/ui-pro": "^1.1.0",
"@nuxthq/studio": "^1.0.13",
"@nuxtjs/plausible": "^0.2.4",
"@vueuse/core": "^10.9.0",
Expand Down
14 changes: 7 additions & 7 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.9.0",
"@antfu/eslint-config": "^2.11.4",
"@antfu/ni": "^0.21.12",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
Expand All @@ -34,7 +34,7 @@
"@types/pacote": "^11.1.8",
"@types/which": "^3.0.3",
"@types/ws": "^8.5.10",
"@unocss/eslint-config": "^0.58.6",
"@unocss/eslint-config": "^0.58.7",
"bumpp": "^9.4.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^8.57.0",
Expand All @@ -50,7 +50,7 @@
"tiged": "^2.12.7",
"typescript": "^5.4.3",
"ua-parser-js": "^1.0.37",
"unocss": "^0.58.6",
"unocss": "^0.58.7",
"vite-hot-client": "^0.2.3",
"vue": "^3.4.21",
"vue-tsc": "^2.0.7"
Expand Down
14 changes: 7 additions & 7 deletions packages/devtools-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
"@nuxt/devtools-kit": "workspace:*",
"@nuxt/kit": "^3.11.1",
"@nuxtjs/color-mode": "^3.3.3",
"@unocss/core": "^0.58.6",
"@unocss/nuxt": "^0.58.6",
"@unocss/preset-attributify": "^0.58.6",
"@unocss/preset-icons": "^0.58.6",
"@unocss/preset-mini": "^0.58.6",
"@unocss/reset": "^0.58.6",
"@unocss/core": "^0.58.7",
"@unocss/nuxt": "^0.58.7",
"@unocss/preset-attributify": "^0.58.7",
"@unocss/preset-icons": "^0.58.7",
"@unocss/preset-mini": "^0.58.7",
"@unocss/reset": "^0.58.7",
"@vueuse/core": "^10.9.0",
"@vueuse/integrations": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"defu": "^6.1.4",
"focus-trap": "^7.5.4",
"splitpanes": "^3.1.5",
"unocss": "^0.58.6",
"unocss": "^0.58.7",
"v-lazy-show": "^0.2.4"
},
"devDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
"@nuxt/devtools-kit": "workspace:*",
"@nuxt/devtools-wizard": "workspace:*",
"@nuxt/kit": "^3.11.1",
"@vue/devtools-applet": "^7.0.22",
"@vue/devtools-core": "^7.0.22",
"@vue/devtools-kit": "^7.0.22",
"@vue/devtools-applet": "^7.0.25",
"@vue/devtools-core": "^7.0.25",
"@vue/devtools-kit": "^7.0.25",
"birpc": "^0.2.17",
"consola": "^3.2.3",
"cronstrue": "^2.48.0",
Expand Down Expand Up @@ -96,10 +96,10 @@
"@parcel/watcher": "^2.4.1",
"@types/markdown-it-link-attributes": "^3.0.4",
"@types/ua-parser-js": "^0.7.39",
"@unocss/nuxt": "^0.58.6",
"@unocss/preset-icons": "^0.58.6",
"@unocss/preset-uno": "^0.58.6",
"@unocss/runtime": "^0.58.6",
"@unocss/nuxt": "^0.58.7",
"@unocss/preset-icons": "^0.58.7",
"@unocss/preset-uno": "^0.58.7",
"@unocss/runtime": "^0.58.7",
"@vitest/ui": "^1.4.0",
"@vueuse/nuxt": "^10.9.0",
"esno": "^4.7.0",
Expand All @@ -113,10 +113,10 @@
"nuxt": "^3.11.1",
"ofetch": "^1.3.4",
"quicktype-core": "^23.0.107",
"shiki": "^1.2.0",
"shiki": "^1.2.1",
"theme-vitesse": "^0.7.7",
"ua-parser-js": "^1.0.37",
"unocss": "^0.58.6",
"unocss": "^0.58.7",
"unplugin-vue-markdown": "^0.26.0",
"vanilla-jsoneditor": "^0.23.0",
"vis-data": "^7.1.9",
Expand Down

0 comments on commit cbb711d

Please sign in to comment.