Skip to content

Commit b584792

Browse files
committed
Update lib
1 parent 3fb8240 commit b584792

22 files changed

Lines changed: 743 additions & 880 deletions

File tree

Cargo.lock

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

apps/rsbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@devup-ui/react": "workspace:^"
1717
},
1818
"devDependencies": {
19-
"@rsbuild/core": "^1.7",
20-
"@rsbuild/plugin-react": "^1.4",
19+
"@rsbuild/core": "^2.0",
20+
"@rsbuild/plugin-react": "^2.0",
2121
"@devup-ui/rsbuild-plugin": "workspace:^"
2222
}
2323
}

apps/vite-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@devup-ui/react": "workspace:^"
1717
},
1818
"devDependencies": {
19-
"vite-plugin-dts": "^4.5",
19+
"vite-plugin-dts": "^5.0",
2020
"@devup-ui/vite-plugin": "workspace:^",
2121
"@vitejs/plugin-react": "^6.0.1",
2222
"vite": "^8.0",

benchmark/next-chakra-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13-
"@chakra-ui/react": "^3.34",
13+
"@chakra-ui/react": "^3.35",
1414
"@emotion/react": "^11.14",
1515
"next": "^16.2",
1616
"next-themes": "^0.4",

benchmark/next-mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@emotion/react": "^11.14",
1414
"@emotion/styled": "^11.14",
15-
"@mui/material": "7.3",
15+
"@mui/material": "9.0",
1616
"next": "^16.2",
1717
"react": "^19.2",
1818
"react-dom": "^19.2",

benchmark/next-panda-css/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"next": "^16.2"
1717
},
1818
"devDependencies": {
19-
"@pandacss/dev": "^1.9",
19+
"@pandacss/dev": "^1.11",
2020
"typescript": "^6",
2121
"@types/node": "^25",
2222
"@types/react": "^19",

benchmark/next-stylex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@stylexjs/babel-plugin": "^0.18",
2727
"@stylexjs/eslint-plugin": "^0.18",
2828
"@stylexjs/nextjs-plugin": "^0.11",
29-
"@types/node": "25.5",
29+
"@types/node": "25.6",
3030
"@types/react": "19.2",
3131
"@types/react-dom": "19.2",
3232
"@types/react-test-renderer": "^19.1",
33-
"eslint": "10.0",
34-
"eslint-config-next": "16.1",
33+
"eslint": "10.3",
34+
"eslint-config-next": "16.2",
3535
"prettier": "^3.8",
3636
"react-test-renderer": "^19.2",
3737
"rimraf": "^6.1",

benchmark/next-tailwind-turbo-devup-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"@devup-ui/react": "workspace:^"
1818
},
1919
"devDependencies": {
20-
"@tailwindcss/postcss": "^4.2",
20+
"@tailwindcss/postcss": "^4.3",
2121
"postcss": "^8.5",
2222
"@types/node": "^25",
2323
"@types/react": "^19",
2424
"@types/react-dom": "^19",
2525
"typescript": "^6",
26-
"tailwindcss": "^4.2",
26+
"tailwindcss": "^4.3",
2727
"@devup-ui/next-plugin": "workspace:^"
2828
}
2929
}

benchmark/next-tailwind-turbo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"react-icons": "^5.6"
1717
},
1818
"devDependencies": {
19-
"@tailwindcss/postcss": "^4.2",
19+
"@tailwindcss/postcss": "^4.3",
2020
"postcss": "^8.5",
2121
"@types/node": "^25",
2222
"@types/react": "^19",
2323
"@types/react-dom": "^19",
2424
"typescript": "^6",
25-
"tailwindcss": "^4.2"
25+
"tailwindcss": "^4.3"
2626
}
2727
}

benchmark/next-tailwind/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"react-icons": "^5.6"
1717
},
1818
"devDependencies": {
19-
"@tailwindcss/postcss": "^4.2",
19+
"@tailwindcss/postcss": "^4.3",
2020
"postcss": "^8.5",
2121
"@types/node": "^25",
2222
"@types/react": "^19",
2323
"@types/react-dom": "^19",
2424
"typescript": "^6",
25-
"tailwindcss": "^4.2"
25+
"tailwindcss": "^4.3"
2626
}
2727
}

0 commit comments

Comments
 (0)