Update plotly.js-dist

This commit is contained in:
c-bata
2022-03-05 18:01:44 +09:00
parent 277dfd8804
commit cc38cccb9a
2 changed files with 16 additions and 16 deletions
+14 -14
View File
@@ -13,7 +13,7 @@
"@mui/material": "^5.4.4",
"axios": "^0.21.2",
"notistack": "^2.0.3",
"plotly.js-dist": "^2.0.0",
"plotly.js-dist": "^2.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
@@ -24,7 +24,7 @@
"@babel/preset-env": "^7.14.5",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.23",
"@types/plotly.js": "^1.54.10",
"@types/plotly.js": "^1.54.20",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",
@@ -5738,9 +5738,9 @@
"peer": true
},
"node_modules/@types/plotly.js": {
"version": "1.54.12",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-1.54.12.tgz",
"integrity": "sha512-Q+V2t9dVxpBaBVYke5oiNMp8Oj0QyX3hdjcYYhF4zkMFbEVbAPMDYZgvmacC1D5HpJksi06h63IWVNJc4ljrCQ==",
"version": "1.54.20",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-1.54.20.tgz",
"integrity": "sha512-vqiqq5chr72QoApD+6Hu52iuBvT5/po/sdVF74IBnacQV6J1MjH9OeFZ3GFDwKLF24xT++FMkEGAWcgVMwg2YQ==",
"dev": true,
"dependencies": {
"@types/d3": "^3"
@@ -11520,9 +11520,9 @@
}
},
"node_modules/plotly.js-dist": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.0.0.tgz",
"integrity": "sha512-Hx1qCbMf/JxPSrFLXYrcSQV5/pBm06TMbvUc2pRCy3fCoBeeEpVDa+Gf6/yhrSLZpMHSdNW6M2S87j8OLEt65g=="
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.10.0.tgz",
"integrity": "sha512-OceBJSwf9q64JK6uHM8/R4KYRNmJ/2UmqTpyWVMXHWuN+aLp8dmF/BMOFi7Vvn1xP/Uj7r6Y/lTuMHnpM7qb0w=="
},
"node_modules/prelude-ls": {
"version": "1.2.1",
@@ -17835,9 +17835,9 @@
"peer": true
},
"@types/plotly.js": {
"version": "1.54.12",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-1.54.12.tgz",
"integrity": "sha512-Q+V2t9dVxpBaBVYke5oiNMp8Oj0QyX3hdjcYYhF4zkMFbEVbAPMDYZgvmacC1D5HpJksi06h63IWVNJc4ljrCQ==",
"version": "1.54.20",
"resolved": "https://registry.npmjs.org/@types/plotly.js/-/plotly.js-1.54.20.tgz",
"integrity": "sha512-vqiqq5chr72QoApD+6Hu52iuBvT5/po/sdVF74IBnacQV6J1MjH9OeFZ3GFDwKLF24xT++FMkEGAWcgVMwg2YQ==",
"dev": true,
"requires": {
"@types/d3": "^3"
@@ -22207,9 +22207,9 @@
}
},
"plotly.js-dist": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.0.0.tgz",
"integrity": "sha512-Hx1qCbMf/JxPSrFLXYrcSQV5/pBm06TMbvUc2pRCy3fCoBeeEpVDa+Gf6/yhrSLZpMHSdNW6M2S87j8OLEt65g=="
"version": "2.10.0",
"resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.10.0.tgz",
"integrity": "sha512-OceBJSwf9q64JK6uHM8/R4KYRNmJ/2UmqTpyWVMXHWuN+aLp8dmF/BMOFi7Vvn1xP/Uj7r6Y/lTuMHnpM7qb0w=="
},
"prelude-ls": {
"version": "1.2.1",
+2 -2
View File
@@ -20,7 +20,7 @@
"@mui/material": "^5.4.4",
"axios": "^0.21.2",
"notistack": "^2.0.3",
"plotly.js-dist": "^2.0.0",
"plotly.js-dist": "^2.10.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
@@ -31,7 +31,7 @@
"@babel/preset-env": "^7.14.5",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.23",
"@types/plotly.js": "^1.54.10",
"@types/plotly.js": "^1.54.20",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",