Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
pnpm -F components build-storybook
mv ./packages/components/storybook-static ./apps/landing/public/storybook
pnpm -F landing build
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@devup-ui/react": "workspace:*",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.4",
"@next/mdx": "^15.3.5",
"@types/mdx": "^2.0.13",
"body-scroll-lock": "3.1.5",
"clsx": "^2.1.1",
"next": "^15.3.4",
"next": "^15.3.5",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "8.0.6",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"sanitize.css": "^13.0.0"
Expand Down
2 changes: 1 addition & 1 deletion apps/landing/src/app/(detail)/components/MdxCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default async function MdxCard({
>
<VStack gap="30px" px="24px" py="32px">
<Box>{demo}</Box>
<ReactMarkdown components={_components}>
<ReactMarkdown components={_components as any}>
{normalizedComment ?? ''}
</ReactMarkdown>
</VStack>
Expand Down
2 changes: 1 addition & 1 deletion apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"next": "^15.3.4",
"next": "^15.3.5",
"@devup-ui/react": "workspace:*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@devup-ui/react": "workspace:*"
},
"devDependencies": {
"@rsbuild/core": "^1.4.2",
"@rsbuild/plugin-react": "^1.3.2",
"@rsbuild/core": "^1.4.5",
"@rsbuild/plugin-react": "^1.3.4",
"@devup-ui/rsbuild-plugin": "workspace:*"
}
}
2 changes: 1 addition & 1 deletion apps/vite-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"react": "^19.1.0",
"@devup-ui/react": "workspace:*",
"vite": "^7.0.0"
"vite": "^7.0.3"
},
"devDependencies": {
"vite-plugin-dts": "^4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@devup-ui/vite-plugin": "workspace:*",
"vite": "^7.0.0",
"vite": "^7.0.3",
"@vitejs/plugin-react": "^4.6.0",
"typescript": "^5",
"@types/node": "^24",
Expand Down
4 changes: 2 additions & 2 deletions benchmark/next-chakra-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^3.21.1",
"@chakra-ui/react": "^3.22.0",
"@emotion/react": "^11.14.0",
"next": "^15.3.4",
"next": "^15.3.5",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
Expand Down
2 changes: 1 addition & 1 deletion benchmark/next-devup-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"next": "^15.3.4",
"next": "^15.3.5",
"@devup-ui/react": "workspace:*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion benchmark/next-kuma-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"next": "^15.3.4",
"next": "^15.3.5",
"@kuma-ui/core": "^1.5.9"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"devDependencies": {
"eslint-plugin-devup": "^2.0.5",
"eslint": "^9.30.0",
"eslint": "^9.30.1",
"vitest": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@changesets/cli": "^2.29.5",
"@types/node": "^24.0.7",
"@types/node": "^24.0.12",
"happy-dom": "^18.0.1",
"@testing-library/react": "^16.3.0",
"@testing-library/jest-dom": "^6.6.3",
Expand Down
12 changes: 6 additions & 6 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@
},
"devDependencies": {
"@devup-ui/vite-plugin": "workspace:*",
"@storybook/addon-docs": "9.0.15",
"@storybook/addon-onboarding": "^9.0.15",
"@storybook/react-vite": "^9.0.15",
"@storybook/addon-docs": "^9.0.16",
"@storybook/addon-onboarding": "^9.0.16",
"@storybook/react-vite": "^9.0.16",
"@types/react": "^19.1.8",
"eslint-plugin-storybook": "9.0.15",
"eslint-plugin-storybook": "^9.0.16",
"rollup-plugin-preserve-directives": "^0.4.0",
"storybook": "^9.0.15",
"storybook": "^9.0.16",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vite": "^7.0.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/next-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"next": "^15.3"
},
"devDependencies": {
"vite": "^7.0.0",
"vite": "^7.0.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
"typescript": "^5.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"rollup-plugin-preserve-directives": "^0.4.0",
"vite": "^7.0.0",
"vite": "^7.0.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
"typescript": "^5.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@rsbuild/core": "*"
},
"devDependencies": {
"@rsbuild/core": "^1.4.2",
"vite": "^7.0.0",
"@rsbuild/core": "^1.4.5",
"vite": "^7.0.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
"typescript": "^5.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@devup-ui/wasm": "*"
},
"devDependencies": {
"vite": "^7.0.0",
"vite": "^7.0.3",
"@types/webpack": "^5.28.5",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
Expand Down
Loading