Skip to content

Commit 1a679ee

Browse files
committed
update to stylis@latest
1 parent 6565754 commit 1a679ee

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
"babel-plugin-macros": "^2.6.2",
5151
"css": "^2.2.4",
5252
"fnv1a": "^1.0.1",
53-
"stylis": "^2.0.12"
53+
"stylis": "^3.5.4"
5454
}
5555
}

src/babel/__tests__/__snapshots__/index.test.js.snap

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ exports[`conditional-with-dce.jsx 2`] = `
2929
`;
3030

3131
exports[`media-query.jsx 1`] = `
32-
"export const Component = () => <div className={\\"x1dqz7z3 x1lrxh9v\\"} />;
33-
export const ComponentWithDuplicateMediaStyle = () => <div className={\\"x1ug2cuz xj95doo\\"} />;
34-
export const ComponentWithOverriddenMediaStyle = () => <div className={\\"x17bvl1g xkuztku\\"} />;
35-
export const ComponentWithNestedPseudo = () => <div className={\\"xfxv4bd x1oikiae\\"} />;
36-
export const ComponentWithParentPseudo = () => <div className={\\"xashdej x1dp08z\\"} />;"
32+
"export const Component = () => <div className={\\"x1dqz7z3 xr3sc1d\\"} />;
33+
export const ComponentWithDuplicateMediaStyle = () => <div className={\\"x1ug2cuz x1rt9ji8\\"} />;
34+
export const ComponentWithOverriddenMediaStyle = () => <div className={\\"x17bvl1g x1vx1kxu\\"} />;
35+
export const ComponentWithNestedPseudo = () => <div className={\\"xfxv4bd x1p5ktpm\\"} />;
36+
export const ComponentWithParentPseudo = () => <div className={\\"xashdej x4fean5\\"} />;"
3737
`;
3838

3939
exports[`media-query.jsx 2`] = `
@@ -42,12 +42,12 @@ exports[`media-query.jsx 2`] = `
4242
.x17bvl1g {color:brown}
4343
.xfxv4bd {color:silver}
4444
.xashdej {color:wheat}
45-
@media screen and (min-width: 678px){
46-
.x1lrxh9v {color:green}
47-
.xj95doo {color:yellow}
48-
.xkuztku {color:salmon}
49-
.x1oikiae:hover {color:gold}
50-
.x1dp08z:hover {color:sandybrown}
45+
@media screen and (min-width:678px){
46+
.xr3sc1d {color:green}
47+
.x1rt9ji8 {color:yellow}
48+
.x1vx1kxu {color:salmon}
49+
.x1p5ktpm:hover {color:gold}
50+
.x4fean5:hover {color:sandybrown}
5151
}
5252
`;
5353

0 commit comments

Comments
 (0)