Skip to content

Commit

Permalink
Merge pull request #1543 from skaut/dependabot/npm_and_yarn/packages/…
Browse files Browse the repository at this point in the history
…frontend/emotion/react-11.13.0

Bump @emotion/react from 11.11.4 to 11.13.0 in /packages/frontend
  • Loading branch information
marekdedic authored Aug 17, 2024
2 parents 6098937 + 5269a80 commit 2e59593
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 58 deletions.
27 changes: 11 additions & 16 deletions packages/frontend/__tests__/__snapshots__/App.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1548,11 +1548,6 @@ exports[`App should render issue listing correctly 1`] = `
max-width: 100%;
}
.emotion-58 {
color: #999;
font-weight: normal;
}
<div
class="emotion-0"
>
Expand Down Expand Up @@ -2001,7 +1996,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
1
Expand Down Expand Up @@ -2029,7 +2024,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
2
Expand Down Expand Up @@ -2057,7 +2052,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
4
Expand All @@ -2080,7 +2075,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
5
Expand Down Expand Up @@ -2117,7 +2112,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
6
Expand All @@ -2140,7 +2135,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
7
Expand All @@ -2163,7 +2158,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
8
Expand All @@ -2190,7 +2185,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
9
Expand Down Expand Up @@ -2233,7 +2228,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
10
Expand Down Expand Up @@ -2272,7 +2267,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
11
Expand All @@ -2295,7 +2290,7 @@ exports[`App should render issue listing correctly 1`] = `
</a>
 
<span
class="emotion-58"
class="emotion-8"
>
#
12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,6 @@ exports[`IssueDetail page should render correctly 1`] = `
max-width: 100%;
}
.emotion-54 {
color: #999;
font-weight: normal;
}
<div
class="emotion-0"
>
Expand Down Expand Up @@ -640,7 +635,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
2
Expand Down Expand Up @@ -668,7 +663,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
3
Expand Down Expand Up @@ -700,7 +695,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
4
Expand All @@ -723,7 +718,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
5
Expand Down Expand Up @@ -760,7 +755,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
6
Expand All @@ -783,7 +778,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
7
Expand All @@ -806,7 +801,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
8
Expand All @@ -833,7 +828,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
9
Expand Down Expand Up @@ -876,7 +871,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
10
Expand Down Expand Up @@ -915,7 +910,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
11
Expand All @@ -938,7 +933,7 @@ exports[`IssueDetail page should render correctly 1`] = `
</a>
 
<span
class="emotion-54"
class="emotion-4"
>
#
12
Expand Down
56 changes: 31 additions & 25 deletions packages/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test-accept": "jest --updateSnapshot"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 2e59593

Please sign in to comment.