Skip to content

Commit 995fd6f

Browse files
committed
Update dep
1 parent 41e80b2 commit 995fd6f

File tree

16 files changed

+1688
-1739
lines changed

16 files changed

+1688
-1739
lines changed

apps/landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"react": "^19.2",
2525
"react-dom": "^19.2",
2626
"react-markdown": "^10.1",
27-
"react-syntax-highlighter": "^15.6"
27+
"react-syntax-highlighter": "^16.1"
2828
},
2929
"devDependencies": {
3030
"@devup-ui/next-plugin": "workspace:*",

apps/rsbuild/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-
"@rsbuild/core": "^1.5",
19+
"@rsbuild/core": "^1.6",
2020
"@rsbuild/plugin-react": "^1.4",
2121
"@devup-ui/rsbuild-plugin": "workspace:*"
2222
}

apps/vite-lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"vite-plugin-dts": "^4.5",
2020
"@devup-ui/vite-plugin": "workspace:*",
21-
"@vitejs/plugin-react": "^5.0.4",
22-
"vite": "^7.1",
21+
"@vitejs/plugin-react": "^5.1.1",
22+
"vite": "^7.2",
2323
"typescript": "^5",
2424
"@types/node": "^24",
2525
"@types/react": "^19"

apps/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"devDependencies": {
1919
"@devup-ui/vite-plugin": "workspace:*",
20-
"vite": "^7.1",
21-
"@vitejs/plugin-react": "^5.0",
20+
"vite": "^7.2",
21+
"@vitejs/plugin-react": "^5.1",
2222
"typescript": "^5",
2323
"@types/node": "^24",
2424
"@types/react": "^19",

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.28",
13+
"@chakra-ui/react": "^3.29",
1414
"@emotion/react": "^11.14",
1515
"next": "^16.0",
1616
"next-themes": "^0.4",

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.0"
1717
},
1818
"devDependencies": {
19-
"@pandacss/dev": "^1.4",
19+
"@pandacss/dev": "^1.5",
2020
"typescript": "^5",
2121
"@types/node": "^24",
2222
"@types/react": "^19",

benchmark/next-stylex/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626
"@stylexjs/babel-plugin": "^0.16",
2727
"@stylexjs/eslint-plugin": "^0.16",
2828
"@stylexjs/nextjs-plugin": "^0.11",
29-
"@types/node": "24.9",
29+
"@types/node": "24.10",
3030
"@types/react": "19.2",
3131
"@types/react-dom": "19.2",
3232
"@types/react-test-renderer": "^19.1",
33-
"eslint": "9.38",
33+
"eslint": "9.39",
3434
"eslint-config-next": "16.0",
3535
"prettier": "^3.6",
3636
"react-test-renderer": "^19.2",
37-
"rimraf": "^6.0",
37+
"rimraf": "^6.1",
3838
"ts_dependency_graph": "^2.1",
3939
"typescript": "5.9"
4040
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"@testing-library/jest-dom": "^6.9",
2020
"@testing-library/react": "^16.3",
2121
"@testing-library/user-event": "14.6",
22-
"@types/node": "^24.9",
22+
"@types/node": "^24.10",
2323
"@vitest/coverage-v8": "^4.0",
24-
"eslint": "^9.38",
24+
"eslint": "^9.39",
2525
"eslint-plugin-devup": "^2.0",
26-
"eslint-plugin-eslint-plugin": "^7.1",
26+
"eslint-plugin-eslint-plugin": "^7.2",
2727
"eslint-plugin-jsonc": "^2.21",
2828
"eslint-plugin-mdx": "^3.6",
29-
"globals": "^16.4",
29+
"globals": "^16.5",
3030
"happy-dom": "^20.0",
3131
"husky": "^9.1",
3232
"lint-staged": "^16.2",

packages/components/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,21 @@
4444
"dependencies": {
4545
"@devup-ui/react": "workspace:*",
4646
"csstype-extra": "latest",
47-
"react": "^19.1.1",
48-
"react-dom": "^19.1.1",
47+
"react": "^19.2.0",
48+
"react-dom": "^19.2.0",
4949
"clsx": "^2.1"
5050
},
5151
"devDependencies": {
5252
"@devup-ui/vite-plugin": "workspace:*",
53-
"@storybook/addon-docs": "^9.1",
54-
"@storybook/addon-onboarding": "^9.1",
55-
"@storybook/react-vite": "^9.1",
56-
"@types/react": "^19.2.2",
57-
"eslint-plugin-storybook": "^9.1",
53+
"@storybook/addon-docs": "^10.0",
54+
"@storybook/addon-onboarding": "^10.0",
55+
"@storybook/react-vite": "^10.0",
56+
"@types/react": "^19.2.6",
57+
"eslint-plugin-storybook": "^10.0",
5858
"rollup-plugin-preserve-directives": "^0.4",
59-
"storybook": "^9.1",
59+
"storybook": "^10.0",
6060
"typescript": "^5.9",
61-
"vite": "^7.1",
61+
"vite": "^7.2",
6262
"vite-plugin-dts": "^4.5",
6363
"vitest": "^4.0"
6464
},

packages/eslint-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"dist"
4141
],
4242
"dependencies": {
43-
"typescript-eslint": "^8.46",
44-
"@typescript-eslint/utils": "^8.46"
43+
"typescript-eslint": "^8.47",
44+
"@typescript-eslint/utils": "^8.47"
4545
},
4646
"peerDependencies": {
4747
"typescript-eslint": "*",
4848
"@typescript-eslint/utils": "*"
4949
},
5050
"devDependencies": {
51-
"@typescript-eslint/rule-tester": "^8.46",
51+
"@typescript-eslint/rule-tester": "^8.47",
5252
"typescript": "^5.9",
53-
"vite": "^7.1",
53+
"vite": "^7.2",
5454
"vite-plugin-dts": "^4.5"
5555
}
5656
}

0 commit comments

Comments
 (0)