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 Nov 21, 2024
1 parent d1450a3 commit 20535e7
Show file tree
Hide file tree
Showing 7 changed files with 896 additions and 848 deletions.
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/noto": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "^2.13.2",
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/noto": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.12",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "1.3.9",
"@nuxt/ui": "^2.18.6",
"@nuxt/ui-pro": "^1.4.3",
"@nuxt/ui": "^2.19.2",
"@nuxt/ui-pro": "^1.5.0",
"@nuxtjs/seo": "2.0.0-rc.12",
"@vueuse/nuxt": "^11.1.0",
"nuxt": "^3.13.2",
"@vueuse/nuxt": "^11.3.0",
"nuxt": "^3.14.1592",
"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.6.2"
"typescript": "^5.6.3"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.14.0",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.14.2",
"license": "MIT",
"scripts": {
"cli": "JITI_ESM_RESOLVE=1 node packages/cli/dist/cli.mjs",
Expand All @@ -22,13 +22,13 @@
"docs:serve": "npm -C docs run serve"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"bumpp": "^9.7.1",
"eslint": "^9.12.0",
"@antfu/eslint-config": "^3.9.2",
"bumpp": "^9.8.1",
"eslint": "^9.15.0",
"typescript": "5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.4.9",
"vitest": "^2.1.3"
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"pnpm": {
"packageExtensions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"globby": "^14.0.2",
"lodash-es": "^4.17.21",
"pathe": "^1.1.2",
"std-env": "^3.7.0"
"std-env": "^3.8.0"
}
}
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"dayjs": "^1.11.13",
"defu": "^6.1.4",
"fuse.js": "^7.0.0",
"lightweight-charts": "^4.2.0",
"lightweight-charts": "^4.2.1",
"lodash-es": "^4.17.21",
"ufo": "^1.5.4",
"vue": "^3.5.10"
"vue": "^3.5.13"
},
"devDependencies": {
"@iconify-json/carbon": "latest",
Expand All @@ -42,19 +42,19 @@
"@iconify-json/mdi": "latest",
"@iconify-json/simple-line-icons": "latest",
"@iconify-json/vscode-icons": "latest",
"@types/lodash": "^4.17.9",
"@types/three": "^0.169.0",
"@types/lodash": "^4.17.13",
"@types/three": "^0.170.0",
"@unlighthouse/core": "workspace:*",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.5.10",
"@vueuse/core": "^11.1.0",
"@vueuse/router": "^11.1.0",
"@vue/compiler-sfc": "^3.5.13",
"@vueuse/core": "^11.3.0",
"@vueuse/router": "^11.3.0",
"date-fns": "^4.1.0",
"three": "0.138.3",
"troisjs": "^0.3.4",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.5",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "2.9.17",
"vite-plugin-pages": "0.23.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}
},
"dependencies": {
"@puppeteer/browsers": "^2.4.0",
"@puppeteer/browsers": "^2.4.1",
"@unrouted/core": "^0.6.0",
"@unrouted/fetch": "^0.6.0",
"@unrouted/plugins": "^0.6.0",
Expand All @@ -56,24 +56,24 @@
"chrome-launcher": "^1.1.2",
"consola": "^3.2.3",
"defu": "^6.1.4",
"execa": "^9.4.0",
"execa": "^9.5.1",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"h3": "^1.12.0",
"h3": "^1.13.0",
"hookable": "^5.5.3",
"launch-editor": "^2.9.1",
"lighthouse": "^12.2.2",
"lodash-es": "^4.17.21",
"minimist": "^1.2.8",
"mlly": "^1.7.1",
"mlly": "^1.7.3",
"object-hash": "^3.0.0",
"ofetch": "^1.4.0",
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
"puppeteer-cluster": "^0.24.0",
"puppeteer-core": "^23.4.1",
"puppeteer-core": "^23.9.0",
"regexparam": "^3.0.0",
"sanitize-filename": "^1.6.3",
"sitemapper": "^3.2.12",
"sitemapper": "^3.2.18",
"slugify": "^1.6.6",
"ufo": "^1.5.4",
"unconfig": "^0.6.0",
Expand All @@ -85,6 +85,6 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/object-hash": "^3.0.6",
"@types/ws": "^8.5.12"
"@types/ws": "^8.5.13"
}
}
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@unlighthouse/core": "workspace:*",
"h3": "^1.12.0",
"listhen": "^1.8.0"
"h3": "^1.13.0",
"listhen": "^1.9.0"
}
}
Loading

0 comments on commit 20535e7

Please sign in to comment.