Skip to content

Commit

Permalink
fix: update vue devtools applet
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 26, 2024
1 parent f6c8d6f commit 5163c0d
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 287 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"dependencies": {
"@iconify-json/ph": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.96",
"@iconify-json/simple-icons": "^1.1.97",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/fonts": "^0.4.0",
"@nuxt/fonts": "^0.5.1",
"@nuxt/image": "1.4.0",
"@nuxt/ui-pro": "^1.0.2",
"@nuxthq/studio": "^1.0.13",
Expand Down
22 changes: 13 additions & 9 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.8.3",
"@antfu/eslint-config": "^2.9.0",
"@antfu/ni": "^0.21.12",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
Expand All @@ -45,10 +45,10 @@
"lint-staged": "^15.2.2",
"nuxt": "^3.11.1",
"pathe": "^1.1.2",
"simple-git-hooks": "^2.11.0",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.3",
"tiged": "^2.12.7",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"ua-parser-js": "^1.0.37",
"unocss": "^0.58.6",
"vite-hot-client": "^0.2.3",
Expand Down
12 changes: 6 additions & 6 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.20",
"@vue/devtools-core": "^7.0.20",
"@vue/devtools-kit": "^7.0.20",
"@vue/devtools-applet": "^7.0.22",
"@vue/devtools-core": "^7.0.22",
"@vue/devtools-kit": "^7.0.22",
"birpc": "^0.2.17",
"consola": "^3.2.3",
"cronstrue": "^2.48.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.96",
"@iconify-json/simple-icons": "^1.1.97",
"@iconify-json/tabler": "^1.1.109",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "workspace:*",
Expand All @@ -109,9 +109,9 @@
"markdown-it": "^14.1.0",
"markdown-it-link-attributes": "^4.0.1",
"nanoid": "^5.0.6",
"nitropack": "^2.9.4",
"nitropack": "^2.9.5",
"nuxt": "^3.11.1",
"ofetch": "^1.3.3",
"ofetch": "^1.3.4",
"quicktype-core": "^23.0.107",
"shiki": "^1.2.0",
"theme-vitesse": "^0.7.7",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/tab-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@exampledev/new.css": "^1.1.3",
"cypress": "^13.7.0",
"cypress": "^13.7.1",
"nuxt": "^3.11.1"
}
}
Loading

0 comments on commit 5163c0d

Please sign in to comment.