Skip to content

Commit 8a3026e

Browse files
committed
chore: updating dependencies
1 parent 87c34c7 commit 8a3026e

4 files changed

Lines changed: 574 additions & 914 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A clean and modern web UI dashboard that displays some quick informations from t
88

99
## Built with
1010

11-
- [Node.js](https://nodejs.org/) v22.x
11+
- [Node.js](https://nodejs.org/) v24.x
1212
- [Nuxt 3](https://nuxt.com/) - main application framework based on [Vue 3](https://vuejs.org/)
1313
- [Typescript](https://www.typescriptlang.org/) - static type checking
1414
- [Tailwind.css](https://tailwindcss.com/) - utility-first CSS framework

components/__tests__/__snapshots__/Footer.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`<Footer /> 1`] = `
44
"<footer class="text-center p-6">
5-
<p class="font-light text-sm"><span>2025</span> - Sviluppato da <a href="https://github.com/moebiusmania/atmmi-info-ui" target="_blank" class="underline" rel="noopener noreferrer"> Salvatore Laisa </a></p>
5+
<p class="font-light text-sm"><span>2026</span> - Sviluppato da <a href="https://github.com/moebiusmania/atmmi-info-ui" target="_blank" class="underline" rel="noopener noreferrer"> Salvatore Laisa </a></p>
66
<p class="font-light text-sm mt-3"> Progetto indipendente e non affiliato o supportato da ATM Milano S.p.A. </p>
77
</footer>"
88
`;

0 commit comments

Comments
 (0)