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 Sep 29, 2024
1 parent df1029a commit 7fea62d
Show file tree
Hide file tree
Showing 7 changed files with 561 additions and 626 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"@iconify-json/logos": "^1.2.0",
"@iconify-json/noto": "^1.2.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "1.3.9",
"@nuxt/ui": "^2.18.5",
"@nuxt/ui-pro": "^1.4.2",
"@nuxt/ui": "^2.18.6",
"@nuxt/ui-pro": "^1.4.3",
"@nuxtjs/seo": "2.0.0-rc.12",
"@vueuse/nuxt": "^11.1.0",
"nuxt": "^3.13.2",
Expand Down
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.13.4",
"private": true,
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"license": "MIT",
"scripts": {
"cli": "JITI_ESM_RESOLVE=1 node packages/cli/dist/cli.mjs",
Expand All @@ -22,12 +22,12 @@
"docs:serve": "npm -C docs run serve"
},
"devDependencies": {
"@antfu/eslint-config": "3.5.0",
"bumpp": "^9.5.2",
"eslint": "^9.10.0",
"@antfu/eslint-config": "3.7.3",
"bumpp": "^9.6.1",
"eslint": "^9.11.1",
"typescript": "5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.3.3",
"vite": "^5.4.8",
"vitest": "^2.1.1"
},
"pnpm": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"stub": "unbuild --stub"
},
"dependencies": {
"@unlighthouse/client": "workspace:*",
"@lhci/utils": "^0.14.0",
"@unlighthouse/client": "workspace:*",
"@unlighthouse/core": "workspace:*",
"@unlighthouse/server": "workspace:*",
"better-opn": "^3.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"lightweight-charts": "^4.2.0",
"lodash-es": "^4.17.21",
"ufo": "^1.5.4",
"vue": "^3.5.6"
"vue": "^3.5.10"
},
"devDependencies": {
"@iconify-json/carbon": "latest",
Expand All @@ -42,11 +42,11 @@
"@iconify-json/mdi": "latest",
"@iconify-json/simple-line-icons": "latest",
"@iconify-json/vscode-icons": "latest",
"@types/lodash": "^4.17.7",
"@types/three": "^0.168.0",
"@types/lodash": "^4.17.9",
"@types/three": "^0.169.0",
"@unlighthouse/core": "workspace:*",
"@vitejs/plugin-vue": "2.3.4",
"@vue/compiler-sfc": "^3.5.6",
"@vue/compiler-sfc": "^3.5.10",
"@vueuse/core": "^11.1.0",
"@vueuse/router": "^11.1.0",
"date-fns": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@
"minimist": "^1.2.8",
"mlly": "^1.7.1",
"object-hash": "^3.0.0",
"ofetch": "^1.3.4",
"ofetch": "^1.4.0",
"pathe": "^1.1.2",
"puppeteer-cluster": "^0.24.0",
"puppeteer-core": "^23.4.0",
"puppeteer-core": "^23.4.1",
"regexparam": "^3.0.0",
"sanitize-filename": "^1.6.3",
"sitemapper": "^3.2.9",
"sitemapper": "^3.2.12",
"slugify": "^1.6.6",
"ufo": "^1.5.4",
"unconfig": "^0.5.5",
"unconfig": "^0.6.0",
"unctx": "^2.3.1",
"wrap-ansi": "^9.0.0",
"ws": "^8.18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"dependencies": {
"@unlighthouse/core": "workspace:*",
"h3": "^1.12.0",
"listhen": "^1.7.2"
"listhen": "^1.8.0"
}
}
Loading

0 comments on commit 7fea62d

Please sign in to comment.