Compare commits

..

No commits in common. "df92e3e252b844f14afd440eaf67ce812c4484ca" and "3a9b9c1588aea7aff6b41addcc43292d4ff38b33" have entirely different histories.

2 changed files with 15 additions and 18 deletions

View file

@ -34,11 +34,11 @@
"jsdom": "22.1.0", "jsdom": "22.1.0",
"lucide-react": "0.358.0", "lucide-react": "0.358.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"postcss": "8.4.41", "postcss": "8.4.35",
"prettier": "3.2.5", "prettier": "3.2.5",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-files": "3.0.3", "react-files": "3.0.0",
"react-router-dom": "6.22.3", "react-router-dom": "6.22.3",
"recharts": "2.12.3", "recharts": "2.12.3",
"tailwind-merge": "1.14.0", "tailwind-merge": "1.14.0",
@ -8627,9 +8627,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.41", "version": "8.4.35",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", "integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -8644,11 +8644,10 @@
"url": "https://github.com/sponsors/ai" "url": "https://github.com/sponsors/ai"
} }
], ],
"license": "MIT",
"dependencies": { "dependencies": {
"nanoid": "^3.3.7", "nanoid": "^3.3.7",
"picocolors": "^1.0.1", "picocolors": "^1.0.0",
"source-map-js": "^1.2.0" "source-map-js": "^1.0.2"
}, },
"engines": { "engines": {
"node": "^10 || ^12 || >=14" "node": "^10 || ^12 || >=14"
@ -8901,10 +8900,9 @@
} }
}, },
"node_modules/react-files": { "node_modules/react-files": {
"version": "3.0.3", "version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.3.tgz", "resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.0.tgz",
"integrity": "sha512-3Y5glOHem7zYDUgrf+5jk4KAQrv/jFeNpYCQEmGiIXoWlGMWu5c7krvEoQxcLzYcer9lh3clFyTcKGBXVs1kVw==", "integrity": "sha512-/Zz7S98vZFYxHw3RVSZcf3dD+xO714ZQd/jEhIp8q+MofBgydXWlHdw05TA4jradL7XpZFPvJaIvM6Z6I5nIHw==",
"license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8", "react": ">=16.8",
"react-dom": ">=16.8" "react-dom": ">=16.8"
@ -9522,10 +9520,9 @@
} }
}, },
"node_modules/source-map-js": { "node_modules/source-map-js": {
"version": "1.2.0", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
"license": "BSD-3-Clause",
"engines": { "engines": {
"node": ">=0.10.0" "node": ">=0.10.0"
} }

View file

@ -33,11 +33,11 @@
"jsdom": "22.1.0", "jsdom": "22.1.0",
"lucide-react": "0.358.0", "lucide-react": "0.358.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"postcss": "8.4.41", "postcss": "8.4.35",
"prettier": "3.2.5", "prettier": "3.2.5",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"react-files": "3.0.3", "react-files": "3.0.0",
"react-router-dom": "6.22.3", "react-router-dom": "6.22.3",
"recharts": "2.12.3", "recharts": "2.12.3",
"tailwind-merge": "1.14.0", "tailwind-merge": "1.14.0",