Upgrade: Bump prettier from 3.4.1 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier) from 3.4.1 to 3.5.3. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.4.1...3.5.3) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.5.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>pull/676/head
parent
062bef441d
commit
af3efcf312
|
@ -32,7 +32,7 @@
|
|||
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
||||
"@vuepress/plugin-search": "2.0.0-rc.3",
|
||||
"postcss-loader": "^8.0.0",
|
||||
"prettier": "^3.4.1",
|
||||
"prettier": "^3.5.3",
|
||||
"sass": "^1.51.0",
|
||||
"sass-loader": "^14.2.0",
|
||||
"typescript": "^5.8.2",
|
||||
|
@ -9716,10 +9716,11 @@
|
|||
"devOptional": true
|
||||
},
|
||||
"node_modules/prettier": {
|
||||
"version": "3.4.1",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.1.tgz",
|
||||
"integrity": "sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==",
|
||||
"version": "3.5.3",
|
||||
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.5.3.tgz",
|
||||
"integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@vuepress/plugin-search": "2.0.0-rc.3",
|
||||
"vuepress-plugin-i18n": "https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d",
|
||||
"postcss-loader": "^8.0.0",
|
||||
"prettier": "^3.4.1",
|
||||
"prettier": "^3.5.3",
|
||||
"sass": "^1.51.0",
|
||||
"sass-loader": "^14.2.0",
|
||||
"typescript": "^5.8.2",
|
||||
|
|
|
@ -72,8 +72,8 @@ importers:
|
|||
specifier: ^8.0.0
|
||||
version: 8.1.1(postcss@8.4.38)(typescript@5.8.2)(webpack@5.91.0(esbuild@0.24.0))
|
||||
prettier:
|
||||
specifier: ^3.4.1
|
||||
version: 3.4.1
|
||||
specifier: ^3.5.3
|
||||
version: 3.5.3
|
||||
sass:
|
||||
specifier: ^1.51.0
|
||||
version: 1.77.4
|
||||
|
@ -4830,12 +4830,9 @@ packages:
|
|||
}
|
||||
engines: { node: ^10 || ^12 || >=14 }
|
||||
|
||||
prettier@3.4.1:
|
||||
resolution:
|
||||
{
|
||||
integrity: sha512-G+YdqtITVZmOJje6QkXQWzl3fSfMxFwm1tjTyo9exhkmWSqC4Yhd1+lug++IlR2mvRVAxEDDWYkQdeSztajqgg==,
|
||||
}
|
||||
engines: { node: ">=14" }
|
||||
prettier@3.5.3:
|
||||
resolution: {integrity: sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
pretty-error@4.0.0:
|
||||
|
@ -9121,7 +9118,7 @@ snapshots:
|
|||
picocolors: 1.0.1
|
||||
source-map-js: 1.2.0
|
||||
|
||||
prettier@3.4.1: {}
|
||||
prettier@3.5.3: {}
|
||||
|
||||
pretty-error@4.0.0:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue