Skip to content

Conversation

@dxvladislavvolkov
Copy link
Contributor

No description provided.

package.json Outdated
"devDependencies": {
"devextreme": "~16.2.4",
"jquery": "^2.0.0 || ^3.0.0",
"jquery": "^2.0.0 || ~3.1.1",
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this unnecessary dev dependency

package.json Outdated
"@types/jquery": "^2.0.0 || ^3.0.0",
"jquery": "^2.0.0 || ^3.0.0"
"@types/jquery": "^2.0.0 || ~3.1.1",
"jquery": "^2.0.0 || ~3.1.1"
Copy link
Contributor

@kvet kvet Mar 20, 2017

Choose a reason for hiding this comment

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

Seems that "2.0.0 - 3.1" is more suitable version specification

Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need these changes?

Copy link
Contributor Author

@dxvladislavvolkov dxvladislavvolkov Mar 20, 2017

Choose a reason for hiding this comment

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

@GoshaFighten These changes fixed issue #406

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, but we will be stuck to jQuery 3.1.1. jQuery is going to fix the issue in $.holdReady is broken in 3.2.0, plus we are going fix it in our code in the DevExtreme fails with the "$.holdReady is not a function" error when jQuery 3.2.0 is used bug report.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants