Bump prettier from 2.8.7 to 3.1.0 (#177)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-11-21 16:07:12 +00:00
committed by GitHub
parent aa55906904
commit 5ee76acf71
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@@ -26,7 +26,7 @@
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-circus": "^29.5.0", "jest-circus": "^29.5.0",
"nock": "^13.3.8", "nock": "^13.3.8",
"prettier": "^2.8.7", "prettier": "^3.1.0",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"typescript": "^5.3.2" "typescript": "^5.3.2"
} }
@@ -4485,15 +4485,15 @@
} }
}, },
"node_modules/prettier": { "node_modules/prettier": {
"version": "2.8.7", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"dev": true, "dev": true,
"bin": { "bin": {
"prettier": "bin-prettier.js" "prettier": "bin/prettier.cjs"
}, },
"engines": { "engines": {
"node": ">=10.13.0" "node": ">=14"
}, },
"funding": { "funding": {
"url": "https://github.com/prettier/prettier?sponsor=1" "url": "https://github.com/prettier/prettier?sponsor=1"
@@ -8552,9 +8552,9 @@
} }
}, },
"prettier": { "prettier": {
"version": "2.8.7", "version": "3.1.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.7.tgz", "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz",
"integrity": "sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw==", "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==",
"dev": true "dev": true
}, },
"pretty-format": { "pretty-format": {

View File

@@ -38,7 +38,7 @@
"jest": "^29.5.0", "jest": "^29.5.0",
"jest-circus": "^29.5.0", "jest-circus": "^29.5.0",
"nock": "^13.3.8", "nock": "^13.3.8",
"prettier": "^2.8.7", "prettier": "^3.1.0",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",
"typescript": "^5.3.2" "typescript": "^5.3.2"
} }