File tree Expand file tree Collapse file tree 5 files changed +274
-83
lines changed
Expand file tree Collapse file tree 5 files changed +274
-83
lines changed Original file line number Diff line number Diff line change 4848 "@codemirror/lang-javascript" : " ^6.1.2" ,
4949 "@codemirror/lint" : " ^6.1.0" ,
5050 "@codemirror/theme-one-dark" : " ^6.1.0" ,
51- "@mdn/browser-compat-data" : " ~5.5.0 " ,
51+ "@mdn/browser-compat-data" : " ~5.5.28 " ,
5252 "@napi-rs/cli" : " ^2.14.0" ,
53- "autoprefixer" : " ^10.4.17 " ,
54- "caniuse-lite" : " ^1.0.30001585 " ,
53+ "autoprefixer" : " ^10.4.19 " ,
54+ "caniuse-lite" : " ^1.0.30001620 " ,
5555 "codemirror" : " ^6.0.1" ,
5656 "cssnano" : " ^5.0.8" ,
5757 "esbuild" : " ^0.19.8" ,
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ let mdnFeatures = {
282282 logicalPaddingShorthand : mdn . css . properties [ 'padding-inline' ] . __compat . support ,
283283 logicalInset : mdn . css . properties [ 'inset-inline-start' ] . __compat . support ,
284284 logicalSize : mdn . css . properties [ 'inline-size' ] . __compat . support ,
285- logicalTextAlign : mdn . css . properties [ 'text-align' ] [ 'flow_relative_values_start_and_end' ] . __compat . support ,
285+ logicalTextAlign : mdn . css . properties [ 'text-align' ] . start . __compat . support ,
286286 labColors : mdn . css . types . color . lab . __compat . support ,
287287 oklabColors : mdn . css . types . color . oklab . __compat . support ,
288288 colorFunction : mdn . css . types . color . color . __compat . support ,
You can’t perform that action at this time.
0 commit comments