Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Mar 15, 2024
1 parent bdd39dc commit 79f54fe
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"test:types": "tsc --project tsconfig.test.json"
},
"dependencies": {
"csstype": "^3.1.0",
"goober": "^2.1.10"
"csstype": "^3.1.3",
"goober": "^2.1.14"
},
"peerDependencies": {
"solid-js": "^1.4.4"
},
"devDependencies": {
"@babel/preset-typescript": "7.16.7",
"@types/jest": "^27.4.0",
"babel-preset-solid": "^1.4.4",
"jest": "^27.4.7",
"@types/jest": "^27.5.2",
"babel-preset-solid": "^1.8.15",
"jest": "^27.5.1",
"solid-jest": "^0.2.0",
"solid-js": "^1.4.4",
"typescript": "^4.5.4"
"solid-js": "^1.8.15",
"typescript": "^4.9.5"
},
"jest": {
"preset": "solid-jest/preset/browser"
Expand Down

0 comments on commit 79f54fe

Please sign in to comment.