diff --git a/package.json b/package.json index 9444cf4..889b1ea 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@recodive/eslint-config": "^1.2.0", "@rushstack/eslint-patch": "^1.2.0", "eslint": "^8.35.0", - "prettier": "^2.8.4" + "prettier": "^3.0.0" }, "packageManager": "pnpm@8.6.12" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b327666..9a676aa 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.1' +lockfileVersion: '6.0' settings: autoInstallPeers: true @@ -21,8 +21,8 @@ importers: specifier: ^8.35.0 version: 8.35.0 prettier: - specifier: ^2.8.4 - version: 2.8.4 + specifier: ^3.0.0 + version: 3.0.0 apps/statuspage: dependencies: @@ -2408,9 +2408,9 @@ packages: engines: {node: '>=4'} dev: true - /prettier@2.8.4: - resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} - engines: {node: '>=10.13.0'} + /prettier@3.0.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + engines: {node: '>=14'} hasBin: true dev: true