Compare commits
1 Commits
main
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
|
852d2c7d3f |
25
README.md
25
README.md
@ -1,8 +1,16 @@
|
||||
[![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://git.gnm.dev/Mathias/MCDashWrapper/">
|
||||
<a href="https://github.com/gnmyt/MCDashWrapper">
|
||||
<picture>
|
||||
<img alt="MCDash Banner" src="https://i.imgur.com/bxuP8yC.png">
|
||||
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/bxuP8yC.png">
|
||||
<img alt="MCDash Banner" src="https://i.imgur.com/aTxlW0Q.png">
|
||||
</picture>
|
||||
</a>
|
||||
</p>
|
||||
@ -31,3 +39,16 @@ 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
|
||||
|
11
webui/package-lock.json
generated
11
webui/package-lock.json
generated
@ -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.13",
|
||||
"eslint-plugin-react-refresh": "^0.4.16",
|
||||
"vite": "^5.4.10"
|
||||
}
|
||||
},
|
||||
@ -2515,12 +2515,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-plugin-react-refresh": {
|
||||
"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==",
|
||||
"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==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"eslint": ">=7"
|
||||
"eslint": ">=8.40"
|
||||
}
|
||||
},
|
||||
"node_modules/eslint-scope": {
|
||||
|
@ -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.13",
|
||||
"eslint-plugin-react-refresh": "^0.4.16",
|
||||
"vite": "^5.4.10"
|
||||
}
|
||||
}
|
||||
|
@ -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.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-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@^7.37.2:
|
||||
version "7.37.2"
|
||||
|
Reference in New Issue
Block a user