Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: antdpro/antdp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 58bfddf6e94f50ddd8b4965490c7c9be8a63518d
Choose a base ref
..
head repository: antdpro/antdp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 47073d1ecb915b6db7b1514be119b3aedd63e037
Choose a head ref
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:

- name: Create Tag
id: create_tag
uses: jaywcjlove/create-tag-action@v1.1.5
uses: jaywcjlove/create-tag-action@v1.1.8
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-path: ./packages/antdp/package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -52,6 +52,6 @@
"lint-staged": "10.5.3",
"prettier": "2.3.0",
"tsbb": "1.7.7",
"umi": "3.4.21"
"umi": "3.4.22"
}
}
2 changes: 1 addition & 1 deletion packages/authorized/package.json
Original file line number Diff line number Diff line change
@@ -29,6 +29,6 @@
"devDependencies": {
"react": "16.14.0",
"react-dom": "16.14.0",
"umi": "3.4.21"
"umi": "3.4.22"
}
}
2 changes: 1 addition & 1 deletion packages/basic-layouts/package.json
Original file line number Diff line number Diff line change
@@ -50,6 +50,6 @@
"antd": "4.10.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"umi": "3.4.21"
"umi": "3.4.22"
}
}
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
"dependencies": {
"@ant-design/icons": "4.3.0",
"@babel/runtime": "7.12.5",
"umi": "3.4.21",
"umi": "3.4.22",
"umi-plugin-antd-icon-config": "2.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/layout-tabs/package.json
Original file line number Diff line number Diff line change
@@ -36,6 +36,6 @@
"antd": "4.10.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"umi": "3.4.21"
"umi": "3.4.22"
}
}
2 changes: 1 addition & 1 deletion packages/user-login/package.json
Original file line number Diff line number Diff line change
@@ -47,6 +47,6 @@
"antd": "4.10.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"umi": "3.4.21"
"umi": "3.4.22"
}
}