File tree 7 files changed +27
-12
lines changed
7 files changed +27
-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 ) ) to 4.2.0
Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @emotion/cache ' : minor
3
+ ' @emotion/css ' : minor
4
+ ' @emotion/react ' : minor
5
+ ' @emotion/styled ' : minor
6
+ ---
7
+
8
+ Added support for cascade ` @layer ` s 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.4 "
31
+ "stylis" : " 4.2.0 "
32
32
},
33
33
"devDependencies" : {
34
34
"@babel/core" : " ^7.18.5" ,
Original file line number Diff line number Diff line change 30
30
"@emotion/sheet" : " ^1.2.1" ,
31
31
"@emotion/utils" : " ^1.2.0" ,
32
32
"@emotion/weak-memoize" : " ^0.3.0" ,
33
- "stylis" : " 4.1.4 "
33
+ "stylis" : " 4.2.0 "
34
34
},
35
35
"devDependencies" : {
36
36
"@definitelytyped/dtslint" : " 0.0.112" ,
Original file line number Diff line number Diff line change 21
21
"repository" : " https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier" ,
22
22
"dependencies" : {
23
23
"@emotion/memoize" : " ^0.8.0" ,
24
- "stylis" : " 4.1.4 "
24
+ "stylis" : " 4.2.0 "
25
25
},
26
26
"publishConfig" : {
27
27
"access" : " public"
Original file line number Diff line number Diff line change 44
44
"@emotion/css-prettifier" : " ^1.1.2" ,
45
45
"chalk" : " ^4.1.0" ,
46
46
"specificity" : " ^0.4.1" ,
47
- "stylis" : " 4.1.4 "
47
+ "stylis" : " 4.2.0 "
48
48
},
49
49
"peerDependencies" : {
50
50
"@types/jest" : " ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0" ,
Original file line number Diff line number Diff line change @@ -2360,7 +2360,7 @@ __metadata:
2360
2360
escape-string-regexp: ^4.0.0
2361
2361
find-root: ^1.1.0
2362
2362
source-map: ^0.5.7
2363
- stylis: 4.1.4
2363
+ stylis: 4.2.0
2364
2364
languageName: unknown
2365
2365
linkType: soft
2366
2366
@@ -2388,7 +2388,7 @@ __metadata:
2388
2388
"@emotion/sheet": ^1.2.1
2389
2389
"@emotion/utils": ^1.2.0
2390
2390
"@emotion/weak-memoize": ^0.3.0
2391
- stylis: 4.1.4
2391
+ stylis: 4.2.0
2392
2392
typescript: ^4.5.5
2393
2393
languageName: unknown
2394
2394
linkType: soft
@@ -2398,7 +2398,7 @@ __metadata:
2398
2398
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
2399
2399
dependencies:
2400
2400
"@emotion/memoize": ^0.8.0
2401
- stylis: 4.1.4
2401
+ stylis: 4.2.0
2402
2402
languageName: unknown
2403
2403
linkType: soft
2404
2404
@@ -2470,7 +2470,7 @@ __metadata:
2470
2470
react: 16.14.0
2471
2471
react-dom: 16.14.0
2472
2472
specificity: ^0.4.1
2473
- stylis: 4.1.4
2473
+ stylis: 4.2.0
2474
2474
typescript: ^4.5.5
2475
2475
peerDependencies:
2476
2476
"@types/jest": ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
@@ -28342,10 +28342,10 @@ __metadata:
28342
28342
languageName: node
28343
28343
linkType: hard
28344
28344
28345
- "stylis@npm:4.1.4 ":
28346
- version: 4.1.4
28347
- resolution: "stylis@npm:4.1.4 "
28348
- checksum: cd929bd89709def13b47e6c16b11317bf996a09b4e987fc45a235549c3adf49d41531e017d7df511daa095bc9468c923ae9094a934fe9c62440b7351874dafb7
28345
+ "stylis@npm:4.2.0 ":
28346
+ version: 4.2.0
28347
+ resolution: "stylis@npm:4.2.0 "
28348
+ checksum: 0eb6cc1b866dc17a6037d0a82ac7fa877eba6a757443e79e7c4f35bacedbf6421fadcab4363b39667b43355cbaaa570a3cde850f776498e5450f32ed2f9b7584
28349
28349
languageName: node
28350
28350
linkType: hard
28351
28351
You can’t perform that action at this time.
0 commit comments