Skip to content

Commit 6d8aeac

Browse files
committed
Fix format
1 parent 470d4a3 commit 6d8aeac

File tree

22 files changed

+2010
-1995
lines changed

22 files changed

+2010
-1995
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/vite-plugin/package.json":"Patch","packages/next-plugin/package.json":"Patch","packages/rsbuild-plugin/package.json":"Patch","packages/webpack-plugin/package.json":"Patch","packages/react-query/package.json":"Patch","packages/utils/package.json":"Patch","packages/generator/package.json":"Patch","packages/fetch/package.json":"Patch","packages/core/package.json":"Patch"},"note":"Update lib","date":"2025-12-18T10:01:52.928637600Z"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"changes":{"packages/next-plugin/package.json":"Patch","packages/rsbuild-plugin/package.json":"Patch","packages/core/package.json":"Patch","packages/vite-plugin/package.json":"Patch","packages/webpack-plugin/package.json":"Patch","packages/fetch/package.json":"Patch","packages/utils/package.json":"Patch","packages/generator/package.json":"Patch","packages/react-query/package.json":"Patch"},"note":"Fix interface indent struct","date":"2025-12-18T10:02:43.863144900Z"}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json
3232

3333
# Finder (MacOS) folder config
3434
.DS_Store
35+
36+
.claude

bun.lock

Lines changed: 145 additions & 217 deletions
Large diffs are not rendered by default.

examples/next-webpack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^16.0.4",
13-
"react": "^19.2.0",
14-
"react-dom": "^19.2.0",
12+
"next": "^16.0.10",
13+
"react": "^19.2.3",
14+
"react-dom": "^19.2.3",
1515
"@devup-api/next-plugin": "workspace:*",
1616
"@devup-api/fetch": "workspace:*",
1717
"@devup-ui/react": "^1"
1818
},
1919
"devDependencies": {
2020
"@devup-ui/next-plugin": "^1",
21-
"@types/node": "^24",
21+
"@types/node": "^25",
2222
"@types/react": "^19",
2323
"@types/react-dom": "^19",
2424
"typescript": "^5"

examples/next/openapi2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,21 @@
100100
"createdAt": {
101101
"type": "string",
102102
"format": "date-time"
103+
},
104+
"array": {
105+
"type": "array",
106+
"items": {
107+
"type": "object",
108+
"properties": {
109+
"id": {
110+
"type": "integer"
111+
},
112+
"name": {
113+
"type": "string"
114+
}
115+
},
116+
"required": ["id", "name"]
117+
}
103118
}
104119
},
105120
"required": ["id", "name", "email"]

examples/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "^16.0.4",
13-
"react": "^19.2.0",
14-
"react-dom": "^19.2.0",
12+
"next": "^16.0.10",
13+
"react": "^19.2.3",
14+
"react-dom": "^19.2.3",
1515
"@devup-api/next-plugin": "workspace:*",
1616
"@devup-api/fetch": "workspace:*",
1717
"@devup-api/react-query": "workspace:*",
1818
"@devup-ui/react": "^1"
1919
},
2020
"devDependencies": {
2121
"@devup-ui/next-plugin": "^1",
22-
"@types/node": "^24",
22+
"@types/node": "^25",
2323
"@types/react": "^19",
2424
"@types/react-dom": "^19",
2525
"typescript": "^5"

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.0",
13-
"react-dom": "^19.2.0",
12+
"react": "^19.2.3",
13+
"react-dom": "^19.2.3",
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.0",
13-
"react-dom": "^19.2.0",
12+
"react": "^19.2.3",
13+
"react-dom": "^19.2.3",
1414
"@devup-api/fetch": "workspace:*"
1515
},
1616
"devDependencies": {
1717
"@types/react": "^19",
1818
"@types/react-dom": "^19",
19-
"@vitejs/plugin-react": "^5.1.1",
19+
"@vitejs/plugin-react": "^5.1.2",
2020
"typescript": "^5",
21-
"vite": "^7.2.4",
21+
"vite": "^7.3.0",
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,12 +5,12 @@
55
"private": true,
66
"devDependencies": {
77
"@biomejs/biome": "^2.3",
8-
"@testing-library/react": "^16.3.0",
8+
"@testing-library/react": "^16.3.1",
99
"@testing-library/react-hooks": "^8.0.1",
1010
"@types/bun": "latest",
1111
"husky": "^9",
12-
"react": "^19.2.0",
13-
"react-dom": "^19.2.0"
12+
"react": "^19.2.3",
13+
"react-dom": "^19.2.3"
1414
},
1515
"author": "JeongMin Oh",
1616
"license": "Apache-2.0",

0 commit comments

Comments
 (0)