CI(deps): Update dependency prettier to v3.5.0 (#62)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-13 02:38:25 +00:00 committed by GitHub
parent df8c47ec15
commit 860fb95ced
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 5 deletions

24
package-lock.json generated
View file

@ -13,7 +13,7 @@
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"jshint": "2.13.6",
"prettier": "3.4.2"
"prettier": "3.5.0"
}
},
"node_modules/@eslint-community/eslint-utils": {
@ -408,6 +408,22 @@
"prettier": "3.4.2"
}
},
"node_modules/@revi/prettier-config/node_modules/prettier": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/@taplo/core": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@taplo/core/-/core-0.1.1.tgz",
@ -1707,9 +1723,9 @@
}
},
"node_modules/prettier": {
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"version": "3.5.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.0.tgz",
"integrity": "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==",
"dev": true,
"license": "MIT",
"bin": {

View file

@ -7,7 +7,7 @@
"eslint": "9.20.0",
"eslint-config-prettier": "10.0.1",
"jshint": "2.13.6",
"prettier": "3.4.2"
"prettier": "3.5.0"
},
"prettier": "@revi/prettier-config",
"name": "@revi/dots",