Skip to content

Commit 8312bdf

Browse files
authored
Merge pull request #492 from dev-five-git/update-dep
Update dep
2 parents 41e80b2 + 1f64e9c commit 8312bdf

File tree

19 files changed

+1742
-1779
lines changed

19 files changed

+1742
-1779
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"changes": {
3+
"packages/components/package.json": "Patch",
4+
"packages/next-plugin/package.json": "Patch",
5+
"packages/react/package.json": "Patch",
6+
"packages/reset-css/package.json": "Patch",
7+
"packages/rsbuild-plugin/package.json": "Patch",
8+
"packages/webpack-plugin/package.json": "Patch",
9+
"packages/eslint-plugin/package.json": "Patch"
10+
},
11+
"note": "Update dep",
12+
"date": "2025-11-18T07:36:03.937945600Z"
13+
}

Cargo.lock

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

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
}

libs/extractor/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
oxc_parser = "0.97.0"
8-
oxc_syntax = "0.97.0"
9-
oxc_span = "0.97.0"
10-
oxc_allocator = "0.97.0"
11-
oxc_ast = "0.97.0"
12-
oxc_ast_visit = "0.97.0"
13-
oxc_codegen = "0.97.0"
7+
oxc_parser = "0.98.0"
8+
oxc_syntax = "0.98.0"
9+
oxc_span = "0.98.0"
10+
oxc_allocator = "0.98.0"
11+
oxc_ast = "0.98.0"
12+
oxc_ast_visit = "0.98.0"
13+
oxc_codegen = "0.98.0"
1414
css = { path = "../css" }
1515
phf = "0.13"
1616
strum = "0.27.2"

0 commit comments

Comments
 (0)