chore(deps): update dependency @types/prettier to v3

pull/2712/head
renovate[bot] 2024-03-25 02:01:30 +00:00 zatwierdzone przez GitHub
rodzic 660549b08b
commit 797f69aa03
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -119,7 +119,7 @@
"@types/fnando__sparkline": "^0.3.7",
"@types/fs-extra": "^11.0.4",
"@types/js-yaml": "^4.0.9",
"@types/prettier": "^2.7.3",
"@types/prettier": "^3.0.0",
"@types/wicg-file-system-access": "^2020.9.8",
"@types/ws": "^8.5.10",
"@unlazy/nuxt": "^0.11.1",

Wyświetl plik

@ -275,8 +275,8 @@ importers:
specifier: ^4.0.9
version: 4.0.9
'@types/prettier':
specifier: ^2.7.3
version: 2.7.3
specifier: ^3.0.0
version: 3.0.0
'@types/wicg-file-system-access':
specifier: ^2020.9.8
version: 2020.9.8
@ -4842,8 +4842,11 @@ packages:
resolution: {integrity: sha512-sn7L+qQ6RLPdXRoiaE7bZ/Ek+o4uICma/lBFPyJEKDTPTBP1W8u0c4baj3EiS4DiqLs+Hk+KUGvMVJtAw3ePJg==}
dev: false
/@types/prettier@2.7.3:
resolution: {integrity: sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==}
/@types/prettier@3.0.0:
resolution: {integrity: sha512-mFMBfMOz8QxhYVbuINtswBp9VL2b4Y0QqYHwqLz3YbgtfAcat2Dl6Y1o4e22S/OVE6Ebl9m7wWiMT2lSbAs1wA==}
deprecated: This is a stub types definition. prettier provides its own type definitions, so you do not need this installed.
dependencies:
prettier: 3.2.5
dev: true
/@types/resolve@1.17.1: