Browse Source

chore(deps): update dependency open to v9 (#41714)

* chore(deps): update dependency open to v9

* rerun CI

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
pull/41723/head
renovate[bot] 2 years ago
committed by GitHub
parent
commit
005db79897
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .dumi/theme/builtins/TokenTable/index.tsx
  2. 2
      package.json

2
.dumi/theme/builtins/TokenTable/index.tsx

@ -104,7 +104,7 @@ const TokenTable: FC<TokenTableProps> = ({ type }) => {
name: token,
desc: lang === 'cn' ? meta.desc : meta.descEn,
type: meta.type,
value: (defaultToken as any)[token],
value: defaultToken[token],
})),
[type, lang],
);

2
package.json

@ -246,7 +246,7 @@
"lz-string": "^1.4.4",
"mockdate": "^3.0.0",
"node-notifier": "^10.0.1",
"open": "^8.4.2",
"open": "^9.0.0",
"prettier": "^2.3.2",
"prettier-plugin-jsdoc": "^0.4.2",
"pretty-format": "^29.0.0",

Loading…
Cancel
Save