Skip to content

Commit

Permalink
fix(create-start): create-start deps (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoconnellaus authored Dec 26, 2024
1 parent 16a112f commit fd83aca
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 38 deletions.
14 changes: 7 additions & 7 deletions packages/create-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,25 +42,25 @@
}
},
"dependencies": {
"gradient-string": "^3.0.0"
},
"devDependencies": {
"gradient-string": "^3.0.0",
"@commander-js/extra-typings": "^12.1.0",
"@inquirer/prompts": "^5.5.0",
"@inquirer/type": "^3.0.1",
"@types/cross-spawn": "^6.0.6",
"@types/validate-npm-package-name": "^4.0.2",
"cross-spawn": "^7.0.5",
"fast-glob": "^3.3.2",
"picocolors": "^1.1.1",
"rollup-plugin-copy": "^3.5.0",
"tempy": "^3.1.0",
"tiny-invariant": "^1.3.3",
"unbuild": "^2.0.0",
"validate-npm-package-name": "^5.0.1",
"yocto-spinner": "^0.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@inquirer/type": "^3.0.1",
"@types/cross-spawn": "^6.0.6",
"@types/validate-npm-package-name": "^4.0.2",
"unbuild": "^2.0.0"
},
"peerDependencies": {
"@tanstack/react-router": "workspace:^",
"@tanstack/router-devtools": "workspace:^",
Expand Down
62 changes: 31 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd83aca

Please sign in to comment.