Compare commits

..

4 commits

Author SHA1 Message Date
44e6146d4e Update eslint monorepo to v9.34.0 2025-08-26 23:05:10 +00:00
a1c5ecadf5 Merge pull request 'Update dependency @types/react-dom to v19.1.8' (#18) from renovate/react-monorepo into master
Some checks failed
Deploy to production / Build (push) Failing after 1m52s
2025-08-26 23:52:34 +02:00
0ed2d30950 Added 'private' sites
Some checks failed
Deploy to production / Build (push) Has been cancelled
2025-08-26 23:52:20 +02:00
285031c7d0 Update dependency @types/react-dom to v19.1.8 2025-08-26 06:05:14 +00:00
3 changed files with 6 additions and 6 deletions

8
package-lock.json generated
View file

@ -20,7 +20,7 @@
"devDependencies": {
"@eslint/js": "9.34.0",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@types/react-dom": "19.1.8",
"@vitejs/plugin-react": "5.0.1",
"eslint": "9.34.0",
"eslint-plugin-react": "7.37.5",
@ -1610,9 +1610,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.1.7",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.7.tgz",
"integrity": "sha512-i5ZzwYpqjmrKenzkoLM2Ibzt6mAsM7pxB6BCIouEVVmgiqaMj1TjaK7hnA36hbW5aZv20kx7Lw6hWzPWg0Rurw==",
"version": "19.1.8",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.8.tgz",
"integrity": "sha512-xG7xaBMJCpcK0RpN8jDbAACQo54ycO6h4dSSmgv8+fu6ZIAdANkx/WsawASUjVXYfy+J9AbUpRMNNEsXCDfDBQ==",
"dev": true,
"license": "MIT",
"peerDependencies": {

View file

@ -22,7 +22,7 @@
"devDependencies": {
"@eslint/js": "9.34.0",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@types/react-dom": "19.1.8",
"@vitejs/plugin-react": "5.0.1",
"eslint": "9.34.0",
"eslint-plugin-react": "7.37.5",

View file

@ -29,7 +29,7 @@ function App() {
{auth.userData && <div className="buttonGroup">
<ButtonGroup
buttons={[["Syncthing", "https://octubre.be/syncthing/", "Backup Synchronisation Service"], ["BOINC", "https://octubre.be/boinc/", "Share computing power for science!"], ["FAH", "https://octubre.be/fah", "Share computing power for science!"]]}/>
buttons={[["Syncthing", "https://octubre.be/syncthing/", "Backup Synchronisation Service"], ["BOINC", "https://octubre.be/boinc/", "Share computing power for science!"], ["FAH", "https://octubre.be/fah", "Share computing power for science!"], ["Stats", "https://octubre.be/stats", "Anonymously keep track of visits"], ["irc", "https://irc.octubre.be", "Internet Relay Chat service using thelounge software"], ["", "https://octubre.be", ""]]}/>
</div>}
<h3>Contact</h3>