Skip to content

Commit

Permalink
fix dependency issue
Browse files Browse the repository at this point in the history
Signed-off-by: Marc MacLeod <marbemac+gh@gmail.com>
  • Loading branch information
marbemac committed Sep 28, 2024
1 parent c28573f commit 15cdfdd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-apes-nail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ssrx/vite': patch
---

move vite-env-only to dependencies
2 changes: 1 addition & 1 deletion examples/tanstack-router-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@hono/node-server": "^1.12.2",
"@ssrx/plugin-tanstack-router": "latest",
"@ssrx/react": "latest",
"@ssrx/vite": "latest",
"@tanstack/react-router": "1.57.13",
"@tanstack/router-devtools": "1.57.13",
"@tanstack/start": "1.57.13",
Expand All @@ -25,6 +24,7 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@ssrx/vite": "latest",
"@tanstack/router-plugin": "1.57.13",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@
},
"dependencies": {
"@hono/node-server": "^1.12.2",
"radix3": "^1.1.2"
"radix3": "^1.1.2",
"vite-env-only": "3.0.3"
},
"devDependencies": {
"@total-typescript/ts-reset": "~0.6.1",
"esbuild": "0.23.1",
"rollup": "4.22.5",
"rollup-plugin-esbuild": "6.1.1",
"vite": "5.4.5",
"vite-env-only": "3.0.3"
"vite": "5.4.5"
}
}

0 comments on commit 15cdfdd

Please sign in to comment.