Skip to content

Instantly share code, notes, and snippets.

@vzaidman
Last active November 24, 2020 09:37
Show Gist options
  • Save vzaidman/689d395ec4138b00287ebbbf2f12bf80 to your computer and use it in GitHub Desktop.
Save vzaidman/689d395ec4138b00287ebbbf2f12bf80 to your computer and use it in GitHub Desktop.
How to test who react versions?
{
// ...
"nollup": "^0.13.13",
"react": "^17.0.1",
// ↓↓ ↓↓↓ ↓↓↓↓↓↓↓↓
"react-16": "npm:react@^16.14.0",
"react-dom": "npm:@hot-loader/react-dom@^17.0.0",
// ↓↓ ↓↓↓ ↓↓↓↓↓↓↓↓
"react-dom-16": "npm:@hot-loader/react-dom@^16.14.0",
"react-hot-loader": "^4.13.0",
"react-is": "^17.0.1",
// ↓↓ ↓↓↓ ↓↓↓↓↓↓↓↓
"react-is-16": "npm:react-is@^16.13.1",
"react-redux": "^7.2.2",
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment