Update dependency prettier to v3 (#175)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/174/head
renovate[bot] 12 months ago committed by GitHub
parent 659b947f65
commit 7af962226a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -68,7 +68,7 @@
"eslint-plugin-react": "^7.37.3",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"typescript": "^4.9.5",
"typescript-eslint": "^8.18.2"
},

@ -107,8 +107,8 @@ devDependencies:
specifier: ^10.5.4
version: 10.5.4
prettier:
specifier: ^2.8.8
version: 2.8.8
specifier: ^3.0.0
version: 3.4.2
typescript:
specifier: ^4.9.5
version: 4.9.5
@ -3825,9 +3825,9 @@ packages:
engines: {node: '>= 0.8.0'}
dev: true
/prettier@2.8.8:
resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==}
engines: {node: '>=10.13.0'}
/prettier@3.4.2:
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
engines: {node: '>=14'}
hasBin: true
dev: true

Loading…
Cancel
Save