Не удается обновить пакет npm / yarn до последней версии - PullRequest
0 голосов
/ 27 февраля 2020

Я пытаюсь установить последнюю версиюact-redux (7.2.0) с пряжей enter image description here

, но пряжа показывает список версий, которые не включают последнюю версия:

enter image description here

То же самое с npm:

enter image description here enter image description here

npm view react-redux:

enter image description here

Моя посылка. json:

{
    "name": "client",
    "version": "0.1.0",
    "private": true,
    "dependencies": {
        "css-loader": "^2.1.1",
        "html-webpack-plugin": "^3.2.0",
        "lodash": "^4.17.11",
        "node-sass": "^4.11.0",
        "react": "^16.8.6",
        "react-dom": "^16.8.6",
        "react-hot-loader": "^4.8.4",
        "react-router-dom": "^5.0.0",
        "react-scripts": "2.1.8",
        "redux": "^4.0.1",
        "redux-immutable-state-invariant": "^2.1.0",
        "redux-saga": "^1.0.2",
        "sass-loader": "^7.1.0",
        "style-loader": "^0.23.1",
        "webpack-bundle-analyzer": "^3.3.2",
        "webpack-cli": "^3.3.0",
        "webpack-hot-middleware": "^2.24.3"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "react-scripts build",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ]
}

Кто-нибудь знает, как его установить?

...