Skip to content

Commit

Permalink
chore: release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Oct 4, 2023
1 parent 7426955 commit 70f04c7
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 36 deletions.
8 changes: 4 additions & 4 deletions integrations/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlighthouse/nuxt",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Nuxt module for Unlighthouse",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,14 +41,14 @@
},
"dependencies": {
"@harlanzw/nuxt-kit-extras": "^0.3.1",
"@nuxt/kit": "^3.6.5",
"@nuxt/kit": "^3.7.4",
"@unlighthouse/core": "workspace:*",
"@unlighthouse/server": "workspace:*",
"@unlighthouse/vite": "workspace:*",
"@unlighthouse/webpack": "workspace:*"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0",
"nuxt": "^3.6.5"
"@nuxt/module-builder": "^0.5.2",
"nuxt": "^3.7.4"
}
}
4 changes: 2 additions & 2 deletions integrations/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unlighthouse/vite",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Vite plugin for Unlighthouse",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,6 +41,6 @@
"@unlighthouse/server": "workspace:*"
},
"devDependencies": {
"vite": "^4.4.6"
"vite": "^4.4.9"
}
}
8 changes: 4 additions & 4 deletions integrations/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/webpack",
"version": "0.10.0",
"version": "0.10.1",
"description": "Webpack plugin for Unlighthouse",
"author": "Harlan Wilton <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -43,11 +43,11 @@
"@unlighthouse/server": "workspace:*",
"defu": "^6.1.2",
"lodash-es": "^4.17.21",
"unplugin": "^1.4.0"
"unplugin": "^1.5.0"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/webpack": "^5.28.1",
"@types/express": "^4.17.18",
"@types/webpack": "^5.28.3",
"webpack": "^5.88.2"
}
}
22 changes: 9 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@unlighthouse/monorepo",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"packageManager": "pnpm@8.6.7",
"packageManager": "pnpm@8.8.0",
"license": "MIT",
"scripts": {
"cli": "node packages/cli/dist/cli.mjs",
Expand Down Expand Up @@ -31,18 +31,14 @@
"docs:build": "npm -C docs run build",
"docs:serve": "npm -C docs run serve"
},
"dependencies": {
"unbuild": "^1.2.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@types/node": "^20.4.2",
"@vitest/ui": "^0.33.0",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"typescript": "^5.1.6",
"vite": "^4.4.5",
"vitest": "^0.33.0"
"unbuild": "^2.0.0",
"@antfu/eslint-config": "1.0.0-beta.18",
"bumpp": "^9.2.0",
"eslint": "^8.50.0",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.6"
},
"pnpm": {
"packageExtensions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/cli",
"version": "0.10.0",
"version": "0.10.1",
"description": "CLI for Unlighthouse",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/client",
"version": "0.10.0",
"version": "0.10.1",
"description": "UI Client for Unlighthouse.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/core",
"version": "0.10.0",
"version": "0.10.1",
"description": "Scan your entire website with Google Lighthouse.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down Expand Up @@ -52,11 +52,11 @@
"@unrouted/plugins": "0.5.0",
"@unrouted/preset-api": "0.5.0",
"@unrouted/preset-node": "0.5.0",
"axios": "1.4.0",
"axios": "1.5.1",
"boxen": "^7.1.1",
"chalk": "^4.1.2",
"cheerio": "1.0.0-rc.12",
"chrome-launcher": "^1.0.0",
"chrome-launcher": "^1.1.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"execa": "^7.1.1",
Expand All @@ -72,21 +72,21 @@
"ofetch": "^1.1.1",
"pathe": "^1.1.1",
"puppeteer-cluster": "^0.23.0",
"puppeteer-core": "^20.9.0",
"puppeteer-core": "^21.3.6",
"regexparam": "^2.0.1",
"sanitize-filename": "^1.6.3",
"sitemapper": "^3.2.6",
"slugify": "^1.6.6",
"ufo": "^1.1.2",
"unconfig": "^0.3.9",
"unconfig": "^0.3.11",
"unctx": "^2.3.1",
"wrap-ansi": "^8.1.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/lodash-es": "^4.17.8",
"@types/node": "^20.4.2",
"@types/node": "^20.8.2",
"@types/object-hash": "^3.0.2",
"@types/ws": "^8.5.5",
"lodash-es": "^4.17.21"
Expand Down
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlighthouse/server",
"version": "0.10.0",
"version": "0.10.1",
"description": "Server for Unlighthouse",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down Expand Up @@ -37,6 +37,6 @@
"dependencies": {
"@unlighthouse/core": "workspace:../core",
"h3": "^1.7.1",
"listhen": "1.1.2"
"listhen": "1.5.5"
}
}
4 changes: 2 additions & 2 deletions packages/unlighthouse-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unlighthouse-puppeteer",
"version": "0.10.0",
"version": "0.10.1",
"description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down Expand Up @@ -55,6 +55,6 @@
"@unlighthouse/cli": "workspace:../cli",
"@unlighthouse/client": "workspace:../client",
"@unlighthouse/core": "workspace:../core",
"puppeteer": "^20.8.0"
"puppeteer": "^21.3.6"
}
}
2 changes: 1 addition & 1 deletion packages/unlighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unlighthouse",
"version": "0.10.0",
"version": "0.10.1",
"description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.",
"license": "MIT",
"homepage": "https://github.com/harlan-zw/unlighthouse#readme",
Expand Down

0 comments on commit 70f04c7

Please sign in to comment.