File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ KumaScript templates are processed by an
115
115
- Most text is treated as output and included in the output stream.
116
116
- JavaScript variables and expressions can be inserted into the output stream
117
117
with these blocks:
118
-
119
118
- ` <%= expr %> ` — the value of a JavaScript expression is escaped for HTML
120
119
before being included in output (e.g., characters like ` < ` and ` > ` are
121
120
turned into ` < ` and ` > ` ).
Original file line number Diff line number Diff line change 248
248
"postcss-loader" : " ^8.1.1" ,
249
249
"postcss-normalize" : " ^13.0.1" ,
250
250
"postcss-preset-env" : " ^10.2.3" ,
251
- "prettier" : " ^3.5.3 " ,
251
+ "prettier" : " ^3.6.1 " ,
252
252
"prettier-plugin-packagejson" : " ^2.5.16" ,
253
253
"prompts" : " ^2.4.2" ,
254
254
"react" : " ^18.3.1" ,
Original file line number Diff line number Diff line change @@ -13374,10 +13374,10 @@ prettier-plugin-packagejson@^2.5.16:
13374
13374
sort-package-json "3.2.2"
13375
13375
synckit "0.11.8"
13376
13376
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 ==
13381
13381
13382
13382
pretty-error@^4.0.0:
13383
13383
version "4.0.0"
You can’t perform that action at this time.
0 commit comments