Skip to content

Commit a920460

Browse files
committed
Refactor option
1 parent b783900 commit a920460

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+2452
-2486
lines changed

Cargo.lock

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

apps/landing/next.config.ts

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@ const withMDX = createMDX({
1010
})
1111

1212
export default withMDX(
13-
DevupUI(
14-
{
15-
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
16-
output: 'export',
17-
},
18-
{
19-
include: ['@devup-ui/components', '@devup-ui/reset-css'],
20-
},
21-
),
13+
DevupUI({
14+
pageExtensions: ['js', 'jsx', 'md', 'mdx', 'ts', 'tsx'],
15+
output: 'export',
16+
}),
2217
)

apps/landing/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"@devup-ui/reset-css": "workspace:*",
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@next/mdx": "^15.5.0",
19+
"@next/mdx": "^15.5.2",
2020
"@types/mdx": "^2.0.13",
2121
"body-scroll-lock": "3.1.5",
2222
"clsx": "^2.1.1",
23-
"next": "^15.5.0",
23+
"next": "^15.5.2",
2424
"react": "^19.1.1",
2525
"react-dom": "^19.1.1",
2626
"react-markdown": "^10.1.0",
27-
"react-syntax-highlighter": "^15.6.1",
27+
"react-syntax-highlighter": "^15.6.6",
2828
"remark-gfm": "^4.0.1"
2929
},
3030
"devDependencies": {

apps/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1",
15-
"next": "^15.5.0",
15+
"next": "^15.5.2",
1616
"@devup-ui/react": "workspace:*"
1717
},
1818
"devDependencies": {

apps/rsbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@devup-ui/react": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@rsbuild/core": "^1.4.15",
19-
"@rsbuild/plugin-react": "^1.3.5",
18+
"@rsbuild/core": "^1.5.1",
19+
"@rsbuild/plugin-react": "^1.4.0",
2020
"@devup-ui/rsbuild-plugin": "workspace:*"
2121
}
2222
}

apps/vite-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"vite-plugin-dts": "^4.5.4",
2020
"@devup-ui/vite-plugin": "workspace:*",
21-
"@vitejs/plugin-react": "^5.0.1",
21+
"@vitejs/plugin-react": "^5.0.2",
2222
"vite": "^7.1.3",
2323
"typescript": "^5",
2424
"@types/node": "^24",

apps/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"devDependencies": {
1919
"@devup-ui/vite-plugin": "workspace:*",
2020
"vite": "^7.1.3",
21-
"@vitejs/plugin-react": "^5.0.1",
21+
"@vitejs/plugin-react": "^5.0.2",
2222
"typescript": "^5",
2323
"@types/node": "^24",
2424
"@types/react": "^19",

benchmark/next-chakra-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@chakra-ui/react": "^3.25.0",
13+
"@chakra-ui/react": "^3.26.0",
1414
"@emotion/react": "^11.14.0",
15-
"next": "^15.5.0",
15+
"next": "^15.5.2",
1616
"next-themes": "^0.4.6",
1717
"react": "^19.1.1",
1818
"react-dom": "^19.1.1",

0 commit comments

Comments
 (0)