Skip to content

Commit

Permalink
chore: update formily to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Nov 26, 2021
1 parent fa23b37 commit 89a1725
Show file tree
Hide file tree
Showing 9 changed files with 1,672 additions and 1,642 deletions.
20 changes: 10 additions & 10 deletions formily/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"devDependencies": {
"@designable/react-settings-form": "1.0.0-beta.35",
"@formily/antd": "^2.0.0-rc.19",
"@formily/core": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/antd": "^2.0.2",
"@formily/core": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/reactive": "^2.0.2",
"@formily/shared": "^2.0.2",
"autoprefixer": "^9.0",
"file-loader": "^5.0.2",
"fs-extra": "^8.1.0",
Expand All @@ -47,11 +47,11 @@
"webpack-dev-server": "^3.10.1"
},
"peerDependencies": {
"@formily/antd": "^2.0.0-rc.19",
"@formily/core": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/antd": "^2.0.2",
"@formily/core": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/reactive": "^2.0.2",
"@formily/shared": "^2.0.2",
"@types/react": ">=16.8.0 || >=17.0.0",
"@types/react-dom": ">=16.8.0 || >=17.0.0",
"antd": "^4.0.0",
Expand Down
20 changes: 10 additions & 10 deletions formily/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"devDependencies": {
"@designable/react-settings-form": "1.0.0-beta.35",
"@formily/core": "^2.0.0-rc.19",
"@formily/next": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/core": "^2.0.2",
"@formily/next": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/reactive": "^2.0.2",
"@formily/shared": "^2.0.2",
"autoprefixer": "^9.0",
"file-loader": "^5.0.2",
"fs-extra": "^8.1.0",
Expand All @@ -48,11 +48,11 @@
},
"peerDependencies": {
"@alifd/next": "^1.23.0",
"@formily/core": "^2.0.0-rc.19",
"@formily/next": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/core": "^2.0.2",
"@formily/next": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/reactive": "^2.0.2",
"@formily/shared": "^2.0.2",
"@types/react": ">=16.8.0 || >=17.0.0",
"@types/react-dom": ">=16.8.0 || >=17.0.0",
"antd": "^4.0.0",
Expand Down
16 changes: 8 additions & 8 deletions formily/setters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"start": "webpack-dev-server --config playground/webpack.dev.ts"
},
"devDependencies": {
"@formily/antd": "^2.0.0-rc.19",
"@formily/core": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/antd": "^2.0.2",
"@formily/core": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/shared": "^2.0.2",
"antd": "^4.0.0"
},
"peerDependencies": {
"@formily/antd": "^2.0.0-rc.19",
"@formily/core": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/antd": "^2.0.2",
"@formily/core": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/shared": "^2.0.2",
"@types/react": ">=16.8.0 || >=17.0.0",
"@types/react-dom": ">=16.8.0 || >=17.0.0",
"antd": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions formily/transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
"access": "public"
},
"devDependencies": {
"@formily/core": "^2.0.0-rc.19",
"@formily/json-schema": "^2.0.0-rc.19"
"@formily/core": "^2.0.2",
"@formily/json-schema": "^2.0.2"
},
"peerDependencies": {
"@formily/core": "^2.0.0-rc.19",
"@formily/json-schema": "^2.0.0-rc.19"
"@formily/core": "^2.0.2",
"@formily/json-schema": "^2.0.2"
},
"dependencies": {
"@designable/core": "1.0.0-beta.35",
Expand Down
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"build:umd": "rollup --config"
},
"devDependencies": {
"@formily/json-schema": "^2.0.0-rc.19",
"@formily/path": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19"
"@formily/json-schema": "^2.0.2",
"@formily/path": "^2.0.2",
"@formily/reactive": "^2.0.2"
},
"peerDependencies": {
"@formily/json-schema": "^2.0.0-rc.19",
"@formily/path": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19"
"@formily/json-schema": "^2.0.2",
"@formily/path": "^2.0.2",
"@formily/reactive": "^2.0.2"
},
"dependencies": {
"@designable/shared": "1.0.0-beta.35",
Expand Down
4 changes: 2 additions & 2 deletions packages/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@designable/react-sandbox": "1.0.0-beta.35",
"@designable/react-settings-form": "1.0.0-beta.35",
"@designable/shared": "1.0.0-beta.35",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/reactive-react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.2",
"@formily/reactive-react": "^2.0.2",
"antd": "^4.15.2",
"react": "^16.8.x",
"react-dom": "^16.8.x",
Expand Down
24 changes: 12 additions & 12 deletions packages/react-settings-form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@
"build:umd": "rollup --config"
},
"peerDependencies": {
"@formily/antd": "^2.0.0-rc.19",
"@formily/core": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/reactive-react": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/antd": "^2.0.2",
"@formily/core": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/reactive": "^2.0.2",
"@formily/reactive-react": "^2.0.2",
"@formily/shared": "^2.0.2",
"antd": "^4.0.0"
},
"devDependencies": {
"@formily/antd": "^2.0.0-rc.19",
"@formily/core": "^2.0.0-rc.19",
"@formily/react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.0-rc.19",
"@formily/reactive-react": "^2.0.0-rc.19",
"@formily/shared": "^2.0.0-rc.19",
"@formily/antd": "^2.0.2",
"@formily/core": "^2.0.2",
"@formily/react": "^2.0.2",
"@formily/reactive": "^2.0.2",
"@formily/reactive-react": "^2.0.2",
"@formily/shared": "^2.0.2",
"antd": "^4.15.5"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"build:umd": "rollup --config"
},
"devDependencies": {
"@formily/reactive": "^2.0.0-rc.19",
"@formily/reactive-react": "^2.0.0-rc.19"
"@formily/reactive": "^2.0.2",
"@formily/reactive-react": "^2.0.2"
},
"peerDependencies": {
"@formily/reactive": "^2.0.0-rc.19",
"@formily/reactive-react": "^2.0.0-rc.19",
"@formily/reactive": "^2.0.2",
"@formily/reactive-react": "^2.0.2",
"antd": "^4.15.4",
"react": "16.x || 17.x"
},
Expand Down
Loading

0 comments on commit 89a1725

Please sign in to comment.