Commit Graph

11 Commits

Author SHA1 Message Date
dependabot[bot]
c89e5d957a build(deps): bump next in the npm_and_yarn group across 1 directory (#5)
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.2.4 to 15.4.7
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.4...v15.4.7)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.7
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-14 20:41:28 +08:00
dependabot[bot]
3111f298d7 build(deps): bump form-data in the npm_and_yarn group across 1 directory (#4)
Bumps the npm_and_yarn group with 1 update in the / directory: [form-data](https://github.com/form-data/form-data).


Updates `form-data` from 4.0.1 to 4.0.4
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.1...v4.0.4)

---
updated-dependencies:
- dependency-name: form-data
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-04 20:19:44 +08:00
30c67a308b Data storage (#3)
* feat: add prisma

* fix: generate prisma
2025-06-23 19:04:01 +02:00
5e5c090cd9 docs: update package.json 2025-05-30 16:33:58 +02:00
9d5b6547c2 Merge pull request #2 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-a4fa5c4819
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates
2025-04-18 17:23:51 +02:00
dependabot[bot]
e1d814b06a build(deps): bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the / directory: [axios](https://github.com/axios/axios) and [next](https://github.com/vercel/next.js).


Updates `axios` from 1.7.9 to 1.8.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.9...v1.8.2)

Updates `next` from 15.2.3 to 15.2.4
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.2.3...v15.2.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.8.2
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: next
  dependency-version: 15.2.4
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-18 15:20:45 +00:00
49887a7712 Merge pull request #1 from RiccardoSenica/dependabot/npm_and_yarn/npm_and_yarn-6f406c18d0
build(deps): bump next from 15.1.3 to 15.2.3 in the npm_and_yarn group across 1 directory
2025-04-18 17:19:35 +02:00
dependabot[bot]
640974631a build(deps): bump next in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js).


Updates `next` from 15.1.3 to 15.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v15.1.3...v15.2.3)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-21 17:54:03 +00:00
4f3a7b0cdd feat: add base homepage 2025-01-18 21:58:20 +01:00
3abe88c7a2 feat: base shortcut code 2025-01-18 21:54:26 +01:00
Riccardo Senica
a820b29ea9 Initial commit 2024-12-28 13:54:37 +01:00