mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
chore(deps): update dependency react-plotly.js to v2.6.0
This commit is contained in:
parent
6d83df8379
commit
3621a4d09d
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -90,7 +90,7 @@
|
|||
"react-dom": "16.14.0",
|
||||
"react-intl": "5.25.1",
|
||||
"react-modal": "3.16.1",
|
||||
"react-plotly.js": "2.4.0",
|
||||
"react-plotly.js": "2.6.0",
|
||||
"react-redux": "5.0.7",
|
||||
"react-responsive": "3.0.0",
|
||||
"react-slick": "0.16.0",
|
||||
|
@ -19792,12 +19792,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-plotly.js": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-plotly.js/-/react-plotly.js-2.4.0.tgz",
|
||||
"integrity": "sha512-BCkxMe8yWqu3nP/hw9A1KCIuoL67WV5/k68SL9yhEkF6UG+pAuIev9Q3cMKtNkQJZhsYFpOmlqrpPjIdUFACOQ==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/react-plotly.js/-/react-plotly.js-2.6.0.tgz",
|
||||
"integrity": "sha512-g93xcyhAVCSt9kV1svqG1clAEdL6k3U+jjuSzfTV7owaSU9Go6Ph8bl25J+jKfKvIGAEYpe4qj++WHJuc9IaeA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"prop-types": "^15.7.2"
|
||||
"prop-types": "^15.8.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"plotly.js": ">1.34.0",
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
"react-dom": "16.14.0",
|
||||
"react-intl": "5.25.1",
|
||||
"react-modal": "3.16.1",
|
||||
"react-plotly.js": "2.4.0",
|
||||
"react-plotly.js": "2.6.0",
|
||||
"react-redux": "5.0.7",
|
||||
"react-responsive": "3.0.0",
|
||||
"react-slick": "0.16.0",
|
||||
|
|
Loading…
Reference in a new issue