Skip to content

Commit

Permalink
fix(create-start): deps (#3079)
Browse files Browse the repository at this point in the history
  • Loading branch information
schiller-manuel authored Dec 27, 2024
1 parent 8adbeb3 commit 6488299
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 111 deletions.
36 changes: 34 additions & 2 deletions packages/create-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,39 @@
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vinxi": "0.4.3"
"vinxi": "0.5.1",
"vite": "^6.0.3"
},
"peerDependenciesMeta": {}
"peerDependenciesMeta": {
"@tanstack/react-router": {
"optional": true
},
"@tanstack/router-devtools": {
"optional": true
},
"@tanstack/start": {
"optional": true
},
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"typescript": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"vinxi": {
"optional": true
},
"vite": {
"optional": true
}
}
}
116 changes: 7 additions & 109 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 6488299

Please sign in to comment.