Last active
November 24, 2020 09:37
-
-
Save vzaidman/689d395ec4138b00287ebbbf2f12bf80 to your computer and use it in GitHub Desktop.
How to test who react versions?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// ... | |
"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