chore(deps): update dependency prettier to v3

pull/467/head
renovate[bot] 2 years ago committed by GitHub
parent 92233ea64a
commit ed099e1722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,7 +22,7 @@
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"prettier": "^2.8.7",
"prettier": "^3.0.0",
"rollup": "^3.20.4",
"typescript": "^5.0.4"
},

@ -45,8 +45,8 @@ importers:
specifier: ^1.7.1
version: 1.7.1
prettier:
specifier: ^2.8.7
version: 2.8.7
specifier: ^3.0.0
version: 3.0.0
rollup:
specifier: ^3.20.4
version: 3.20.4
@ -2322,9 +2322,9 @@ packages:
engines: {node: '>= 0.8.0'}
dev: true
/prettier@2.8.7:
resolution: {integrity: sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==}
engines: {node: '>=10.13.0'}
/prettier@3.0.0:
resolution: {integrity: sha512-zBf5eHpwHOGPC47h0zrPyNn+eAEIdEzfywMoYn2XPi0P44Zp0tSq64rq0xAREh4auw2cJZHo9QUob+NqCQky4g==}
engines: {node: '>=14'}
hasBin: true
dev: true

Loading…
Cancel
Save