build: 添加 prettier 依赖并升级至 3.5.3 版本
This commit is contained in:
parent
47d8401c47
commit
33638c5a9e
@ -149,6 +149,7 @@
|
||||
"postcss": "^8.4.49",
|
||||
"postcss-html": "^1.7.0",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"prettier": "^3.5.3",
|
||||
"rollup-plugin-visualizer": "^5.12.0",
|
||||
"sass": "1.77.8",
|
||||
"terser": "^5.36.0",
|
||||
|
23
pnpm-lock.yaml
generated
23
pnpm-lock.yaml
generated
@ -186,6 +186,9 @@ importers:
|
||||
postcss-scss:
|
||||
specifier: ^4.0.9
|
||||
version: 4.0.9(postcss@8.4.49)
|
||||
prettier:
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
rollup-plugin-visualizer:
|
||||
specifier: ^5.12.0
|
||||
version: 5.12.0(rollup@4.41.1)
|
||||
@ -4635,8 +4638,8 @@ packages:
|
||||
resolution: {integrity: sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
|
||||
prettier@3.3.2:
|
||||
resolution: {integrity: sha512-rAVeHYMcv8ATV5d508CFdn+8/pHPpXeIid1DdrPwXnaAdH7cqjVbpJaT5eq4yRAFU/lsbwYwSF/n5iNrdJHPQA==}
|
||||
prettier@3.5.3:
|
||||
resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
@ -8010,10 +8013,10 @@ snapshots:
|
||||
|
||||
'@polka/url@1.0.0-next.29': {}
|
||||
|
||||
'@prettier/sync@0.5.2(prettier@3.3.2)':
|
||||
'@prettier/sync@0.5.2(prettier@3.5.3)':
|
||||
dependencies:
|
||||
make-synchronized: 0.2.9
|
||||
prettier: 3.3.2
|
||||
prettier: 3.5.3
|
||||
|
||||
'@quansync/fs@0.1.3':
|
||||
dependencies:
|
||||
@ -8128,7 +8131,7 @@ snapshots:
|
||||
|
||||
'@tootallnate/once@1.1.2': {}
|
||||
|
||||
'@trivago/prettier-plugin-sort-imports@5.2.1(@vue/compiler-sfc@3.5.15)(prettier@3.3.2)':
|
||||
'@trivago/prettier-plugin-sort-imports@5.2.1(@vue/compiler-sfc@3.5.15)(prettier@3.5.3)':
|
||||
dependencies:
|
||||
'@babel/generator': 7.26.2
|
||||
'@babel/parser': 7.26.2
|
||||
@ -8136,7 +8139,7 @@ snapshots:
|
||||
'@babel/types': 7.26.0
|
||||
javascript-natural-sort: 0.7.1
|
||||
lodash: 4.17.21
|
||||
prettier: 3.3.2
|
||||
prettier: 3.5.3
|
||||
optionalDependencies:
|
||||
'@vue/compiler-sfc': 3.5.15
|
||||
transitivePeerDependencies:
|
||||
@ -11012,8 +11015,8 @@ snapshots:
|
||||
|
||||
openapi-ts-request@1.1.2(@types/node@20.17.9)(@vue/compiler-sfc@3.5.15)(chokidar@3.6.0)(typescript@5.7.2):
|
||||
dependencies:
|
||||
'@prettier/sync': 0.5.2(prettier@3.3.2)
|
||||
'@trivago/prettier-plugin-sort-imports': 5.2.1(@vue/compiler-sfc@3.5.15)(prettier@3.3.2)
|
||||
'@prettier/sync': 0.5.2(prettier@3.5.3)
|
||||
'@trivago/prettier-plugin-sort-imports': 5.2.1(@vue/compiler-sfc@3.5.15)(prettier@3.5.3)
|
||||
axios: 1.7.9
|
||||
bing-translate-api: 4.0.2
|
||||
chalk: 4.1.2
|
||||
@ -11027,7 +11030,7 @@ snapshots:
|
||||
minimatch: 10.0.1
|
||||
mockjs: 1.1.0
|
||||
nunjucks: 3.2.4(chokidar@3.6.0)
|
||||
prettier: 3.3.2
|
||||
prettier: 3.5.3
|
||||
reserved-words: 0.1.2
|
||||
rimraf: 6.0.1
|
||||
swagger2openapi: 7.0.8
|
||||
@ -11294,7 +11297,7 @@ snapshots:
|
||||
picocolors: 1.1.1
|
||||
source-map-js: 1.2.1
|
||||
|
||||
prettier@3.3.2: {}
|
||||
prettier@3.5.3: {}
|
||||
|
||||
pretty-format@27.5.1:
|
||||
dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user