-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: bump package versions * fix: testing library vitest integration * Update Deps (#107) * update deps * fix new button label requirements * Do not deploy dev from outside contrib (#108) * Fixing Double Tap Enter Bug (#104) * Preventing "Enter Button" Double Click * Preventing Double Clicking Back Button * Implementing Downshift * preventDownshift * Adding Suggestions --------- Co-authored-by: Chris <[email protected]> Co-authored-by: Rohan Udupa <[email protected]>
- Loading branch information
1 parent
2f4e541
commit 34a2248
Showing
15 changed files
with
3,665 additions
and
4,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,22 +18,22 @@ | |
"author": "Addison Tustin <[email protected]>", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@cloudflare/workers-types": "^4.20230814.0", | ||
"@cloudflare/workers-types": "^4.20230922.0", | ||
"@polyratings/eslint-config": "^0.0.1", | ||
"@types/node": "^20.5.1", | ||
"@types/node": "^20.7.1", | ||
"cloudflare-worker-mock": "^1.2.0", | ||
"esbuild": "^0.19.2", | ||
"esbuild": "^0.19.3", | ||
"esbuild-visualizer": "^0.4.1", | ||
"eslint": "^8.47.0", | ||
"eslint": "^8.50.0", | ||
"toml": "^3.0.0", | ||
"type-fest": "^4.2.0", | ||
"typescript": "^5.1.6", | ||
"wrangler": "^3.5.1" | ||
"typescript": "^5.2.2", | ||
"wrangler": "^3.10.0" | ||
}, | ||
"dependencies": { | ||
"@trpc/server": "10.37.1", | ||
"@tsndr/cloudflare-worker-jwt": "^2.2.1", | ||
"toucan-js": "^3.2.2", | ||
"@trpc/server": "10.38.4", | ||
"@tsndr/cloudflare-worker-jwt": "^2.2.2", | ||
"toucan-js": "^3.3.0", | ||
"zod": "^3.22.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
packages/frontend/vitest-setup.js → packages/frontend/vitest-setup.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters