Skip to content

Commit

Permalink
update some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 20, 2024
1 parent b3f4af1 commit 5e10d14
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 302 deletions.
4 changes: 2 additions & 2 deletions examples/with-trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"start": "vinxi start"
},
"dependencies": {
"@decs/typeschema": "^0.12.1",
"@decs/typeschema": "^0.12.2",
"@trpc/client": "^10.44.1",
"@trpc/server": "^10.44.1",
"@solidjs/meta": "^0.29.2",
"@solidjs/router": "^0.12.4",
"@solidjs/start": "^0.5.9",
"solid-js": "^1.8.15",
"valibot": "^0.23.0",
"valibot": "^0.26.0",
"vinxi": "^0.3.3"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"solid-js": "^1.8.15",
"typescript": "^5.3.3",
"vinxi": "^0.3.3",
"vite": "^4.5.0",
"vite": "^5.1.1",
"vite-plugin-solid": "~2.9.1",
"vitest": "^1.2.1"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@changesets/cli": "^2.25.2",
"@cloudflare/kv-asset-handler": "^0.2.0",
"@decs/typeschema": "^0.12.1",
"@decs/typeschema": "^0.12.2",
"@solidjs/meta": "^0.29.0",
"@solidjs/router": "^0.12.4",
"@solidjs/start": "workspace:*",
Expand All @@ -49,9 +49,9 @@
"tippy.js": "^6.3.7",
"turbo": "^1.10.7",
"typescript": "4.7.4",
"valibot": "0.24.1",
"valibot": "0.26.0",
"vinxi": "^0.3.3",
"vite": "^4.5.0"
"vite": "^5.1.1"
},
"dependencies": {
"cross-env": "^7.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"vinxi": "^0.3.3"
},
"dependencies": {
"@vinxi/plugin-directives": "^0.2.0",
"@vinxi/server-components": "^0.2.0",
"@vinxi/server-functions": "^0.2.1",
"@vinxi/plugin-directives": "^0.3.0",
"@vinxi/server-components": "^0.3.0",
"@vinxi/server-functions": "^0.3.0",
"defu": "^6.1.2",
"error-stack-parser": "^2.1.4",
"html-to-image": "^1.11.11",
Expand Down
Loading

0 comments on commit 5e10d14

Please sign in to comment.