From 3686b5e81c2006ed59e5a35aa7272256aad8e9dd Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 19 Sep 2024 17:40:33 +0800 Subject: [PATCH] chore(deps): update --- package.json | 15 +- packages/cli/.best-shot/config.mjs | 2 +- packages/cli/package.json | 2 +- packages/npm/package.json | 2 +- packages/sample/.best-shot/config.mjs | 2 +- packages/sample/lib/lib/pdf.mjs | 10 +- packages/sample/lib/lib/picker.mjs | 2 +- packages/sample/package.json | 10 +- pnpm-lock.yaml | 572 +++++++++++++------------- 9 files changed, 317 insertions(+), 300 deletions(-) diff --git a/package.json b/package.json index cc05a6e..1fca804 100644 --- a/package.json +++ b/package.json @@ -25,17 +25,20 @@ "workspaces": [ "packages/*" ], + "dependencies": { + "playwright-core": "^1.47.1" + }, "devDependencies": { - "@nice-move/cli": "^0.11.14", - "@nice-move/eslint-config-base": "^0.11.13", + "@nice-move/cli": "^0.11.15", + "@nice-move/eslint-config-base": "^0.11.21", "@nice-move/prettier-config": "^0.12.5", - "@nice-move/syncpack-config": "^0.2.6", + "@nice-move/syncpack-config": "^0.2.8", "@nice-move/tsconfig": "^0.2.5", - "best-shot": "0.7.2", - "eslint": "^8.57.0", + "best-shot": "0.7.4", + "eslint": "^8.57.1", "garou": "^0.7.8", "prettier": "^3.3.3", - "syncpack": "^12.4.0", + "syncpack": "^13.0.0", "typescript": "~5.5.4" }, "peerDependencies": { diff --git a/packages/cli/.best-shot/config.mjs b/packages/cli/.best-shot/config.mjs index a491933..8859af2 100644 --- a/packages/cli/.best-shot/config.mjs +++ b/packages/cli/.best-shot/config.mjs @@ -1,5 +1,5 @@ export const config = { - target: 'node16', + target: 'node18', output: { path: 'dist', module: true, diff --git a/packages/cli/package.json b/packages/cli/package.json index 6a1d5b3..6937358 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@bring-it/cli", - "version": "0.9.8", + "version": "0.9.9", "description": "Common command line interface of 'bring-it'", "license": "MIT", "author": { diff --git a/packages/npm/package.json b/packages/npm/package.json index 60ea964..26d4f19 100644 --- a/packages/npm/package.json +++ b/packages/npm/package.json @@ -41,7 +41,7 @@ "prepublishOnly": "pnpm run build" }, "devDependencies": { - "execa": "^9.3.1", + "execa": "^9.4.0", "ini": "^4.1.3", "is-url": "^1.2.4", "semver": "^7.6.3", diff --git a/packages/sample/.best-shot/config.mjs b/packages/sample/.best-shot/config.mjs index ba95246..4d8487c 100644 --- a/packages/sample/.best-shot/config.mjs +++ b/packages/sample/.best-shot/config.mjs @@ -1,5 +1,5 @@ export const config = { - target: 'node16', + target: 'node18', output: { path: 'dist', module: true, diff --git a/packages/sample/lib/lib/pdf.mjs b/packages/sample/lib/lib/pdf.mjs index e18d8aa..c94a6d2 100644 --- a/packages/sample/lib/lib/pdf.mjs +++ b/packages/sample/lib/lib/pdf.mjs @@ -9,11 +9,11 @@ function html([string]) { const style = html`