Skip to content

Commit

Permalink
chore(devdeps): update emotion monorepo to v11.7.0 (#939)
Browse files Browse the repository at this point in the history
* chore(devdeps): update emotion monorepo to v11.7.0

* fix: upgrade jest helpers

* fix: update snaps

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Emmanuel Chambon <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2021
1 parent eaa7191 commit 2e020dc
Show file tree
Hide file tree
Showing 9 changed files with 364 additions and 364 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
}
},
"peerDependencies": {
"@emotion/react": "11.6.0",
"@emotion/react": "11.7.0",
"@emotion/styled": "11.6.0",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand All @@ -103,15 +103,15 @@
"@commitlint/config-conventional": "15.0.0",
"@emotion/babel-preset-css-prop": "11.2.0",
"@emotion/cache": "11.6.0",
"@emotion/eslint-plugin": "11.5.0",
"@emotion/eslint-plugin": "11.7.0",
"@emotion/jest": "11.6.0",
"@emotion/react": "11.6.0",
"@emotion/react": "11.7.0",
"@emotion/styled": "11.6.0",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-node-resolve": "13.0.6",
"@rollup/plugin-url": "6.1.0",
"@scaleway/eslint-config-react": "3.0.0",
"@scaleway/jest-helpers": "1.1.4",
"@scaleway/jest-helpers": "1.1.5",
"@scaleway/use-i18n": "3.1.23",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
Expand Down
32 changes: 16 additions & 16 deletions src/components/Container/__tests__/__snapshots__/index.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ exports[`Container renders correctly 1`] = `
margin-right: 16px;
}
.cache-1jlksc5-Container {
.cache-h4rrr2 {
padding: 24px;
border-radius: 4px;
border: 1px solid #d4dae7;
Expand All @@ -62,11 +62,11 @@ exports[`Container renders correctly 1`] = `
cursor: default;
}
.cache-1jlksc5-Container>* {
.cache-h4rrr2>* {
margin-top: 0;
}
.cache-1jlksc5-Container>*+* {
.cache-h4rrr2>*+* {
margin-top: 16px;
}
Expand All @@ -86,7 +86,7 @@ exports[`Container renders correctly 1`] = `
<div />
</div>
<div
class="elb23zt0 cache-1jlksc5-Container e7ah3bn0"
class="elb23zt0 cache-h4rrr2 e7ah3bn0"
>
Hello
</div>
Expand Down Expand Up @@ -143,7 +143,7 @@ exports[`Container renders correctly on edition mode 1`] = `
margin-right: 16px;
}
.cache-7hen1z-Container {
.cache-haz2zf {
padding: 24px;
border-radius: 4px;
border: 1px solid #d4dae7;
Expand All @@ -156,11 +156,11 @@ exports[`Container renders correctly on edition mode 1`] = `
cursor: default;
}
.cache-7hen1z-Container>* {
.cache-haz2zf>* {
margin-top: 0;
}
.cache-7hen1z-Container>*+* {
.cache-haz2zf>*+* {
margin-top: 16px;
}
Expand All @@ -180,7 +180,7 @@ exports[`Container renders correctly on edition mode 1`] = `
<div />
</div>
<div
class="elb23zt0 cache-7hen1z-Container e7ah3bn0"
class="elb23zt0 cache-haz2zf e7ah3bn0"
>
Hello
</div>
Expand Down Expand Up @@ -237,7 +237,7 @@ exports[`Container renders correctly when disabled 1`] = `
margin-right: 16px;
}
.cache-1e4v6x2-Container {
.cache-1v21s23 {
padding: 24px;
border-radius: 4px;
border: 1px solid #d4dae7;
Expand All @@ -250,11 +250,11 @@ exports[`Container renders correctly when disabled 1`] = `
cursor: not-allowed;
}
.cache-1e4v6x2-Container>* {
.cache-1v21s23>* {
margin-top: 0;
}
.cache-1e4v6x2-Container>*+* {
.cache-1v21s23>*+* {
margin-top: 16px;
}
Expand All @@ -274,7 +274,7 @@ exports[`Container renders correctly when disabled 1`] = `
<div />
</div>
<div
class="elb23zt0 cache-1e4v6x2-Container e7ah3bn0"
class="elb23zt0 cache-1v21s23 e7ah3bn0"
disabled=""
>
Hello
Expand Down Expand Up @@ -332,7 +332,7 @@ exports[`Container renders correctly with small variant 1`] = `
margin-right: 16px;
}
.cache-1p72hfy-Container {
.cache-wwboek {
padding: 24px;
border-radius: 4px;
border: 1px solid #d4dae7;
Expand All @@ -345,11 +345,11 @@ exports[`Container renders correctly with small variant 1`] = `
cursor: default;
}
.cache-1p72hfy-Container>* {
.cache-wwboek>* {
margin-top: 0;
}
.cache-1p72hfy-Container>*+* {
.cache-wwboek>*+* {
margin-top: 16px;
}
Expand All @@ -369,7 +369,7 @@ exports[`Container renders correctly with small variant 1`] = `
<div />
</div>
<div
class="elb23zt0 cache-1p72hfy-Container e7ah3bn0"
class="elb23zt0 cache-wwboek e7ah3bn0"
>
Hello
</div>
Expand Down
Loading

0 comments on commit 2e020dc

Please sign in to comment.