Skip to content

Commit 3a6ac5d

Browse files
committed
correct types
1 parent af2e6d2 commit 3a6ac5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scoped-style-components",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Utility React components for scoping CSS with @scope",
55
"author": "David Burles",
66
"license": "MIT",
@@ -45,6 +45,7 @@
4545
"react": "^18 || ^19"
4646
},
4747
"devDependencies": {
48+
"@types/react": "^18.3.12",
4849
"prettier": "^3.3.3",
4950
"typescript": "^5.6.3"
5051
}

0 commit comments

Comments
 (0)