Skip to content

Commit d6ba67f

Browse files
committed
feat: js2ts, js to schema
1 parent ab9b547 commit d6ba67f

File tree

12 files changed

+839
-197
lines changed

12 files changed

+839
-197
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212
"prepare": "husky"
1313
},
1414
"dependencies": {
15-
"@ant-design/icons": "^5.4.0",
15+
"@ant-design/icons": "^6.0.0",
1616
"@ant-design/nextjs-registry": "^1.0.1",
17-
"@monaco-editor/react": "^4.6.0",
18-
"antd": "^5.24.7",
17+
"@monaco-editor/react": "^4.7.0",
18+
"antd": "^5.24.8",
1919
"classnames": "^2.5.1",
20-
"json-schema-to-typescript": "^15.0.4",
20+
"generate-schema": "^2.6.0",
21+
"json-schema-to-typescript": "^10.1.5",
2122
"lodash": "^4.17.21",
2223
"next": "14.2.11",
2324
"react": "^18",

0 commit comments

Comments
 (0)