Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 30, 2024
1 parent 7e973ba commit c37ac3c
Show file tree
Hide file tree
Showing 11 changed files with 8,401 additions and 6,428 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/simple-icons": "^1.1.101",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.0.8",
"@nuxt/fonts": "^0.6.1",
Expand All @@ -20,6 +20,6 @@
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"nuxt": "^3.11.2",
"nuxt-og-image": "^3.0.0-rc.52"
"nuxt-og-image": "^3.0.0-rc.53"
}
}
13,039 changes: 7,094 additions & 5,945 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "1.2.0",
"private": true,
"packageManager": "pnpm@9.0.4",
"packageManager": "pnpm@9.0.6",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/devtools.git"
Expand All @@ -23,21 +23,21 @@
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@antfu/eslint-config": "^2.16.1",
"@antfu/ni": "^0.21.12",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@types/markdown-it": "^14.0.1",
"@types/node": "^20.12.7",
"@types/pacote": "^11.1.8",
"@types/which": "^3.0.3",
"@types/ws": "^8.5.10",
"@unocss/eslint-config": "^0.59.4",
"bumpp": "^9.4.0",
"bumpp": "^9.4.1",
"conventional-changelog-cli": "^4.1.0",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"eslint-plugin-format": "^0.1.1",
"esno": "^4.7.0",
"execa": "^7.2.0",
Expand All @@ -46,14 +46,14 @@
"nuxt": "^3.11.2",
"pathe": "^1.1.2",
"simple-git-hooks": "^2.11.1",
"taze": "^0.13.6",
"taze": "^0.13.7",
"tiged": "^2.12.7",
"typescript": "^5.4.5",
"ua-parser-js": "^1.0.37",
"unocss": "^0.59.4",
"vite-hot-client": "^0.2.3",
"vue": "^3.4.23",
"vue-tsc": "^2.0.13"
"vue": "^3.4.26",
"vue-tsc": "^2.0.15"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
Expand Down
4 changes: 2 additions & 2 deletions packages/devtools-ui-kit/package.json
Expand Up @@ -38,13 +38,13 @@
"@nuxt/devtools": "workspace:*"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/tabler": "^1.1.110",
"@nuxt/devtools-kit": "workspace:*",
"@nuxt/kit": "^3.11.2",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/color-mode": "^3.4.1",
"@unocss/core": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@unocss/preset-attributify": "^0.59.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools-wizard/package.json
Expand Up @@ -37,7 +37,7 @@
"semver": "^7.6.0"
},
"devDependencies": {
"@types/diff": "^5.0.9",
"@types/diff": "^5.2.0",
"@types/prompts": "^2.4.9",
"unbuild": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/components/ServerRouteDetails.vue
Expand Up @@ -68,7 +68,7 @@ const routeInputs = reactive({
body: [{ active: true, key: '', value: '', type: 'string' }] as ServerRouteInput[],
headers: [{ active: true, key: 'Content-Type', value: 'application/json', type: 'string' }] as ServerRouteInput[],
})
const routeInputBodyJSON = ref({})
const routeInputBodyJSON = ref<any>({})
const {
inputDefaults,
sendFrom,
Expand Down
2 changes: 1 addition & 1 deletion packages/devtools/client/components/ServerTaskDetails.vue
Expand Up @@ -12,7 +12,7 @@ const emit = defineEmits<{
(event: 'open-default-input'): void
}>()
const routeInputBodyJSON = ref({ payload: {} })
const routeInputBodyJSON = ref<any>({ payload: {} })
const { inputDefaults } = useDevToolsOptions('serverRoutes')
const [DefineDefaultInputs, UseDefaultInputs] = createReusableTemplate()
Expand Down
26 changes: 13 additions & 13 deletions packages/devtools/package.json
Expand Up @@ -47,9 +47,9 @@
"@nuxt/devtools-kit": "workspace:*",
"@nuxt/devtools-wizard": "workspace:*",
"@nuxt/kit": "^3.11.2",
"@vue/devtools-applet": "^7.0.27",
"@vue/devtools-core": "^7.0.27",
"@vue/devtools-kit": "^7.0.27",
"@vue/devtools-applet": "^7.1.3",
"@vue/devtools-core": "^7.1.3",
"@vue/devtools-kit": "^7.1.3",
"birpc": "^0.2.17",
"consola": "^3.2.3",
"cronstrue": "^2.49.0",
Expand All @@ -67,7 +67,7 @@
"magicast": "^0.3.4",
"nypm": "^0.3.8",
"ohash": "^1.1.3",
"pacote": "^18.0.0",
"pacote": "^18.0.2",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"pkg-types": "^1.1.0",
Expand All @@ -77,30 +77,30 @@
"simple-git": "^3.24.0",
"sirv": "^2.0.4",
"unimport": "^3.7.1",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-vue-inspector": "^4.0.2",
"which": "^3.0.1",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"devDependencies": {
"@iconify-json/bxl": "^1.1.10",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/ri": "^1.1.20",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/simple-icons": "^1.1.101",
"@iconify-json/tabler": "^1.1.110",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "workspace:*",
"@nuxt/test-utils": "3.9.0",
"@nuxtjs/color-mode": "^3.4.0",
"@nuxtjs/color-mode": "^3.4.1",
"@parcel/watcher": "^2.4.1",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/ua-parser-js": "^0.7.39",
"@unocss/nuxt": "^0.59.4",
"@unocss/preset-icons": "^0.59.4",
"@unocss/preset-uno": "^0.59.4",
"@unocss/runtime": "^0.59.4",
"@vitest/ui": "^1.5.0",
"@vitest/ui": "^1.5.3",
"@vueuse/nuxt": "^10.9.0",
"esno": "^4.7.0",
"floating-vue": "5.0.2",
Expand All @@ -112,16 +112,16 @@
"nitropack": "^2.9.6",
"nuxt": "^3.11.2",
"ofetch": "^1.3.4",
"quicktype-core": "^23.0.147",
"shiki": "^1.3.0",
"quicktype-core": "^23.0.158",
"shiki": "^1.4.0",
"theme-vitesse": "^0.7.9",
"ua-parser-js": "^1.0.37",
"unocss": "^0.59.4",
"unplugin-vue-markdown": "^0.26.2",
"vanilla-jsoneditor": "^0.23.2",
"vis-data": "^7.1.9",
"vis-network": "^9.1.9",
"vue-tsc": "^2.0.13",
"vue-tsc": "^2.0.15",
"vue-virtual-scroller": "2.0.0-beta.8",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0"
Expand Down
6 changes: 3 additions & 3 deletions playgrounds/module-starter/package.json
Expand Up @@ -27,14 +27,14 @@
"sirv": "^2.0.4"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/carbon": "^1.1.32",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.1",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"nuxt": "^3.11.2",
"vitest": "^1.5.0"
"vitest": "^1.5.3"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-pinia/package.json
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@exampledev/new.css": "^1.1.3",
"cypress": "^13.8.0",
"cypress": "^13.8.1",
"nuxt": "^3.11.2"
}
}

0 comments on commit c37ac3c

Please sign in to comment.