We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af2e6d2 commit 3a6ac5dCopy full SHA for 3a6ac5d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "scoped-style-components",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Utility React components for scoping CSS with @scope",
5
"author": "David Burles",
6
"license": "MIT",
@@ -45,6 +45,7 @@
45
"react": "^18 || ^19"
46
},
47
"devDependencies": {
48
+ "@types/react": "^18.3.12",
49
"prettier": "^3.3.3",
50
"typescript": "^5.6.3"
51
}
0 commit comments