File tree Expand file tree Collapse file tree 7 files changed +27
-12
lines changed Expand file tree Collapse file tree 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 2828 "escape-string-regexp" : " ^4.0.0" ,
2929 "find-root" : " ^1.1.0" ,
3030 "source-map" : " ^0.5.7" ,
31- "stylis" : " 4.1.4 "
31+ "stylis" : " 4.2.0 "
3232 },
3333 "devDependencies" : {
3434 "@babel/core" : " ^7.18.5" ,
Original file line number Diff line number Diff line change 3030 "@emotion/sheet" : " ^1.2.1" ,
3131 "@emotion/utils" : " ^1.2.0" ,
3232 "@emotion/weak-memoize" : " ^0.3.0" ,
33- "stylis" : " 4.1.4 "
33+ "stylis" : " 4.2.0 "
3434 },
3535 "devDependencies" : {
3636 "@definitelytyped/dtslint" : " 0.0.112" ,
Original file line number Diff line number Diff line change 2121 "repository" : " https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier" ,
2222 "dependencies" : {
2323 "@emotion/memoize" : " ^0.8.0" ,
24- "stylis" : " 4.1.4 "
24+ "stylis" : " 4.2.0 "
2525 },
2626 "publishConfig" : {
2727 "access" : " public"
Original file line number Diff line number Diff line change 4444 "@emotion/css-prettifier" : " ^1.1.2" ,
4545 "chalk" : " ^4.1.0" ,
4646 "specificity" : " ^0.4.1" ,
47- "stylis" : " 4.1.4 "
47+ "stylis" : " 4.2.0 "
4848 },
4949 "peerDependencies" : {
5050 "@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:
23602360 escape-string-regexp: ^4.0.0
23612361 find-root: ^1.1.0
23622362 source-map: ^0.5.7
2363- stylis: 4.1.4
2363+ stylis: 4.2.0
23642364 languageName: unknown
23652365 linkType: soft
23662366
@@ -2388,7 +2388,7 @@ __metadata:
23882388 "@emotion/sheet": ^1.2.1
23892389 "@emotion/utils": ^1.2.0
23902390 "@emotion/weak-memoize": ^0.3.0
2391- stylis: 4.1.4
2391+ stylis: 4.2.0
23922392 typescript: ^4.5.5
23932393 languageName: unknown
23942394 linkType: soft
@@ -2398,7 +2398,7 @@ __metadata:
23982398 resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
23992399 dependencies:
24002400 "@emotion/memoize": ^0.8.0
2401- stylis: 4.1.4
2401+ stylis: 4.2.0
24022402 languageName: unknown
24032403 linkType: soft
24042404
@@ -2470,7 +2470,7 @@ __metadata:
24702470 react: 16.14.0
24712471 react-dom: 16.14.0
24722472 specificity: ^0.4.1
2473- stylis: 4.1.4
2473+ stylis: 4.2.0
24742474 typescript: ^4.5.5
24752475 peerDependencies:
24762476 "@types/jest": ^26.0.14 || ^27.0.0 || ^28.0.0 || ^29.0.0
@@ -28342,10 +28342,10 @@ __metadata:
2834228342 languageName: node
2834328343 linkType: hard
2834428344
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
2834928349 languageName: node
2835028350 linkType: hard
2835128351
You can’t perform that action at this time.
0 commit comments