Skip to content

Commit f790552

Browse files
committed
v6.3.3
1 parent 293559d commit f790552

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-styled-components",
3-
"version": "6.3.2",
3+
"version": "6.3.3",
44
"description": "Jest utilities for Styled Components",
55
"main": "./src/index.js",
66
"typings": "./typings/index.d.ts",
@@ -55,7 +55,7 @@
5555
"css": "^2.2.4"
5656
},
5757
"peerDependencies": {
58-
"styled-components": ">= 2"
58+
"styled-components": "^2 || ^3 || ^4"
5959
},
6060
"husky": {
6161
"hooks": {

0 commit comments

Comments
 (0)