Skip to content

Commit 81d9dfe

Browse files
committed
chore(deps): upgrade to [email protected]
1 parent e427222 commit 81d9dfe

File tree

15 files changed

+94
-73
lines changed

15 files changed

+94
-73
lines changed

pnpm-lock.yaml

Lines changed: 72 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/en/guide/basic/output-format.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from '../start/components/ESM.mdx';
2-
import CJS from '../start/components/CJS.mdx';
3-
import UMD from '../start/components/UMD.mdx';
4-
import MF from '../start/components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# Output format
77

website/docs/en/guide/start/glossary.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from './components/ESM.mdx';
2-
import CJS from './components/CJS.mdx';
3-
import UMD from './components/UMD.mdx';
4-
import MF from './components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# Glossary
77

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

website/docs/zh/guide/basic/output-format.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from '../start/components/ESM.mdx';
2-
import CJS from '../start/components/CJS.mdx';
3-
import UMD from '../start/components/UMD.mdx';
4-
import MF from '../start/components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# 产物输出格式
77

website/docs/zh/guide/start/glossary.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import ESM from './components/ESM.mdx';
2-
import CJS from './components/CJS.mdx';
3-
import UMD from './components/UMD.mdx';
4-
import MF from './components/MF.mdx';
1+
import ESM from '../../shared/components/ESM.mdx';
2+
import CJS from '../../shared/components/CJS.mdx';
3+
import UMD from '../../shared/components/UMD.mdx';
4+
import MF from '../../shared/components/MF.mdx';
55

66
# 名词解释
77

File renamed without changes.

0 commit comments

Comments
 (0)