chore(deps): update dependency recharts to v2.1.5

This commit is contained in:
Renovate Bot 2021-10-15 04:31:32 +00:00
parent a09ddee7d6
commit 26da93f4b7
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 10 additions and 10 deletions

View file

@ -31,7 +31,7 @@
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-router-dom": "5.3.0", "react-router-dom": "5.3.0",
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"recharts": "2.1.4", "recharts": "2.1.5",
"tailwindcss": "2.2.17", "tailwindcss": "2.2.17",
"typescript": "4.4.4" "typescript": "4.4.4"
} }
@ -22919,9 +22919,9 @@
} }
}, },
"node_modules/recharts": { "node_modules/recharts": {
"version": "2.1.4", "version": "2.1.5",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.1.4.tgz", "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.1.5.tgz",
"integrity": "sha512-ZKaLgUo4g84FhIiLeRq0uWMqe5GTjjJk+5fxmIt2H4cn279QZCMEsuVFmBqYedJcmX1URYEII5qb9pOppr5fJA==", "integrity": "sha512-DnKBqCtxPjny+nhgcglGYRLsdbRDjJkYcAA2Q0afvp5LDk9aaZos1vV5cOvnrbIFewINKI3q304VlXDPl4yXgg==",
"dependencies": { "dependencies": {
"@types/d3-interpolate": "^2.0.0", "@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0", "@types/d3-scale": "^3.0.0",
@ -22932,7 +22932,7 @@
"d3-shape": "^2.0.0", "d3-shape": "^2.0.0",
"eventemitter3": "^4.0.1", "eventemitter3": "^4.0.1",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"react-is": "16.10.2", "react-is": "^16.10.2",
"react-resize-detector": "^6.6.3", "react-resize-detector": "^6.6.3",
"react-smooth": "^2.0.0", "react-smooth": "^2.0.0",
"recharts-scale": "^0.4.4", "recharts-scale": "^0.4.4",
@ -46139,9 +46139,9 @@
} }
}, },
"recharts": { "recharts": {
"version": "2.1.4", "version": "2.1.5",
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.1.4.tgz", "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.1.5.tgz",
"integrity": "sha512-ZKaLgUo4g84FhIiLeRq0uWMqe5GTjjJk+5fxmIt2H4cn279QZCMEsuVFmBqYedJcmX1URYEII5qb9pOppr5fJA==", "integrity": "sha512-DnKBqCtxPjny+nhgcglGYRLsdbRDjJkYcAA2Q0afvp5LDk9aaZos1vV5cOvnrbIFewINKI3q304VlXDPl4yXgg==",
"requires": { "requires": {
"@types/d3-interpolate": "^2.0.0", "@types/d3-interpolate": "^2.0.0",
"@types/d3-scale": "^3.0.0", "@types/d3-scale": "^3.0.0",
@ -46152,7 +46152,7 @@
"d3-shape": "^2.0.0", "d3-shape": "^2.0.0",
"eventemitter3": "^4.0.1", "eventemitter3": "^4.0.1",
"lodash": "^4.17.19", "lodash": "^4.17.19",
"react-is": "16.10.2", "react-is": "^16.10.2",
"react-resize-detector": "^6.6.3", "react-resize-detector": "^6.6.3",
"react-smooth": "^2.0.0", "react-smooth": "^2.0.0",
"recharts-scale": "^0.4.4", "recharts-scale": "^0.4.4",

View file

@ -30,7 +30,7 @@
"react-dom": "17.0.2", "react-dom": "17.0.2",
"react-router-dom": "5.3.0", "react-router-dom": "5.3.0",
"react-scripts": "4.0.3", "react-scripts": "4.0.3",
"recharts": "2.1.4", "recharts": "2.1.5",
"tailwindcss": "2.2.17", "tailwindcss": "2.2.17",
"typescript": "4.4.4" "typescript": "4.4.4"
}, },