diff --git a/package.json b/package.json index 474c2b8..27aeb98 100644 --- a/package.json +++ b/package.json @@ -2,15 +2,15 @@ "name": "@nextorders/avatar-monorepo", "version": "1.0.3", "private": true, - "packageManager": "pnpm@10.29.3", + "packageManager": "pnpm@10.34.1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/nextorders/avatar.git" }, "engines": { - "node": ">=24.13.1", - "pnpm": ">=10.29.3" + "node": ">=24.16.0", + "pnpm": ">=10.34.1" }, "scripts": { "build": "pnpm -r run build", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 897d4ae..bfe4e0e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -12,21 +12,21 @@ packages: catalogs: dev: - '@antfu/eslint-config': ^7.4.3 - '@commitlint/cli': ^20.4.1 - '@commitlint/config-conventional': ^20.4.1 + '@antfu/eslint-config': ^7.7.3 + '@commitlint/cli': ^20.5.3 + '@commitlint/config-conventional': ^20.5.3 '@types/json-schema': ^7.0.15 bumpp: ^10.4.1 - eslint: ^9.39.2 + eslint: ^9.39.4 husky: ^9.1.7 - lint-staged: ^16.2.7 + lint-staged: ^16.4.0 typescript: ^5.9.3 unbuild: ^3.6.1 test: - '@vitest/browser-playwright': ^4.0.18 - '@vitest/coverage-v8': ^4.0.18 - playwright: ^1.58.2 - vitest: ^4.0.18 + '@vitest/browser-playwright': ^4.1.7 + '@vitest/coverage-v8': ^4.1.7 + playwright: ^1.60.0 + vitest: ^4.1.7 ignoredBuiltDependencies: - '@parcel/watcher'