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 Jul 15, 2024
1 parent ac305f7 commit dc00727
Show file tree
Hide file tree
Showing 9 changed files with 2,882 additions and 3,835 deletions.
29 changes: 27 additions & 2 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineNuxtConfig({
'nuxt-lego',
'@nuxt/ui-pro',
],

modules: [
'@nuxt/ui',
'@vueuse/nuxt',
Expand All @@ -13,36 +14,55 @@ export default defineNuxtConfig({
'nuxt-icon',
'@nuxtjs/seo',
],

site: {
url: 'https://unlighthouse.dev',
name: 'Unlighthouse',
description: 'Like Google Lighthouse, but it scans every single page.',
titleSeparator: '·',
},

runtimeConfig: {
public: {
version,
},
},

linkChecker: {
enabled: false,
},

content: {
highlight: {
theme: {
light: 'github-light',
default: 'github-light',
dark: 'material-theme-palenight',
},
langs: [
'js',
'ts',
'vue',
'css',
'scss',
'sass',
'html',
'bash',
'md',
'mdc',
'json',
],
},
},

devtools: {
enabled: true,
},

ui: {
global: true,
icons: ['heroicons', 'simple-icons', 'ph', 'noto', 'carbon', 'logos'],
},

sitemap: {
strictNuxtContentPaths: true,
xslColumns: [
Expand All @@ -52,9 +72,11 @@ export default defineNuxtConfig({
{ label: 'Change Frequency', select: 'sitemap:changefreq', width: '12.5%' },
],
},

css: [
'~/css/scrollbars.css',
],

app: {
pageTransition: {
name: 'page',
Expand Down Expand Up @@ -88,11 +110,14 @@ export default defineNuxtConfig({
],
},
},

nitro: {
prerender: {
crawlLinks: true,
failOnError: false,
routes: ['/'],
},
},
})

compatibilityDate: '2024-07-15',
})
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "unlighthouse-docs",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.5.0",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi build",
"preview": "nuxi preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.35",
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/heroicons": "^1.1.22",
"@iconify-json/logos": "^1.1.43",
"@iconify-json/noto": "^1.1.18",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.105",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "1.3.2",
"@nuxt/ui": "^2.16.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxtjs/seo": "^2.0.0-rc.10",
"@iconify-json/simple-icons": "^1.1.109",
"@nuxt/content": "^2.13.1",
"@nuxt/devtools": "1.3.9",
"@nuxt/ui": "^2.17.0",
"@nuxt/ui-pro": "^1.3.1",
"@nuxtjs/seo": "2.0.0-rc.12",
"@vueuse/nuxt": "^10.11.0",
"nuxt": "^3.12.1",
"nuxt": "^3.12.3",
"nuxt-icon": "^0.6.10",
"nuxt-lego": "^0.0.14",
"nuxt-lodash": "^2.5.3",
"three": "0.138.3",
"troisjs": "^0.3.4",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
4,971 changes: 1,927 additions & 3,044 deletions docs/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.13.1",
"private": true,
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.5.0",
"license": "MIT",
"scripts": {
"cli": "JITI_ESM_RESOLVE=1 node packages/cli/dist/cli.mjs",
Expand All @@ -24,11 +24,11 @@
"devDependencies": {
"@antfu/eslint-config": "2.19.0",
"bumpp": "^9.4.1",
"eslint": "^9.4.0",
"eslint": "^9.7.0",
"typescript": "5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.2.13",
"vitest": "^1.6.0"
"vite": "^5.3.3",
"vitest": "^2.0.2"
},
"pnpm": {
"packageExtensions": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@lhci/utils": "^0.13.0",
"@lhci/utils": "^0.14.0",
"@unlighthouse/core": "workspace:../core",
"@unlighthouse/server": "workspace:../server",
"better-opn": "^3.0.2",
"cac": "^6.7.14",
"consola": "^3.2.3",
"defu": "^6.1.4",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"globby": "^14.0.2",
"lodash-es": "^4.17.21",
"pathe": "^1.1.2",
"std-env": "^3.7.0"
Expand Down
16 changes: 8 additions & 8 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"dayjs": "^1.11.11",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"lightweight-charts": "^4.1.5",
"lightweight-charts": "^4.1.7",
"lodash-es": "^4.17.21",
"ufo": "^1.5.3",
"vue": "^3.4.27"
"vue": "^3.4.31"
},
"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.5",
"@types/three": "^0.165.0",
"@types/lodash": "^4.17.6",
"@types/three": "^0.166.0",
"@unlighthouse/core": "workspace:../core",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.4.27",
"@vue/compiler-sfc": "^3.4.31",
"@vueuse/core": "^10.11.0",
"@vueuse/router": "^10.11.0",
"date-fns": "^3.6.0",
"three": "0.138.3",
"troisjs": "^0.3.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"typescript": "^5.5.3",
"unplugin-auto-import": "^0.18.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-components": "^0.27.2",
"vite": "2.9.17",
"vite-plugin-pages": "0.23.0",
"vite-plugin-windicss": "^1.9.3"
Expand Down
20 changes: 10 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,41 +53,41 @@
"@unrouted/preset-api": "^0.6.0",
"@unrouted/preset-node": "^0.6.0",
"axios": "^1.7.2",
"boxen": "^7.1.1",
"boxen": "^8.0.0",
"chalk": "^5.3.0",
"cheerio": "1.0.0-rc.12",
"chrome-launcher": "^1.1.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"h3": "^1.11.1",
"globby": "^14.0.2",
"h3": "^1.12.0",
"hookable": "^5.5.3",
"launch-editor": "^2.6.1",
"lighthouse": "^12.0.0",
"launch-editor": "^2.8.0",
"lighthouse": "^12.1.0",
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"mlly": "^1.7.1",
"object-hash": "^3.0.0",
"ofetch": "^1.3.4",
"pathe": "^1.1.2",
"puppeteer-cluster": "^0.24.0",
"puppeteer-core": "^22.11.0",
"puppeteer-core": "^22.13.0",
"regexparam": "^3.0.0",
"sanitize-filename": "^1.6.3",
"sitemapper": "^3.2.8",
"sitemapper": "^3.2.9",
"slugify": "^1.6.6",
"ufo": "^1.5.3",
"unconfig": "^0.4.4",
"unconfig": "^0.4.5",
"unctx": "^2.3.1",
"wrap-ansi": "^9.0.0",
"ws": "^8.17.0"
"ws": "^8.18.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/object-hash": "^3.0.6",
"@types/ws": "^8.5.10"
"@types/ws": "^8.5.11"
}
}
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@unlighthouse/core": "workspace:../core",
"h3": "^1.11.1",
"h3": "^1.12.0",
"listhen": "^1.7.2"
}
}
Loading

0 comments on commit dc00727

Please sign in to comment.