Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyingchun committed Oct 22, 2024
1 parent d55fd03 commit 6a75352
Showing 7 changed files with 129 additions and 130 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"@changesets/cli": "2.27.9",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@hyperse/eslint-config-hyperse": "^1.1.3",
"@hyperse/eslint-config-hyperse": "^1.2.1",
"commitizen": "4.3.1",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.13.0",
8 changes: 4 additions & 4 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
@@ -458,8 +458,8 @@
"@dimjs/model-react": "^2.0.1",
"@dimjs/utils": "^2.0.2",
"@flatjs/cli": "2.1.9",
"@hyperse/eslint-config-hyperse": "^1.1.3",
"@types/node": "22.7.7",
"@hyperse/eslint-config-hyperse": "^1.2.1",
"@types/node": "22.7.8",
"@types/react": "^18.3.11",
"@wove/react": "^2.0.2",
"ahooks": "^3.8.1",
@@ -498,15 +498,15 @@
"@dnd-kit/utilities": "^3.2.2",
"@hyperse/utils": "workspace:^",
"@tinymce/tinymce-react": "5.1.1",
"ace-builds": "^1.36.2",
"ace-builds": "^1.36.3",
"dequal": "2.0.3",
"pubsub-js": "1.9.4",
"react-ace": "^12.0.0",
"react-is": "^18.3.1",
"react-split": "2.0.14",
"simple-mind-map": "^0.12.0",
"sql-formatter": "^15.4.5",
"use-intl": "3.21.1",
"use-intl": "3.22.0",
"xml-formatter": "^3.6.3"
},
"peerDependenciesMeta": {
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ import { Button, Form, Space } from 'antd';
import { DeleteOutlined } from '@ant-design/icons';
import { classNames } from '@dimjs/utils';
import { FormItemAdapter } from '../form-item/index.jsx';
import { FormListConfig } from '../type.js';
import { type FormListConfig } from '../type.js';
import { getEditable } from '../utils.js';

export type FormListProps = {
2 changes: 1 addition & 1 deletion packages/demo-antd/package.json
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@
},
"devDependencies": {
"@flatjs/cli": "2.1.9",
"@hyperse/eslint-config-hyperse": "^1.1.3",
"@hyperse/eslint-config-hyperse": "^1.2.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
8 changes: 4 additions & 4 deletions packages/pro-layout/package.json
Original file line number Diff line number Diff line change
@@ -38,9 +38,9 @@
"@dimjs/model-react": "^2.0.1",
"@dimjs/utils": "^2.0.2",
"@flatjs/cli": "2.1.9",
"@hyperse/eslint-config-hyperse": "^1.1.3",
"@hyperse/eslint-config-hyperse": "^1.2.1",
"@hyperse/utils": "^1.0.0",
"@types/node": "22.7.7",
"@types/node": "22.7.8",
"@types/react": "^18.3.11",
"@wove/react": "^2.0.2",
"ahooks": "^3.8.1",
@@ -84,7 +84,7 @@
"@hyperse/antd": "workspace:^",
"@hyperse/utils": "workspace:^",
"@tinymce/tinymce-react": "5.1.1",
"ace-builds": "^1.36.2",
"ace-builds": "^1.36.3",
"dequal": "2.0.3",
"pubsub-js": "1.9.4",
"react": "18.3.1",
@@ -96,7 +96,7 @@
"react-split": "2.0.14",
"simple-mind-map": "^0.12.0",
"sql-formatter": "^15.4.5",
"use-intl": "3.21.1",
"use-intl": "3.22.0",
"xml-formatter": "^3.6.3"
},
"peerDependenciesMeta": {
8 changes: 4 additions & 4 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -37,23 +37,23 @@
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@tinymce/tinymce-react": "5.1.1",
"ace-builds": "^1.36.2",
"ace-builds": "^1.36.3",
"dequal": "2.0.3",
"pubsub-js": "1.9.4",
"react-ace": "^12.0.0",
"react-is": "^18.3.1",
"react-split": "2.0.14",
"simple-mind-map": "^0.12.0",
"sql-formatter": "^15.4.5",
"use-intl": "3.21.1",
"use-intl": "3.22.0",
"xml-formatter": "^3.6.3"
},
"devDependencies": {
"@dimjs/lang": "^2.0.0",
"@dimjs/utils": "^2.0.2",
"@flatjs/cli": "2.1.9",
"@hyperse/eslint-config-hyperse": "^1.1.3",
"@types/node": "22.7.7",
"@hyperse/eslint-config-hyperse": "^1.2.1",
"@types/node": "22.7.8",
"@types/react": "^18.3.11",
"cropperjs": "^1.6.2",
"eslint": "9.13.0",
Loading

0 comments on commit 6a75352

Please sign in to comment.