Skip to content

Commit

Permalink
docs: bump @rstack-dev/doc-ui to add Rslib and awesome Rspack (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Aug 5, 2024
1 parent b911ac5 commit 3595582
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
6 changes: 2 additions & 4 deletions packages/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@rstack-dev/doc-ui": "^1.2.0",
"@types/react": "^18.3.3",
"framer-motion": "11.3.2",
"rsbuild-plugin-google-analytics": "^1.0.0",
Expand All @@ -33,8 +34,5 @@
},
"files": [
"docs"
],
"dependencies": {
"rsfamily-doc-ui": "^1.1.2"
}
]
}
2 changes: 1 addition & 1 deletion packages/document/theme/components/ToolStack.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ToolStack as BaseToolStack } from 'rsfamily-doc-ui/tool-stack';
import { ToolStack as BaseToolStack } from '@rstack-dev/doc-ui/tool-stack';
import { useLang, useI18n } from 'rspress/runtime';
import styles from './ToolStack.module.scss';

Expand Down
2 changes: 1 addition & 1 deletion packages/document/theme/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Theme from 'rspress/theme';
import { NavIcon } from 'rsfamily-doc-ui/nav-icon';
import { NavIcon } from '@rstack-dev/doc-ui/nav-icon';
import { HomeLayout as BasicHomeLayout } from 'rspress/theme';
import { ToolStack } from './components/ToolStack';
import './index.css';
Expand Down
29 changes: 14 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3595582

Please sign in to comment.