Skip to content

Commit

Permalink
fix: Move TypeScript to devDependencies (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed May 24, 2024
1 parent 3e372f2 commit d5bd4ed
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 @@ -95,7 +95,8 @@
"source-map": "0.7.3",
"string-hash": "1.1.3",
"stylis": "3.5.4",
"stylis-rule-sheet": "0.0.10"
"stylis-rule-sheet": "0.0.10",
"typescript": "~5.0.0"
},
"peerDependencies": {
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
Expand Down Expand Up @@ -126,7 +127,6 @@
"css"
],
"dependencies": {
"client-only": "0.0.1",
"typescript": "~5.0.0"
"client-only": "0.0.1"
}
}

0 comments on commit d5bd4ed

Please sign in to comment.