Update react-list
This commit is contained in:
parent
70c980fcd8
commit
d0a3c13ead
|
|
@ -248,9 +248,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@types/react-list": {
|
"@types/react-list": {
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"resolved": "https://registry.npmjs.org/@types/react-list/-/react-list-0.8.3.tgz",
|
"resolved": "https://registry.npmjs.org/@types/react-list/-/react-list-0.8.4.tgz",
|
||||||
"integrity": "sha512-0ttP8w7s9gmlR7vSPW5Lb39JpWtgUJE8mXjrEnwrUQVG3qJllIfMHCRuETHprE7KEI3mnjENszilcqzNqdM5mg==",
|
"integrity": "sha512-eOq+wGLJ4ToxonMBXeqWRmta0is5uvvtzQOstFDLlDbbSiKUb8e7oCqZ0Yx0y864TDyAHmOGsmftSqpc1A7Sjw==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/react": "*"
|
"@types/react": "*"
|
||||||
|
|
@ -9703,9 +9703,9 @@
|
||||||
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
|
"integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA=="
|
||||||
},
|
},
|
||||||
"react-list": {
|
"react-list": {
|
||||||
"version": "0.8.8",
|
"version": "0.8.10",
|
||||||
"resolved": "https://registry.npmjs.org/react-list/-/react-list-0.8.8.tgz",
|
"resolved": "https://registry.npmjs.org/react-list/-/react-list-0.8.10.tgz",
|
||||||
"integrity": "sha512-NWr2gOZL3f72fJ6sWpBVcoJZjDXNh8KRDC1p6jAW9KYr4ig6XzjkwvYHav6zYqntOjpVf0FZeWBDmjOupFV2eg==",
|
"integrity": "sha512-7jzShUoyzPp7NxzEs46vs5H1SmNSbPX2jK35KA3CrT43Fv4yYyovWm5lb0CtDIPHeLKf8rTmGOaZQPV9HvoG2w==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"prop-types": "15"
|
"prop-types": "15"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"prop-types": "^15.6.1",
|
"prop-types": "^15.6.1",
|
||||||
"react": "^16.4.2",
|
"react": "^16.4.2",
|
||||||
"react-dom": "^16.4.2",
|
"react-dom": "^16.4.2",
|
||||||
"react-list": "^0.8.8",
|
"react-list": "^0.8.10",
|
||||||
"react-router": "^4.3.1",
|
"react-router": "^4.3.1",
|
||||||
"react-router-dom": "^4.3.1",
|
"react-router-dom": "^4.3.1",
|
||||||
"react-scripts-ts": "2.15.1",
|
"react-scripts-ts": "2.15.1",
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
"@types/notifyjs": "^1.2.30",
|
"@types/notifyjs": "^1.2.30",
|
||||||
"@types/react": "^16.4.11",
|
"@types/react": "^16.4.11",
|
||||||
"@types/react-dom": "^16.0.7",
|
"@types/react-dom": "^16.0.7",
|
||||||
"@types/react-list": "^0.8.3",
|
"@types/react-list": "^0.8.4",
|
||||||
"@types/react-router-dom": "^4.3.0",
|
"@types/react-router-dom": "^4.3.0",
|
||||||
"prettier": "^1.14.2",
|
"prettier": "^1.14.2",
|
||||||
"typescript": "^2.8.1"
|
"typescript": "^2.8.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue