Compare commits

..

2 Commits

Author SHA1 Message Date
f1a90b55e4 README.md aktualisiert
Some checks failed
Deploy Development Release to DockerHub / docker (push) Failing after 1m11s
2024-12-27 22:03:17 +00:00
904a627b49 README.md aktualisiert
Some checks failed
Deploy Development Release to DockerHub / docker (push) Has been cancelled
2024-12-27 21:21:29 +00:00
4 changed files with 12 additions and 34 deletions

View File

@ -1,16 +1,8 @@
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Downloads][downloads-shield]][downloads-url]
[![MIT License][license-shield]][license-url]
<br />
<p align="center">
<a href="https://github.com/gnmyt/MCDashWrapper">
<a href="https://git.gnm.dev/Mathias/MCDashWrapper/">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/bxuP8yC.png">
<img alt="MCDash Banner" src="https://i.imgur.com/aTxlW0Q.png">
<img alt="MCDash Banner" src="https://i.imgur.com/bxuP8yC.png">
</picture>
</a>
</p>
@ -39,16 +31,3 @@ Check out our [installation guide](https://mcdash.gnmyt.dev/docs/wrapper) to ins
## License
Distributed under the MIT License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/gnmyt/MCDashWrapper.svg?style=for-the-badge
[contributors-url]: https://github.com/gnmyt/MCDashWrapper/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/gnmyt/MCDashWrapper.svg?style=for-the-badge
[forks-url]: https://github.com/gnmyt/MCDashWrapper/network/members
[stars-shield]: https://img.shields.io/github/stars/gnmyt/MCDashWrapper.svg?style=for-the-badge
[stars-url]: https://github.com/gnmyt/MCDashWrapper/stargazers
[issues-shield]: https://img.shields.io/github/issues/gnmyt/MCDashWrapper.svg?style=for-the-badge
[issues-url]: https://github.com/gnmyt/MCDashWrapper/issues
[license-shield]: https://img.shields.io/github/license/gnmyt/MCDashWrapper.svg?style=for-the-badge
[license-url]: https://github.com/gnmyt/MCDashWrapper/blob/master/LICENSE.txt
[downloads-shield]: https://img.shields.io/github/downloads/gnmyt/MCDashWrapper/total?style=for-the-badge
[downloads-url]: https://github.com/gnmyt/MCDashWrapper/releases/latest

View File

@ -28,7 +28,7 @@
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.13",
"vite": "^5.4.10"
}
},
@ -2515,13 +2515,12 @@
}
},
"node_modules/eslint-plugin-react-refresh": {
"version": "0.4.16",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz",
"integrity": "sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==",
"version": "0.4.13",
"resolved": "https://registry.npmjs.org/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.13.tgz",
"integrity": "sha512-f1EppwrpJRWmqDTyvAyomFVDYRtrS7iTEqv3nokETnMiMzs2SSTmKRTACce4O2p4jYyowiSMvpdwC/RLcMFhuQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {
"eslint": ">=8.40"
"eslint": ">=7"
}
},
"node_modules/eslint-scope": {

View File

@ -30,7 +30,7 @@
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"eslint-plugin-react-refresh": "^0.4.13",
"vite": "^5.4.10"
}
}

View File

@ -1451,10 +1451,10 @@ eslint-plugin-react-hooks@^5.0.0:
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz#72e2eefbac4b694f5324154619fee44f5f60f101"
integrity sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==
eslint-plugin-react-refresh@^0.4.16:
version "0.4.16"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.16.tgz#149dbc9279bd16942409f1c1d2f0dce3299430ef"
integrity sha512-slterMlxAhov/DZO8NScf6mEeMBBXodFUolijDvrtTxyezyLoTQaa73FyYus/VbTdftd8wBgBxPMRk3poleXNQ==
eslint-plugin-react-refresh@^0.4.13:
version "0.4.13"
resolved "https://registry.yarnpkg.com/eslint-plugin-react-refresh/-/eslint-plugin-react-refresh-0.4.13.tgz#ed7330da09b6192e6fa9b1b217ad979afbc898bf"
integrity sha512-f1EppwrpJRWmqDTyvAyomFVDYRtrS7iTEqv3nokETnMiMzs2SSTmKRTACce4O2p4jYyowiSMvpdwC/RLcMFhuQ==
eslint-plugin-react@^7.37.2:
version "7.37.2"