Skip to content

Commit f9ac798

Browse files
committed
Update lib
1 parent c8fa5e7 commit f9ac798

File tree

18 files changed

+260
-288
lines changed

18 files changed

+260
-288
lines changed

bun.lock

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

examples/next-webpack/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^16.1.1",
13-
"react": "^19.2.3",
14-
"react-dom": "^19.2.3",
12+
"next": "^16.1.6",
13+
"react": "^19.2.4",
14+
"react-dom": "^19.2.4",
1515
"@devup-api/next-plugin": "workspace:*",
1616
"@devup-api/fetch": "workspace:*",
1717
"@devup-ui/react": "^1"

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^16.1.1",
13-
"react": "^19.2.3",
14-
"react-dom": "^19.2.3",
12+
"next": "^16.1.6",
13+
"react": "^19.2.4",
14+
"react-dom": "^19.2.4",
1515
"@devup-api/next-plugin": "workspace:*",
1616
"@devup-api/fetch": "workspace:*",
1717
"@devup-api/react-query": "workspace:*",

examples/rsbuild/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "rsbuild preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.3",
13-
"react-dom": "^19.2.3",
12+
"react": "^19.2.4",
13+
"react-dom": "^19.2.4",
1414
"@devup-api/fetch": "workspace:*"
1515
},
1616
"devDependencies": {

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"react": "^19.2.3",
13-
"react-dom": "^19.2.3",
12+
"react": "^19.2.4",
13+
"react-dom": "^19.2.4",
1414
"@devup-api/fetch": "workspace:*"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^19",
1818
"@types/react-dom": "^19",
19-
"@vitejs/plugin-react": "^5.1.2",
19+
"@vitejs/plugin-react": "^5.1.4",
2020
"typescript": "^5",
21-
"vite": "^7.3.0",
21+
"vite": "^7.3.1",
2222
"@devup-api/vite-plugin": "workspace:*"
2323
}
2424
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"private": true,
66
"devDependencies": {
77
"@biomejs/biome": "^2.3",
8-
"@testing-library/react": "^16.3.1",
8+
"@testing-library/react": "^16.3.2",
99
"@testing-library/react-hooks": "^8.0.1",
1010
"@types/bun": "latest",
1111
"bun-test-env-dom": "^1.0.3",
1212
"husky": "^9",
13-
"react": "^19.2.3",
14-
"react-dom": "^19.2.3"
13+
"react": "^19.2.4",
14+
"react-dom": "^19.2.4"
1515
},
1616
"author": "JeongMin Oh",
1717
"license": "Apache-2.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"access": "public"
2222
},
2323
"devDependencies": {
24-
"@types/node": "^25.0",
24+
"@types/node": "^25.2",
2525
"typescript": "^5.9"
2626
}
2727
}

packages/fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@devup-api/core": "workspace:^"
2424
},
2525
"devDependencies": {
26-
"@types/node": "^25.0",
26+
"@types/node": "^25.2",
2727
"typescript": "^5.9"
2828
}
2929
}

packages/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@devup-api/utils": "workspace:^"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^25.0",
27+
"@types/node": "^25.2",
2828
"typescript": "^5.9",
2929
"openapi-types": "^12.1"
3030
}

packages/hookform/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@devup-api/fetch": "workspace:^",
2626
"@devup-api/zod": "workspace:^",
2727
"@hookform/resolvers": ">=5.2.2",
28-
"react-hook-form": ">=7.70.0"
28+
"react-hook-form": ">=7.71.1"
2929
},
3030
"peerDependencies": {
3131
"@tanstack/react-query": ">=5.0.0",
@@ -34,14 +34,14 @@
3434
"zod": "*"
3535
},
3636
"devDependencies": {
37-
"@tanstack/react-query": "^5.90.16",
38-
"@testing-library/react": "^16.3.1",
39-
"@types/node": "^25.0",
37+
"@tanstack/react-query": "^5.90",
38+
"@testing-library/react": "^16.3",
39+
"@types/node": "^25.2",
4040
"@types/react": "^19.2",
41-
"bun-test-env-dom": "^1.0.3",
42-
"happy-dom": "^20.0.11",
43-
"react": "^19.2.3",
44-
"react-dom": "^19.2.3",
41+
"bun-test-env-dom": "^1.0",
42+
"happy-dom": "^20.6",
43+
"react": "^19.2",
44+
"react-dom": "^19.2",
4545
"typescript": "^5.9",
4646
"zod": "^4.3",
4747
"rollup-plugin-preserve-directives": "^0.4",

0 commit comments

Comments
 (0)