Skip to content

Commit

Permalink
unrestrict solid-js version so it is not limited to <1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Nov 8, 2023
1 parent 4d988dc commit e17e4bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,13 @@
},
"dependencies": {
"@lume/custom-attributes": "^0.2.0",
"solid-js": "<1.5.0"
"solid-js": "^1.0.0"
},
"devDependencies": {
"@lume/cli": "^0.10.0",
"five-server": "^0.3.1",
"lowclass": "^5.0.0",
"prettier": "3.0.3",
"solid-js": ">=1.0.0 <1.5.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
Expand Down

0 comments on commit e17e4bf

Please sign in to comment.