Skip to content

Commit

Permalink
chore: Add support for react ^17.0.0 and ^18.0.0 (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebelliard committed Apr 23, 2022
1 parent 2e962d8 commit 005be24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
"react-lifecycles-compat": "^3.0.4"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.1",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.1"
"react": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0",
"react-dom": "^15.3.0 || ^16.0.0-alpha || ^17.0.0 || ^18.0.0"
},
"browserify": {
"transform": [
Expand Down

9 comments on commit 005be24

@Med-H
Copy link

@Med-H Med-H commented on 005be24 Apr 27, 2022

Choose a reason for hiding this comment

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

hi, will we have a minor release change soon?

@carloscurotto
Copy link

Choose a reason for hiding this comment

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

Hi everyone, we need a minor release in order to get the react version update, when are you planning to do a release? Thanks a lot!

@proddy
Copy link

@proddy proddy commented on 005be24 May 29, 2022

Choose a reason for hiding this comment

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

can this be merged soon? I hate seeing all the build warnings...

@cileria
Copy link

@cileria cileria commented on 005be24 Jun 3, 2022

Choose a reason for hiding this comment

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

Hallo, when will this be merged? Can I help you with something? I really need React 17/18 support. react-window does not meet my requirements. Thank you

@pradumangoyal
Copy link

Choose a reason for hiding this comment

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

Can we release this version to npm?

@cileria
Copy link

@cileria cileria commented on 005be24 Jun 7, 2022

Choose a reason for hiding this comment

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

Yes, please

@enykeev
Copy link

@enykeev enykeev commented on 005be24 Jun 9, 2022

Choose a reason for hiding this comment

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

The changes have been published in a fork as https://www.npmjs.com/package/@enykeev/react-virtualized/v/9.22.4-mirror.1. Obviously use at your own discretion.

Also, be aware, this package has a ton of deprecated and vulnerable dependencies now. It needs active support if want to continue to rely on it.

@OnkelTem
Copy link

Choose a reason for hiding this comment

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

Was this released or not?

@OnkelTem
Copy link

Choose a reason for hiding this comment

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

The changes have been published in a fork as https://www.npmjs.com/package/@enykeev/react-virtualized/v/9.22.4-mirror.1. Obviously use at your own discretion.

Thanks, I installed your fork.

Also, be aware, this package has a ton of deprecated and vulnerable dependencies now. It needs active support if want to continue to rely on it.

Yeah, that's too bad :(

Please sign in to comment.