Skip to content

Commit 22ecfca

Browse files
chore(deps-dev): bump prettier from 3.5.3 to 3.6.1 (#13208)
1 parent 9d1c9d7 commit 22ecfca

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/kumascript/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ KumaScript templates are processed by an
115115
- Most text is treated as output and included in the output stream.
116116
- JavaScript variables and expressions can be inserted into the output stream
117117
with these blocks:
118-
119118
- `<%= expr %>` — the value of a JavaScript expression is escaped for HTML
120119
before being included in output (e.g., characters like `<` and `>` are
121120
turned into `&lt;` and `&gt;`).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"postcss-loader": "^8.1.1",
249249
"postcss-normalize": "^13.0.1",
250250
"postcss-preset-env": "^10.2.3",
251-
"prettier": "^3.5.3",
251+
"prettier": "^3.6.1",
252252
"prettier-plugin-packagejson": "^2.5.16",
253253
"prompts": "^2.4.2",
254254
"react": "^18.3.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13374,10 +13374,10 @@ prettier-plugin-packagejson@^2.5.16:
1337413374
sort-package-json "3.2.2"
1337513375
synckit "0.11.8"
1337613376

13377-
prettier@^3.2.5, prettier@^3.5.3:
13378-
version "3.5.3"
13379-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.3.tgz#4fc2ce0d657e7a02e602549f053b239cb7dfe1b5"
13380-
integrity sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==
13377+
prettier@^3.2.5, prettier@^3.6.1:
13378+
version "3.6.1"
13379+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.1.tgz#cc3bce21c09a477b1e987b76ce9663925d86ae44"
13380+
integrity sha512-5xGWRa90Sp2+x1dQtNpIpeOQpTDBs9cZDmA/qs2vDNN2i18PdapqY7CmBeyLlMuGqXJRIOPaCaVZTLNQRWUH/A==
1338113381

1338213382
pretty-error@^4.0.0:
1338313383
version "4.0.0"

0 commit comments

Comments
 (0)