Add world-countries dependency to package.json and pnpm-lock.yaml for enhanced geographical data support

This commit is contained in:
T. Narantuya 2025-08-29 14:12:12 +09:00
parent 596be1414b
commit 01c01d516a
2 changed files with 9 additions and 0 deletions

View File

@ -27,6 +27,7 @@
"react-dom": "19.1.1",
"react-hook-form": "^7.62.0",
"tailwind-merge": "^3.3.1",
"world-countries": "^5.1.0",
"zod": "^4.0.17",
"zustand": "^5.0.8"
},

8
pnpm-lock.yaml generated
View File

@ -259,6 +259,9 @@ importers:
tailwind-merge:
specifier: ^3.3.1
version: 3.3.1
world-countries:
specifier: ^5.1.0
version: 5.1.0
zod:
specifier: ^4.0.17
version: 4.0.17
@ -4900,6 +4903,9 @@ packages:
wordwrap@1.0.0:
resolution: {integrity: sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==}
world-countries@5.1.0:
resolution: {integrity: sha512-CXR6EBvTbArDlDDIWU3gfKb7Qk0ck2WNZ234b/A0vuecPzIfzzxH+O6Ejnvg1sT8XuiZjVlzOH0h08ZtaO7g0w==}
wrap-ansi@6.2.0:
resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==}
engines: {node: '>=8'}
@ -10257,6 +10263,8 @@ snapshots:
wordwrap@1.0.0: {}
world-countries@5.1.0: {}
wrap-ansi@6.2.0:
dependencies:
ansi-styles: 4.3.0