Skip to content

Commit

Permalink
update to goober: ^2.1.7: fixes "Too much recursion" error: cristianb…
Browse files Browse the repository at this point in the history
  • Loading branch information
btakita committed Jan 13, 2022
1 parent 4d1877c commit 520b0a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@
},
"dependencies": {
"csstype": "^2.6.2",
"goober": "^2.1.6"
"goober": "^2.1.7"
},
"peerDependencies": {
"solid-js": "^1.3.2"
"solid-js": "^1.3.3"
},
"devDependencies": {
"@babel/preset-typescript": "7.16.7",
"@types/jest": "^27.4.0",
"babel-preset-solid": "^1.3.2",
"jest": "^27.4.7",
"solid-jest": "^0.2.0",
"solid-js": "^1.3.2",
"solid-js": "^1.3.3",
"typescript": "^4.5.4"
},
"jest": {
Expand Down

0 comments on commit 520b0a8

Please sign in to comment.