Skip to content

Commit

Permalink
Make csstype a dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran authored Jan 24, 2023
1 parent d897ad8 commit d695daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/testing-library__jest-dom": "^5.14.5",
"csstype": "^3.1.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"prettier": "^2.7.1",
Expand All @@ -94,6 +93,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"csstype": "^3.1.1",
"goober": "^2.1.10"
},
"peerDependencies": {
Expand Down

0 comments on commit d695daf

Please sign in to comment.