Skip to content

Conversation

@grzanka
Copy link
Contributor

@grzanka grzanka commented Jan 9, 2021

Fixes #593

@grzanka grzanka self-assigned this Jan 9, 2021
@grzanka grzanka changed the title general upgrade packages ant general upgrade (dependencies, partially ant design) Jan 9, 2021
@grzanka grzanka linked an issue Jan 9, 2021 that may be closed by this pull request
@grzanka grzanka requested a review from marwin1991 January 9, 2021 19:56
this.state.footer =
<Footer key={"footer"} style={{ textAlign: 'center', background: '#fff' }}>
<Row>{confData.footerText1} Find code at
<Row justify="center">{confData.footerText1} Find code at
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe modify confData to setup year to 2021 ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

"bootstrap": "4.4.1",
"jquery": "3.5.0",
"npm-check-updates": "^4.1.0",
"antd": "^4.10.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if antd is not always keeping backwards comatybility is it safe to use "^" ?



const FormItem = Form.Item;
const FormItem = LegacyForm.Item;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe also call it LegacyFormItem ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate necessary components from ant design v3 to v4 Fix security issues in upgraded requirements

2 participants