Skip to content

Commit 7d64659

Browse files
authored
chore(deps): bump Rspress 2.0.0-rc.2 (#1383)
1 parent 84153c7 commit 7d64659

File tree

8 files changed

+106
-96
lines changed

8 files changed

+106
-96
lines changed

pnpm-lock.yaml

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

website/docs/en/guide/advanced/storybook.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { PackageManagerTabs } from '@theme';
2-
import { Tab, Tabs } from '@rspress/core/theme';
1+
import { PackageManagerTabs, Tab, Tabs } from '@theme';
32

43
# Use Storybook
54

website/docs/zh/guide/advanced/storybook.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { PackageManagerTabs } from '@theme';
2-
import { Tab, Tabs } from '@rspress/core/theme';
1+
import { PackageManagerTabs, Tab, Tabs } from '@theme';
32

43
# 使用 Storybook
54

website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@rsbuild/plugin-sass": "^1.4.0",
1616
"@rslib/core": "workspace:*",
1717
"@rslib/tsconfig": "workspace:*",
18-
"@rspress/core": "2.0.0-rc.1",
19-
"@rspress/plugin-algolia": "2.0.0-rc.1",
20-
"@rspress/plugin-llms": "2.0.0-rc.1",
21-
"@rspress/plugin-rss": "2.0.0-rc.1",
22-
"@rspress/plugin-sitemap": "2.0.0-rc.1",
23-
"@rspress/plugin-twoslash": "2.0.0-rc.1",
18+
"@rspress/core": "2.0.0-rc.2",
19+
"@rspress/plugin-algolia": "2.0.0-rc.2",
20+
"@rspress/plugin-llms": "2.0.0-rc.2",
21+
"@rspress/plugin-rss": "2.0.0-rc.2",
22+
"@rspress/plugin-sitemap": "2.0.0-rc.2",
23+
"@rspress/plugin-twoslash": "2.0.0-rc.2",
2424
"@rstack-dev/doc-ui": "1.12.0",
2525
"@shikijs/transformers": "^3.19.0",
2626
"@types/node": "^24.10.1",

website/theme/components/Overview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useLang } from '@rspress/core/runtime';
2-
import { type Group, OverviewGroup } from '@rspress/core/theme';
2+
import { type Group, OverviewGroup } from '@rspress/core/theme-original';
33
import { useI18nUrl } from './utils';
44

55
export default function Overview() {

website/theme/components/RsbuildDocBadge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useLang } from '@rspress/core/runtime';
2-
import { Badge, Link } from '@rspress/core/theme';
2+
import { Badge, Link } from '@rspress/core/theme-original';
33

44
type Props = {
55
/** Rsbuild doc URL pathname, i18n prefix stripped. */

website/theme/components/Step.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link } from '@rspress/core/theme';
1+
import { Link } from '@rspress/core/theme-original';
22
import styles from './Step.module.scss';
33
import { useUrl } from './utils';
44

website/theme/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {
22
getCustomMDXComponent as BaseGetCustomMDXComponent,
33
Layout as BaseLayout,
4-
} from '@rspress/core/theme';
4+
} from '@rspress/core/theme-original';
55
import {
66
Search as PluginAlgoliaSearch,
77
ZH_LOCALES,
@@ -59,4 +59,4 @@ const Search = () => {
5959

6060
export { Layout, HomeLayout, Search };
6161

62-
export * from '@rspress/core/theme';
62+
export * from '@rspress/core/theme-original';

0 commit comments

Comments
 (0)