Skip to content

Commit d5bd4ed

Browse files
authored
fix: Move TypeScript to devDependencies (#848)
1 parent 3e372f2 commit d5bd4ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"source-map": "0.7.3",
9696
"string-hash": "1.1.3",
9797
"stylis": "3.5.4",
98-
"stylis-rule-sheet": "0.0.10"
98+
"stylis-rule-sheet": "0.0.10",
99+
"typescript": "~5.0.0"
99100
},
100101
"peerDependencies": {
101102
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
@@ -126,7 +127,6 @@
126127
"css"
127128
],
128129
"dependencies": {
129-
"client-only": "0.0.1",
130-
"typescript": "~5.0.0"
130+
"client-only": "0.0.1"
131131
}
132132
}

0 commit comments

Comments
 (0)