Commit Graph

14 Commits

Author SHA1 Message Date
dependabot[bot]
9e8d22cb76 chore(deps): bump react, react-dom and @types/react
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react), [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 19.0.0-rc.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `react-dom` from 19.0.0-rc.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/react` from 18.3.0 to 19.0.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 13:25:36 +00:00
737ffca4bc feat: initial collaboration implementation 2024-12-22 23:43:27 +01:00
4e78f8dc5b feat: github issue ai fill 2024-12-21 23:44:18 +01:00
8cca9e6c17 fix: builds 2024-12-21 00:49:58 +01:00
33db34c3d0 feat: github issue creation 2024-12-21 00:45:36 +01:00
861311d6ac feat: initial github integration 2024-12-20 16:40:13 +01:00
d421278224 feat: upgrade to next 15 2024-12-19 23:12:51 +01:00
00ea44fc2a chore: use octokit to get the user 2024-12-19 22:56:15 +01:00
7c23686b85 feat: implement ratelimit 2024-12-17 16:17:39 +01:00
48bcbf6bc5 feat: add deployment stuff 2024-12-16 16:41:29 +01:00
d11218b1cd feat: projects, api, viewer, settings 2024-12-15 20:19:49 +01:00
12036ff5e1 feat: add dashboard with dummy data 2024-12-14 16:47:55 +01:00
0bf480ef71 feat: github auth 2024-12-14 00:43:07 +01:00
e3eab0f5a1 Initial commit 2024-12-14 00:11:55 +01:00