Commit graph

31 commits

Author SHA1 Message Date
dependabot[bot]
46916a6a3b
chore(deps-dev): bump esbuild from 0.24.2 to 0.25.1
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.2 to 0.25.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-10 19:00:15 +00:00
8557d522f6
Merge pull request #4 from sigmasternchen/dependabot/npm_and_yarn/esbuild-0.24.2
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled
chore(deps-dev): bump esbuild from 0.24.0 to 0.24.2
2024-12-23 22:17:55 +01:00
dependabot[bot]
5dfe73522e
chore(deps-dev): bump esbuild from 0.24.0 to 0.24.2
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.24.0 to 0.24.2.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.0...v0.24.2)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-23 18:43:26 +00:00
8c9ebec990
Merge pull request #3 from sigmasternchen/dependabot/npm_and_yarn/multi-7710106a89
chore(deps): bump react and react-dom
2024-12-09 23:45:35 +01:00
dependabot[bot]
695c97292c
chore(deps): bump react and react-dom
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together.

Updates `react` from 18.3.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 18.3.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)

---
updated-dependencies:
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-09 18:53:30 +00:00
2df8717926
Merge pull request #2 from sigmasternchen/dependabot/npm_and_yarn/esbuild-0.24.0
chore(deps-dev): bump esbuild from 0.23.1 to 0.24.0
2024-09-30 15:14:59 +02:00
dependabot[bot]
2b87fc488e
chore(deps-dev): bump esbuild from 0.23.1 to 0.24.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.23.1 to 0.24.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.23.1...v0.24.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 13:14:00 +00:00
b9fd4cb6a1
fix: dependabot config 2024-09-30 15:13:03 +02:00
ca6e548616
feat: enable dependabot 2024-09-30 15:12:13 +02:00
e6ddd493b9 feat: Scale keyboard on device width on mobile 2024-09-28 21:06:31 +02:00
304e217d80 feat: Add link to GitHub 2024-09-28 21:02:01 +02:00
62833f3f1b fix: Q was not recognized 2024-09-28 20:53:06 +02:00
95c59f1ff5 chore: Fix pipeline 2024-09-28 20:47:50 +02:00
7a5ec67721 chore: Add deploy pipeline 2024-09-28 20:44:52 +02:00
53c9f7360f feat: Add support for keyboard input 2024-09-28 20:38:31 +02:00
d1d7d218ff feat: Add viewport tag 2024-09-20 23:06:38 +02:00
c7ee8a7159 chore: Add license file 2024-09-20 23:06:23 +02:00
619c893517 feat: Add heading 2024-09-20 22:51:36 +02:00
2f9603264c feat: Add setup screen for word length 2024-09-20 22:47:47 +02:00
92058e63a7 feat: Add new game button 2024-09-20 22:12:31 +02:00
749057040f refactor: Move Game logic to new component 2024-09-20 22:05:04 +02:00
641e476ad6 feat: Only accept valid words 2024-09-20 21:57:35 +02:00
ddd2631bb8 feat: Add win/loose check 2024-09-20 21:53:00 +02:00
25a76e90fe feat: Select random word from list 2024-09-20 21:36:32 +02:00
4c3c44f95e feat: Add dictionary 2024-09-20 21:07:06 +02:00
8b046d6b59 feat: Add Toast functionality 2024-09-20 20:17:55 +02:00
7d049af52d fix: missing keys in react array 2024-09-20 20:12:57 +02:00
121866e86a feat: Add distinction between empty and unknown 2024-09-20 19:52:37 +02:00
cb21280e85 fix: HalfRight key color 2024-09-19 23:15:01 +02:00
0719a9118f feat: Input functionality 2024-09-19 23:12:27 +02:00
332c36b81b feat: First draft of UI 2024-09-19 22:50:21 +02:00