This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also switch @types/node to @types/bun Fix new lint errors.
- Loading branch information
Showing
6 changed files
with
34 additions
and
14 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 |
---|---|---|
|
@@ -38,22 +38,22 @@ | |
"zod-validation-error": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint-types/typescript-eslint": "^6.12.0", | ||
"@eslint-types/unicorn": "^49.0.0", | ||
"@types/eslint": "^8.56.0", | ||
"@eslint-types/typescript-eslint": "^6.18.1", | ||
"@eslint-types/unicorn": "^50.0.1", | ||
"@types/eslint": "^8.56.1", | ||
"@types/jquery": "^3.5.29", | ||
"@types/node": "^20.10.5", | ||
"@types/bun": "^1.0.1", | ||
"@types/pathfinding": "^0.0.9", | ||
"browserslist": "^4.22.2", | ||
"browserslist-to-esbuild": "^1.2.0", | ||
"browserslist-to-esbuild": "^2.1.1", | ||
"eslint": "^8.56.0", | ||
"eslint-config-sheriff": "^17.1.0", | ||
"eslint-define-config": "^2.0.0", | ||
"eslint-config-sheriff": "^18.1.0", | ||
"eslint-define-config": "^2.1.0", | ||
"lightningcss": "^1.22.1", | ||
"prettier": "^3.1.1", | ||
"turbo": "^1.11.2", | ||
"turbo": "^1.11.3", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.10", | ||
"vite": "^5.0.11", | ||
"vite-plugin-pwa": "^0.17.4", | ||
"vite-plugin-webfont-dl": "^3.9.1" | ||
}, | ||
|
@@ -69,7 +69,6 @@ | |
}, | ||
"packageManager": "[email protected]", | ||
"browserslist": [ | ||
"defaults and fully supports es6-module", | ||
">= 0.25%" | ||
"defaults and fully supports es6-module" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -95,6 +95,7 @@ const stairListSchema = z.record( | |
} catch { | ||
return false; | ||
} | ||
|
||
return true; | ||
}), | ||
coordsSchema, | ||
|
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