mirror of
https://github.com/apricote/Listory.git
synced 2026-02-11 04:07:04 +00:00
Compare commits
3 commits
1657b2c835
...
617a2e5b2f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
617a2e5b2f | ||
|
|
930347e83f | ||
|
|
4a1ec3791b |
5 changed files with 11 additions and 11 deletions
|
|
@ -191,7 +191,7 @@ services:
|
|||
|
||||
grafana:
|
||||
profiles: ["observability"]
|
||||
image: grafana/grafana-oss:10.3.3
|
||||
image: grafana/grafana-oss:10.4.0
|
||||
volumes:
|
||||
- ./observability/grafana/provisioning:/etc/grafana/provisioning
|
||||
environment:
|
||||
|
|
|
|||
8
frontend/package-lock.json
generated
8
frontend/package-lock.json
generated
|
|
@ -40,7 +40,7 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-files": "3.0.0",
|
||||
"react-router-dom": "6.22.3",
|
||||
"recharts": "2.12.2",
|
||||
"recharts": "2.12.3",
|
||||
"tailwind-merge": "1.14.0",
|
||||
"tailwindcss": "3.4.1",
|
||||
"tailwindcss-animate": "1.0.7",
|
||||
|
|
@ -9090,9 +9090,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/recharts": {
|
||||
"version": "2.12.2",
|
||||
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.2.tgz",
|
||||
"integrity": "sha512-9bpxjXSF5g81YsKkTSlaX7mM4b6oYI1mIYck6YkUcWuL3tomADccI51/6thY4LmvhYuRTwpfrOvE80Zc3oBRfQ==",
|
||||
"version": "2.12.3",
|
||||
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.12.3.tgz",
|
||||
"integrity": "sha512-vE/F7wTlokf5mtCqVDJlVKelCjliLSJ+DJxj79XlMREm7gpV7ljwbrwE3CfeaoDlOaLX+6iwHaVRn9587YkwIg==",
|
||||
"dependencies": {
|
||||
"clsx": "^2.0.0",
|
||||
"eventemitter3": "^4.0.1",
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"react-dom": "18.2.0",
|
||||
"react-files": "3.0.0",
|
||||
"react-router-dom": "6.22.3",
|
||||
"recharts": "2.12.2",
|
||||
"recharts": "2.12.3",
|
||||
"tailwind-merge": "1.14.0",
|
||||
"tailwindcss": "3.4.1",
|
||||
"tailwindcss-animate": "1.0.7",
|
||||
|
|
|
|||
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -85,7 +85,7 @@
|
|||
"eslint-plugin-jsdoc": "48.2.1",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||
"eslint-plugin-react": "7.34.0",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "29.7.0",
|
||||
"pino-pretty": "10.3.1",
|
||||
|
|
@ -6460,9 +6460,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-react": {
|
||||
"version": "7.34.0",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.0.tgz",
|
||||
"integrity": "sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==",
|
||||
"version": "7.34.1",
|
||||
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.34.1.tgz",
|
||||
"integrity": "sha512-N97CxlouPT1AHt8Jn0mhhN2RrADlUAsk1/atcT2KyA/l9Q/E6ll7OIGwNumFmWfZ9skV3XXccYS19h80rHtgkw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"array-includes": "^3.1.7",
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
"eslint-plugin-jsdoc": "48.2.1",
|
||||
"eslint-plugin-jsx-a11y": "6.8.0",
|
||||
"eslint-plugin-prefer-arrow": "1.2.3",
|
||||
"eslint-plugin-react": "7.34.0",
|
||||
"eslint-plugin-react": "7.34.1",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"jest": "29.7.0",
|
||||
"pino-pretty": "10.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue