File tree 7 files changed +26
-12
lines changed
7 files changed +26
-12
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @emotion/babel-plugin ' : patch
3
+ ' @emotion/css-prettifier ' : patch
4
+ ' @emotion/jest ' : patch
5
+ ---
6
+
7
+ Updated the underlying parser ([ stylis] ( https://github.com/thysultan/stylis ) ).
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @emotion/css ' : patch
3
+ ' @emotion/react ' : patch
4
+ ' @emotion/styled ' : patch
5
+ ---
6
+
7
+ The support for ` @container ` queries has been added by updating the underlying parser ([ stylis] ( https://github.com/thysultan/stylis ) ) .
Original file line number Diff line number Diff line change 28
28
"escape-string-regexp" : " ^4.0.0" ,
29
29
"find-root" : " ^1.1.0" ,
30
30
"source-map" : " ^0.5.7" ,
31
- "stylis" : " 4.1.2 "
31
+ "stylis" : " 4.1.3 "
32
32
},
33
33
"peerDependencies" : {
34
34
"@babel/core" : " ^7.0.0"
Original file line number Diff line number Diff line change 29
29
"@emotion/sheet" : " ^1.2.0" ,
30
30
"@emotion/utils" : " ^1.2.0" ,
31
31
"@emotion/weak-memoize" : " ^0.3.0" ,
32
- "stylis" : " 4.1.2 "
32
+ "stylis" : " 4.1.3 "
33
33
},
34
34
"devDependencies" : {
35
35
"@definitelytyped/dtslint" : " 0.0.112" ,
Original file line number Diff line number Diff line change 20
20
"repository" : " https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier" ,
21
21
"dependencies" : {
22
22
"@emotion/memoize" : " ^0.8.0" ,
23
- "stylis" : " 4.1.2 "
23
+ "stylis" : " 4.1.3 "
24
24
},
25
25
"publishConfig" : {
26
26
"access" : " public"
Original file line number Diff line number Diff line change 40
40
"@emotion/css-prettifier" : " ^1.1.0" ,
41
41
"chalk" : " ^4.1.0" ,
42
42
"specificity" : " ^0.4.1" ,
43
- "stylis" : " 4.1.2 "
43
+ "stylis" : " 4.1.3 "
44
44
},
45
45
"peerDependencies" : {
46
46
"@types/jest" : " ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0" ,
Original file line number Diff line number Diff line change @@ -2361,7 +2361,7 @@ __metadata:
2361
2361
escape-string-regexp: ^4.0.0
2362
2362
find-root: ^1.1.0
2363
2363
source-map: ^0.5.7
2364
- stylis: 4.1.2
2364
+ stylis: 4.1.3
2365
2365
peerDependencies:
2366
2366
"@babel/core": ^7.0.0
2367
2367
languageName: unknown
@@ -2391,7 +2391,7 @@ __metadata:
2391
2391
"@emotion/sheet": ^1.2.0
2392
2392
"@emotion/utils": ^1.2.0
2393
2393
"@emotion/weak-memoize": ^0.3.0
2394
- stylis: 4.1.2
2394
+ stylis: 4.1.3
2395
2395
typescript: ^4.5.5
2396
2396
languageName: unknown
2397
2397
linkType: soft
@@ -2401,7 +2401,7 @@ __metadata:
2401
2401
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
2402
2402
dependencies:
2403
2403
"@emotion/memoize": ^0.8.0
2404
- stylis: 4.1.2
2404
+ stylis: 4.1.3
2405
2405
languageName: unknown
2406
2406
linkType: soft
2407
2407
@@ -2479,7 +2479,7 @@ __metadata:
2479
2479
react: 16.14.0
2480
2480
react-dom: 16.14.0
2481
2481
specificity: ^0.4.1
2482
- stylis: 4.1.2
2482
+ stylis: 4.1.3
2483
2483
typescript: ^4.5.5
2484
2484
peerDependencies:
2485
2485
"@types/jest": ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
@@ -28332,10 +28332,10 @@ __metadata:
28332
28332
languageName: node
28333
28333
linkType: hard
28334
28334
28335
- "stylis@npm:4.1.2 ":
28336
- version: 4.1.2
28337
- resolution: "stylis@npm:4.1.2 "
28338
- checksum: de5771526216ca156f7ccdece70d0e2b4d5611a2a64f34d0165707b06bd8b6ba7913f2eb9b7998c0f9145077079f46d5084b6a60c97ec10b8d776bef293e9f8c
28335
+ "stylis@npm:4.1.3 ":
28336
+ version: 4.1.3
28337
+ resolution: "stylis@npm:4.1.3 "
28338
+ checksum: d04dbffcb9bf2c5ca8d8dc09534203c75df3bf711d33973ea22038a99cc475412a350b661ebd99cbc01daa50d7eedcf0d130d121800eb7318759a197023442a6
28339
28339
languageName: node
28340
28340
linkType: hard
28341
28341
You can’t perform that action at this time.
0 commit comments