mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 11:48:17 +00:00
chore(deps): update devdependency prettier to v3.5.0 (3.x) (#30928)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
c5e1911653
commit
2c894ca337
@ -26,7 +26,7 @@
|
||||
"knitwork": "1.2.0",
|
||||
"lodash-es": "4.17.21",
|
||||
"pathe": "2.0.2",
|
||||
"prettier": "3.4.2",
|
||||
"prettier": "3.5.0",
|
||||
"scule": "1.3.0",
|
||||
"svgo": "3.3.2",
|
||||
"tinyexec": "0.3.2",
|
||||
|
@ -1176,7 +1176,8 @@ svg {
|
||||
exports[`template > produces correct output for welcome template 1`] = `
|
||||
"@media (prefers-color-scheme: light) {
|
||||
.get-started-gradient-border {
|
||||
background: linear-gradient(90deg, #fff, #fff),
|
||||
background:
|
||||
linear-gradient(90deg, #fff, #fff),
|
||||
linear-gradient(90deg, #00dc82, #1de0b1, #36e4da);
|
||||
}
|
||||
.gradient-border-modules {
|
||||
@ -1209,7 +1210,8 @@ exports[`template > produces correct output for welcome template 1`] = `
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.get-started-gradient-border {
|
||||
background: linear-gradient(90deg, #18181b, #18181b),
|
||||
background:
|
||||
linear-gradient(90deg, #18181b, #18181b),
|
||||
linear-gradient(90deg, #00dc82, #1de0b1, #36e4da);
|
||||
}
|
||||
.gradient-border-modules {
|
||||
@ -1646,8 +1648,8 @@ exports[`template > produces correct output for welcome template 1`] = `
|
||||
--un-ring-shadow: var(--un-ring-inset) 0 0 0
|
||||
calc(var(--un-ring-width) + var(--un-ring-offset-width))
|
||||
var(--un-ring-color);
|
||||
box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow),
|
||||
var(--un-shadow);
|
||||
box-shadow:
|
||||
var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow);
|
||||
}
|
||||
.transition-opacity {
|
||||
transition-duration: 0.15s;
|
||||
|
@ -829,8 +829,8 @@ importers:
|
||||
specifier: 2.0.2
|
||||
version: 2.0.2
|
||||
prettier:
|
||||
specifier: 3.4.2
|
||||
version: 3.4.2
|
||||
specifier: 3.5.0
|
||||
version: 3.5.0
|
||||
scule:
|
||||
specifier: 1.3.0
|
||||
version: 1.3.0
|
||||
@ -6516,8 +6516,8 @@ packages:
|
||||
resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==}
|
||||
engines: {node: '>= 0.8.0'}
|
||||
|
||||
prettier@3.4.2:
|
||||
resolution: {integrity: sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==}
|
||||
prettier@3.5.0:
|
||||
resolution: {integrity: sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==}
|
||||
engines: {node: '>=14'}
|
||||
hasBin: true
|
||||
|
||||
@ -10756,7 +10756,7 @@ snapshots:
|
||||
|
||||
babel-walk@3.0.0-canary-5:
|
||||
dependencies:
|
||||
'@babel/types': 7.26.7
|
||||
'@babel/types': 7.26.8
|
||||
|
||||
bail@2.0.2: {}
|
||||
|
||||
@ -11104,8 +11104,8 @@ snapshots:
|
||||
|
||||
constantinople@4.0.1:
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.7
|
||||
'@babel/types': 7.26.7
|
||||
'@babel/parser': 7.26.8
|
||||
'@babel/types': 7.26.8
|
||||
|
||||
convert-gitmoji@0.1.5: {}
|
||||
|
||||
@ -14259,7 +14259,7 @@ snapshots:
|
||||
|
||||
prelude-ls@1.2.1: {}
|
||||
|
||||
prettier@3.4.2: {}
|
||||
prettier@3.5.0: {}
|
||||
|
||||
pretty-bytes@6.1.1: {}
|
||||
|
||||
@ -16054,8 +16054,8 @@ snapshots:
|
||||
|
||||
with@7.0.2:
|
||||
dependencies:
|
||||
'@babel/parser': 7.26.7
|
||||
'@babel/types': 7.26.7
|
||||
'@babel/parser': 7.26.8
|
||||
'@babel/types': 7.26.8
|
||||
assert-never: 1.4.0
|
||||
babel-walk: 3.0.0-canary-5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user