-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make build work with latest vinxi (#189)
Co-authored-by: Tanner Linsley <[email protected]>
- Loading branch information
1 parent
01b1e57
commit f4c9f66
Showing
6 changed files
with
1,307 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ yarn.lock | |
/api/ | ||
/server/build | ||
/public/build | ||
.vinxi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"repository": "https://github.com/TanStack/tanstack.com.git", | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"dev": "vinxi dev --experimental-import-meta-resolve", | ||
"dev": "vinxi dev", | ||
"build": "vinxi build", | ||
"start": "vinxi start", | ||
"lint": "prettier --check '**/*' --ignore-unknown && eslint --ext .ts,.tsx ./app", | ||
|
@@ -19,10 +19,10 @@ | |
"@octokit/graphql": "^7.0.2", | ||
"@octokit/rest": "^20.0.2", | ||
"@tailwindcss/typography": "^0.5.10", | ||
"@tanstack/react-router": "1.18.4", | ||
"@tanstack/react-router-server": "1.18.4", | ||
"@tanstack/router-devtools": "^1.17.0", | ||
"@tanstack/router-vite-plugin": "1.18.1", | ||
"@tanstack/react-router": "1.15.16", | ||
"@tanstack/react-router-server": "1.15.16", | ||
"@tanstack/router-devtools": "1.15.16", | ||
"@tanstack/router-vite-plugin": "1.15.11", | ||
"@vinxi/react": "0.2.2", | ||
"@vinxi/server-functions": "^0.3.1", | ||
"@visx/hierarchy": "^2.10.0", | ||
|
@@ -47,8 +47,8 @@ | |
"remark-gfm": "^1.0.0", | ||
"remove-markdown": "^0.5.0", | ||
"tailwind-merge": "^1.14.0", | ||
"vinxi": "0.3.8", | ||
"tiny-invariant": "^1.3.3", | ||
"vinxi": "0.2.1", | ||
"vite": "^5.1.4", | ||
"vite-tsconfig-paths": "^4.3.1", | ||
"zod": "^3.22.4", | ||
|
Oops, something went wrong.