mirror of
https://github.com/apricote/Listory.git
synced 2026-02-11 12:17:03 +00:00
Compare commits
No commits in common. "df92e3e252b844f14afd440eaf67ce812c4484ca" and "3a9b9c1588aea7aff6b41addcc43292d4ff38b33" have entirely different histories.
df92e3e252
...
3a9b9c1588
2 changed files with 15 additions and 18 deletions
29
frontend/package-lock.json
generated
29
frontend/package-lock.json
generated
|
|
@ -34,11 +34,11 @@
|
|||
"jsdom": "22.1.0",
|
||||
"lucide-react": "0.358.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss": "8.4.41",
|
||||
"postcss": "8.4.35",
|
||||
"prettier": "3.2.5",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-files": "3.0.3",
|
||||
"react-files": "3.0.0",
|
||||
"react-router-dom": "6.22.3",
|
||||
"recharts": "2.12.3",
|
||||
"tailwind-merge": "1.14.0",
|
||||
|
|
@ -8627,9 +8627,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/postcss": {
|
||||
"version": "8.4.41",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz",
|
||||
"integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==",
|
||||
"version": "8.4.35",
|
||||
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.35.tgz",
|
||||
"integrity": "sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==",
|
||||
"funding": [
|
||||
{
|
||||
"type": "opencollective",
|
||||
|
|
@ -8644,11 +8644,10 @@
|
|||
"url": "https://github.com/sponsors/ai"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"nanoid": "^3.3.7",
|
||||
"picocolors": "^1.0.1",
|
||||
"source-map-js": "^1.2.0"
|
||||
"picocolors": "^1.0.0",
|
||||
"source-map-js": "^1.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^10 || ^12 || >=14"
|
||||
|
|
@ -8901,10 +8900,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/react-files": {
|
||||
"version": "3.0.3",
|
||||
"resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.3.tgz",
|
||||
"integrity": "sha512-3Y5glOHem7zYDUgrf+5jk4KAQrv/jFeNpYCQEmGiIXoWlGMWu5c7krvEoQxcLzYcer9lh3clFyTcKGBXVs1kVw==",
|
||||
"license": "MIT",
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/react-files/-/react-files-3.0.0.tgz",
|
||||
"integrity": "sha512-/Zz7S98vZFYxHw3RVSZcf3dD+xO714ZQd/jEhIp8q+MofBgydXWlHdw05TA4jradL7XpZFPvJaIvM6Z6I5nIHw==",
|
||||
"peerDependencies": {
|
||||
"react": ">=16.8",
|
||||
"react-dom": ">=16.8"
|
||||
|
|
@ -9522,10 +9520,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/source-map-js": {
|
||||
"version": "1.2.0",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz",
|
||||
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
||||
"license": "BSD-3-Clause",
|
||||
"version": "1.0.2",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz",
|
||||
"integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,11 +33,11 @@
|
|||
"jsdom": "22.1.0",
|
||||
"lucide-react": "0.358.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss": "8.4.41",
|
||||
"postcss": "8.4.35",
|
||||
"prettier": "3.2.5",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-files": "3.0.3",
|
||||
"react-files": "3.0.0",
|
||||
"react-router-dom": "6.22.3",
|
||||
"recharts": "2.12.3",
|
||||
"tailwind-merge": "1.14.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue