Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 6, 2023
1 parent 761b349 commit f0ecafa
Show file tree
Hide file tree
Showing 11 changed files with 308 additions and 169 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.14.4",
"@nuxt-themes/docus": "^1.14.6",
"@nuxtjs/plausible": "^0.2.1",
"nuxt": "^3.6.5"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.7.4",
"private": true,
"packageManager": "pnpm@8.6.11",
"packageManager": "pnpm@8.6.12",
"scripts": {
"build": "pnpm -r --filter=\"./packages/**/*\" run build",
"stub": "pnpm -r run stub",
Expand All @@ -18,14 +18,14 @@
"prepare": "pnpm -r --filter=\"./packages/*\" run dev:prepare"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.40.0",
"@antfu/ni": "^0.21.5",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.5",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"@types/pacote": "^11.1.5",
"@types/wait-on": "^5.3.1",
"@types/which": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/devtools-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./types": {
"types": "./types.d.ts",
"require": "./dist/types.cjs",
"import": "./dist/types.mjs"
"import": "./dist/types.mjs",
"require": "./dist/types.cjs"
},
"./iframe-client": {
"types": "./iframe-client.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"error-stack-parser-es": "^0.1.0",
"hookable": "^5.5.3",
"unbuild": "^1.2.1",
"unimport": "^3.1.0",
"unimport": "^3.1.3",
"vite-plugin-vue-inspector": "^3.5.0",
"vue-router": "^4.2.4"
}
Expand Down
16 changes: 8 additions & 8 deletions packages/devtools-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"repository": "nuxt/devtools",
"exports": {
".": {
"require": "./module.cjs",
"import": "./dist/module.mjs"
"import": "./dist/module.mjs",
"require": "./module.cjs"
},
"./module": {
"require": "./module.cjs",
"import": "./dist/module.mjs"
"import": "./dist/module.mjs",
"require": "./module.cjs"
},
"./unocss": {
"import": "./dist/unocss.mjs"
Expand All @@ -33,10 +33,10 @@
"@nuxt/devtools": "workspace:*"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/logos": "^1.1.33",
"@iconify-json/ri": "^1.1.11",
"@iconify-json/tabler": "^1.1.86",
"@iconify-json/carbon": "^1.1.19",
"@iconify-json/logos": "^1.1.34",
"@iconify-json/ri": "^1.1.12",
"@iconify-json/tabler": "^1.1.87",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-kit": "workspace:*",
"@nuxt/kit": "^3.6.5",
Expand Down
20 changes: 10 additions & 10 deletions packages/devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"exports": {
".": {
"types": "./dist/module.d.ts",
"require": "./module.cjs",
"import": "./dist/module.mjs"
"import": "./dist/module.mjs",
"require": "./module.cjs"
},
"./types": {
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
"rc9": "^2.1.1",
"semver": "^7.5.4",
"sirv": "^2.0.3",
"unimport": "^3.1.0",
"unimport": "^3.1.3",
"vite-plugin-inspect": "^0.7.35",
"vite-plugin-vue-inspector": "^3.5.0",
"wait-on": "^7.0.1",
Expand All @@ -76,12 +76,12 @@
},
"devDependencies": {
"@antfu/utils": "^0.7.5",
"@iconify-json/bxl": "^1.1.6",
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/logos": "^1.1.33",
"@iconify-json/ri": "^1.1.11",
"@iconify-json/simple-icons": "^1.1.63",
"@iconify-json/tabler": "^1.1.86",
"@iconify-json/bxl": "^1.1.7",
"@iconify-json/carbon": "^1.1.19",
"@iconify-json/logos": "^1.1.34",
"@iconify-json/ri": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.64",
"@iconify-json/tabler": "^1.1.87",
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "workspace:*",
"@nuxtjs/color-mode": "^3.3.0",
Expand All @@ -105,7 +105,7 @@
"nuxt-vitest": "^0.10.2",
"ofetch": "^1.1.1",
"ohash": "^1.1.2",
"quicktype-core": "^23.0.63",
"quicktype-core": "^23.0.64",
"shiki": "^0.14.3",
"shiki-es": "^0.14.0",
"simple-git": "^3.19.1",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"nuxt": "^3.6.5"
}
}
8 changes: 4 additions & 4 deletions playgrounds/module-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"exports": {
".": {
"types": "./dist/types.d.ts",
"require": "./dist/module.cjs",
"import": "./dist/module.mjs"
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
}
},
"scripts": {
Expand All @@ -26,14 +26,14 @@
"sirv": "^2.0.3"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.18",
"@iconify-json/carbon": "^1.1.19",
"@nuxt/devtools": "workspace:*",
"@nuxt/devtools-ui-kit": "workspace:*",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.5",
"@nuxt/test-utils": "^3.6.5",
"eslint": "^8.46.0",
"nuxt": "^3.6.5",
"vitest": "^0.33.0"
"vitest": "^0.34.1"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-seo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"nuxt": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-server-route/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"nuxt": "^3.6.5"
}
}
2 changes: 1 addition & 1 deletion playgrounds/tab-timeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@nuxt/devtools": "workspace:^",
"@types/node": "^20.4.5",
"@types/node": "^20.4.8",
"nuxt": "^3.6.5"
}
}
Loading

0 comments on commit f0ecafa

Please sign in to comment.