Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed May 7, 2024
1 parent aae8fc9 commit 92c0d1a
Show file tree
Hide file tree
Showing 7 changed files with 648 additions and 524 deletions.
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "unlighthouse-docs",
"private": true,
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.1.0",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi build",
"preview": "nuxi preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/carbon": "^1.1.32",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/simple-icons": "^1.1.100",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.101",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.2.0",
"@nuxt/ui": "^2.15.2",
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ defineOgImageScreenshot()
<UPageBody prose class="pb-0">
<ContentRenderer v-if="page.body" :value="page" />
<hr v-if="surround?.length" class="my-8">
<UDocsSurround :surround="surround" />
<UContentSurround :surround="surround" />
</UPageBody>
<template #right>
<UDocsToc :links="page.body?.toc?.links || []">
<UContentToc :links="page.body?.toc?.links || []">
<template #bottom>
<div class="hidden !mt-6 lg:block space-y-6">
<Ads />
Expand All @@ -114,7 +114,7 @@ defineOgImageScreenshot()
<UPageLinks title="Ecosystem" :links="ecosystemLinks" />
</div>
</template>
</UDocsToc>
</UContentToc>
</template>
</UPage>
</div>
Expand Down
433 changes: 269 additions & 164 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.12.0",
"private": true,
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.1.0",
"license": "MIT",
"scripts": {
"cli": "JITI_ESM_RESOLVE=1 node packages/cli/dist/cli.mjs",
Expand All @@ -23,12 +23,12 @@
},
"devDependencies": {
"@antfu/eslint-config": "2.15.0",
"bumpp": "^9.4.0",
"eslint": "^9.1.1",
"bumpp": "^9.4.1",
"eslint": "^9.2.0",
"typescript": "5.4.5",
"unbuild": "^2.0.0",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vite": "^5.2.11",
"vitest": "^1.6.0"
},
"pnpm": {
"packageExtensions": {
Expand Down
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"build": "vite build --mode production"
},
"dependencies": {
"@headlessui/vue": "^1.7.20",
"dayjs": "^1.11.10",
"@headlessui/vue": "^1.7.21",
"dayjs": "^1.11.11",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"lightweight-charts": "^4.1.3",
"lodash-es": "^4.17.21",
"ufo": "^1.5.3",
"vue": "^3.4.24"
"vue": "^3.4.27"
},
"devDependencies": {
"@iconify-json/carbon": "latest",
Expand All @@ -42,20 +42,20 @@
"@iconify-json/mdi": "latest",
"@iconify-json/simple-line-icons": "latest",
"@iconify-json/vscode-icons": "latest",
"@types/lodash": "^4.17.0",
"@types/three": "^0.163.0",
"@types/lodash": "^4.17.1",
"@types/three": "^0.164.0",
"@unlighthouse/core": "workspace:../core",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.4.24",
"@vue/compiler-sfc": "^3.4.27",
"@vueuse/core": "^10.9.0",
"@vueuse/router": "^10.9.0",
"date-fns": "^3.6.0",
"three": "0.138.3",
"troisjs": "^0.3.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"vite": "2.9.17",
"vite-plugin-pages": "0.23.0",
"vite-plugin-windicss": "^1.9.3"
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}
},
"dependencies": {
"@puppeteer/browsers": "^2.2.2",
"@puppeteer/browsers": "^2.2.3",
"@unlighthouse/client": "workspace:../client",
"@unrouted/core": "^0.6.0",
"@unrouted/fetch": "^0.6.0",
Expand All @@ -67,12 +67,12 @@
"lighthouse": "^12.0.0",
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"mlly": "^1.6.1",
"mlly": "^1.7.0",
"object-hash": "^3.0.0",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"puppeteer-cluster": "^0.24.0",
"puppeteer-core": "^22.7.0",
"puppeteer-core": "^22.8.0",
"regexparam": "^3.0.0",
"sanitize-filename": "^1.6.3",
"sitemapper": "^3.2.8",
Expand All @@ -81,7 +81,7 @@
"unconfig": "^0.3.13",
"unctx": "^2.3.1",
"wrap-ansi": "^9.0.0",
"ws": "^8.16.0"
"ws": "^8.17.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
Expand Down
Loading

0 comments on commit 92c0d1a

Please sign in to comment.