mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-03-11 02:15:57 -05:00
chore(deps): update dependency prettier to v3.2.2 (#4431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
4aa919c5e5
commit
03d9c5e2cf
5 changed files with 13 additions and 13 deletions
14
.pnp.cjs
generated
14
.pnp.cjs
generated
|
@ -127,7 +127,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["node-mocks-http", "npm:1.13.0"],\
|
||||
["pinst", "npm:2.1.6"],\
|
||||
["pkginfo", "npm:0.4.1"],\
|
||||
["prettier", "npm:3.1.1"],\
|
||||
["prettier", "npm:3.2.2"],\
|
||||
["rimraf", "npm:3.0.2"],\
|
||||
["selfsigned", "npm:2.4.1"],\
|
||||
["semver", "npm:7.5.4"],\
|
||||
|
@ -4601,7 +4601,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@vue/compiler-sfc", null],\
|
||||
["javascript-natural-sort", "npm:0.7.1"],\
|
||||
["lodash", "npm:4.17.21"],\
|
||||
["prettier", "npm:3.1.1"]\
|
||||
["prettier", "npm:3.2.2"]\
|
||||
],\
|
||||
"packagePeers": [\
|
||||
"@types/prettier",\
|
||||
|
@ -8215,7 +8215,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/prettier", null],\
|
||||
["eslint", "npm:8.56.0"],\
|
||||
["eslint-config-prettier", "virtual:7f7b3df50ee4b7b1719ad19fad11505dc2788f3227a7e5cc9ca19f71d8cb309c9d33b532ea2b2b60ab65abf6cc12153df4643c5e6e17d01ea0ae0492723bb4b4#npm:9.1.0"],\
|
||||
["prettier", "npm:3.1.1"],\
|
||||
["prettier", "npm:3.2.2"],\
|
||||
["prettier-linter-helpers", "npm:1.0.0"],\
|
||||
["synckit", "npm:0.8.6"]\
|
||||
],\
|
||||
|
@ -12423,10 +12423,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]\
|
||||
]],\
|
||||
["prettier", [\
|
||||
["npm:3.1.1", {\
|
||||
"packageLocation": "./.yarn/unplugged/prettier-npm-3.1.1-072c31ec21/node_modules/prettier/",\
|
||||
["npm:3.2.2", {\
|
||||
"packageLocation": "./.yarn/unplugged/prettier-npm-3.2.2-bd270a1ac0/node_modules/prettier/",\
|
||||
"packageDependencies": [\
|
||||
["prettier", "npm:3.1.1"]\
|
||||
["prettier", "npm:3.2.2"]\
|
||||
],\
|
||||
"linkType": "HARD"\
|
||||
}]\
|
||||
|
@ -14581,7 +14581,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["node-mocks-http", "npm:1.13.0"],\
|
||||
["pinst", "npm:2.1.6"],\
|
||||
["pkginfo", "npm:0.4.1"],\
|
||||
["prettier", "npm:3.1.1"],\
|
||||
["prettier", "npm:3.2.2"],\
|
||||
["rimraf", "npm:3.0.2"],\
|
||||
["selfsigned", "npm:2.4.1"],\
|
||||
["semver", "npm:7.5.4"],\
|
||||
|
|
Binary file not shown.
BIN
.yarn/cache/prettier-npm-3.2.2-bd270a1ac0-b416e1e4b2.zip
vendored
Normal file
BIN
.yarn/cache/prettier-npm-3.2.2-bd270a1ac0-b416e1e4b2.zip
vendored
Normal file
Binary file not shown.
|
@ -124,7 +124,7 @@
|
|||
"nock": "13.5.0",
|
||||
"node-mocks-http": "^1.13.0",
|
||||
"pinst": "2.1.6",
|
||||
"prettier": "3.1.1",
|
||||
"prettier": "3.2.2",
|
||||
"rimraf": "3.0.2",
|
||||
"selfsigned": "2.4.1",
|
||||
"standard-version": "9.5.0",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -9139,12 +9139,12 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"prettier@npm:3.1.1":
|
||||
version: 3.1.1
|
||||
resolution: "prettier@npm:3.1.1"
|
||||
"prettier@npm:3.2.2":
|
||||
version: 3.2.2
|
||||
resolution: "prettier@npm:3.2.2"
|
||||
bin:
|
||||
prettier: bin/prettier.cjs
|
||||
checksum: e386855e3a1af86a748e16953f168be555ce66d6233f4ba54eb6449b88eb0c6b2ca79441b11eae6d28a7f9a5c96440ce50864b9d5f6356d331d39d6bb66c648e
|
||||
checksum: b416e1e4b26c351403343ebe461feda631c0eee5c3cf316c711204a08f3c639f38a8f9177c75e98a690998ff82e8ddc80c6bc027fb4ef6cedb6a4db035b4fe9a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -11085,7 +11085,7 @@ __metadata:
|
|||
node-mocks-http: ^1.13.0
|
||||
pinst: 2.1.6
|
||||
pkginfo: 0.4.1
|
||||
prettier: 3.1.1
|
||||
prettier: 3.2.2
|
||||
rimraf: 3.0.2
|
||||
selfsigned: 2.4.1
|
||||
semver: 7.5.4
|
||||
|
|
Loading…
Add table
Reference in a new issue