-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #938 from traPtitech/fix/use-valibot
[dashboard] form周りの改善(valibotの使用, contextの利用)
- Loading branch information
Showing
61 changed files
with
6,622 additions
and
4,951 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
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 |
---|---|---|
|
@@ -14,7 +14,8 @@ | |
"fix": "yarn fmt:apply && yarn lint:apply", | ||
"typecheck": "tsc --noEmit", | ||
"ci": "biome ci src", | ||
"analyze": "vite build --mode analyze" | ||
"analyze": "vite build --mode analyze", | ||
"test": "vitest" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
|
@@ -24,13 +25,15 @@ | |
"@macaron-css/vite": "1.5.1", | ||
"@tanstack/virtual-core": "3.8.4", | ||
"@types/node": "22.1.0", | ||
"jsdom": "24.1.1", | ||
"rollup-plugin-visualizer": "5.12.0", | ||
"typescript": "5.5.4", | ||
"unplugin-fonts": "1.1.1", | ||
"vite": "5.3.5", | ||
"vite-plugin-compression": "0.5.1", | ||
"vite-plugin-solid": "2.10.2", | ||
"vite-plugin-solid-svg": "0.8.1" | ||
"vite-plugin-solid-svg": "0.8.1", | ||
"vitest": "2.0.3" | ||
}, | ||
"dependencies": { | ||
"@bufbuild/protobuf": "1.10.0", | ||
|
@@ -52,7 +55,9 @@ | |
"solid-js": "1.8.19", | ||
"solid-tippy": "0.2.1", | ||
"solid-toast": "0.5.0", | ||
"tippy.js": "6.3.7" | ||
"tippy.js": "6.3.7", | ||
"ts-pattern": "5.2.0", | ||
"valibot": "0.36.0" | ||
}, | ||
"packageManager": "[email protected]+sha512.ec40d0639bb307441b945d9467139cbb88d14394baac760b52eca038b330d16542d66fef61574271534ace5a200518dabf3b53a85f1f9e4bfa37141b538a9590" | ||
} |
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
Oops, something went wrong.