mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
refactor: migrate names-generator (#1285)
* refactor: migrate names-generator * Update src/types/global.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/modules/index.ts * fix: failing builds after merge * chore: update biome version to 2.3.13 and adjust name validation regex for ASCII characters --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9db40a5230
commit
260ccd76a3
9 changed files with 775 additions and 369 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"format": "biome format --write"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.3.12",
|
||||
"@biomejs/biome": "2.3.13",
|
||||
"@playwright/test": "^1.57.0",
|
||||
"@types/d3": "^7.4.3",
|
||||
"@types/delaunator": "^5.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue