Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
df92e3e252
chore(deps): update dependency react-files to v3.0.3 2024-08-26 12:17:46 +00:00
renovate[bot]
e50a9df39f
chore(deps): update dependency postcss to v8.4.41 2024-08-26 09:27:50 +00:00
2 changed files with 18 additions and 15 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.35", "postcss": "8.4.41",
"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.0", "react-files": "3.0.3",
"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.35", "version": "8.4.41",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
"integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==", "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
"funding": [ "funding": [
{ {
"type": "opencollective", "type": "opencollective",
@ -8644,10 +8644,11 @@
"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.0", "picocolors": "^1.0.1",
"source-map-js": "^1.0.2" "source-map-js": "^1.2.0"
}, },
"engines": { "engines": {
"node": "^10 || ^12 || >=14" "node": "^10 || ^12 || >=14"
@ -8900,9 +8901,10 @@
} }
}, },
"node_modules/react-files": { "node_modules/react-files": {
"version": "3.0.0", "version": "3.0.3",
"resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.0.tgz", "resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.3.tgz",
"integrity": "sha512-/Zz7S98vZFYxHw3RVSZcf3dD+xO714ZQd/jEhIp8q+MofBgydXWlHdw05TA4jradL7XpZFPvJaIvM6Z6I5nIHw==", "integrity": "sha512-3Y5glOHem7zYDUgrf+5jk4KAQrv/jFeNpYCQEmGiIXoWlGMWu5c7krvEoQxcLzYcer9lh3clFyTcKGBXVs1kVw==",
"license": "MIT",
"peerDependencies": { "peerDependencies": {
"react": ">=16.8", "react": ">=16.8",
"react-dom": ">=16.8" "react-dom": ">=16.8"
@ -9520,9 +9522,10 @@
} }
}, },
"node_modules/source-map-js": { "node_modules/source-map-js": {
"version": "1.0.2", "version": "1.2.0",
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
"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.35", "postcss": "8.4.41",
"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.0", "react-files": "3.0.3",
"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",