feat: add Pick placeholder for random selection from list
This commit is contained in:
11
bun.lock
11
bun.lock
@@ -1,14 +1,9 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"configVersion": 0,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "st-randomness-helpers",
|
||||
"dependencies": {
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"zod": "^4.0.17",
|
||||
"zustand": "^5.0.7",
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.1.4",
|
||||
"@commitlint/cli": "^19.8.1",
|
||||
@@ -17,6 +12,10 @@
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"husky": "^9.1.7",
|
||||
"lint-staged": "^16.1.5",
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"zod": "^4.0.17",
|
||||
"zustand": "^5.0.7",
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5",
|
||||
|
||||
Reference in New Issue
Block a user