Skip to content

Commit

Permalink
Fix typescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Jul 7, 2023
1 parent 66955a8 commit 7296b7b
Show file tree
Hide file tree
Showing 5 changed files with 1,146 additions and 1,238 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"build": "vite build"
},
"devDependencies": {
"vite": "^4.1.1",
"vite": "^4.4.1",
"vite-plugin-solid": "link:.."
},
"dependencies": {
"solid-js": "^1.4.10"
"solid-js": "^1.7.7"
}
}
Loading

0 comments on commit 7296b7b

Please sign in to comment.