Skip to content

Commit 7e47cd4

Browse files
committed
Update Package
1 parent 2044f90 commit 7e47cd4

File tree

19 files changed

+546
-678
lines changed

19 files changed

+546
-678
lines changed

Cargo.lock

Lines changed: 30 additions & 30 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"@devup-ui/reset-css": "workspace:*",
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@next/mdx": "^15.3.5",
19+
"@next/mdx": "^15.4.1",
2020
"@types/mdx": "^2.0.13",
2121
"body-scroll-lock": "3.1.5",
2222
"clsx": "^2.1.1",
23-
"next": "^15.3.5",
23+
"next": "^15.4.1",
2424
"react": "^19.1.0",
2525
"react-dom": "^19.1.0",
2626
"react-markdown": "^10.1.0",

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.0",
1414
"react-dom": "^19.1.0",
15-
"next": "^15.3.5",
15+
"next": "^15.4.1",
1616
"@devup-ui/react": "workspace:*"
1717
},
1818
"devDependencies": {

apps/rsbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@devup-ui/react": "workspace:*"
1616
},
1717
"devDependencies": {
18-
"@rsbuild/core": "^1.4.5",
18+
"@rsbuild/core": "^1.4.7",
1919
"@rsbuild/plugin-react": "^1.3.4",
2020
"@devup-ui/rsbuild-plugin": "workspace:*"
2121
}

apps/vite-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"react": "^19.1.0",
1616
"@devup-ui/react": "workspace:*",
17-
"vite": "^7.0.3"
17+
"vite": "^7.0.5"
1818
},
1919
"devDependencies": {
2020
"vite-plugin-dts": "^4.5.4",

apps/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@devup-ui/vite-plugin": "workspace:*",
20-
"vite": "^7.0.3",
20+
"vite": "^7.0.5",
2121
"@vitejs/plugin-react": "^4.6.0",
2222
"typescript": "^5",
2323
"@types/node": "^24",

benchmark/next-chakra-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@chakra-ui/react": "^3.22.0",
1414
"@emotion/react": "^11.14.0",
15-
"next": "^15.3.5",
15+
"next": "^15.4.1",
1616
"next-themes": "^0.4.6",
1717
"react": "^19.1.0",
1818
"react-dom": "^19.1.0",

benchmark/next-devup-ui/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.0",
1414
"react-dom": "^19.1.0",
15-
"next": "^15.3.5",
15+
"next": "^15.4.1",
1616
"@devup-ui/react": "workspace:*"
1717
},
1818
"devDependencies": {

benchmark/next-kuma-ui/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.0",
1414
"react-dom": "^19.1.0",
15-
"next": "^15.3.5",
15+
"next": "^15.4.1",
1616
"@kuma-ui/core": "^1.5.9"
1717
},
1818
"devDependencies": {

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.77.0"
8-
oxc_syntax = "0.77.0"
9-
oxc_span = "0.77.0"
10-
oxc_allocator = "0.77.0"
11-
oxc_ast = "0.77.0"
12-
oxc_ast_visit = "0.77.0"
13-
oxc_codegen = "0.77.0"
7+
oxc_parser = "0.77.1"
8+
oxc_syntax = "0.77.1"
9+
oxc_span = "0.77.1"
10+
oxc_allocator = "0.77.1"
11+
oxc_ast = "0.77.1"
12+
oxc_ast_visit = "0.77.1"
13+
oxc_codegen = "0.77.1"
1414
css = { path = "../css" }
1515
phf = "0.12"
1616
strum = "0.27.1"

0 commit comments

Comments
 (0)