diff --git a/package.json b/package.json index 062ab6b..44a4016 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gts": "^3.1.1", "jest": "^29.3.1", "npm-run-all": "^4.1.5", - "prettier": "^2.8.2", + "prettier": "^3.0.0", "typescript": "^4.9.4" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03abbee..e4ac40c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,7 +23,7 @@ specifiers: jest: ^29.3.1 next: ^13.1.1 npm-run-all: ^4.1.5 - prettier: ^2.8.2 + prettier: ^3.0.0 react: ^18.2.0 react-dom: ^18.2.0 typescript: ^4.9.4 @@ -55,7 +55,7 @@ devDependencies: gts: 3.1.1_typescript@4.9.4 jest: 29.3.1_@types+node@18.11.18 npm-run-all: 4.1.5 - prettier: 2.8.2 + prettier: 3.0.0 typescript: 4.9.4 packages: @@ -5625,6 +5625,12 @@ packages: hasBin: true dev: true + /prettier/3.0.0: + resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==} + engines: {node: '>=14'} + hasBin: true + dev: true + /pretty-format/29.3.1: resolution: {integrity: sha512-FyLnmb1cYJV8biEIiRyzRFvs2lry7PPIvOqKVe1GCUEYg4YGmlx1qG9EJNMxArYm7piII4qb8UV1Pncq5dxmcg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}