Skip to content

Commit

Permalink
DIG-387: Handling Shared Components - replace config-babel > react-fl…
Browse files Browse the repository at this point in the history
…eet v3
  • Loading branch information
phillipbentonkelly committed Aug 26, 2022
1 parent 518cf21 commit 7834b70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion modules-js/react-fleet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/runtime": "^7.1.2",
"babel-config": "CityOfBoston/config-babel#main",
"@cityofboston/config-babel": "^0.0.0",
"@cityofboston/config-typescript": "^0.0.0",
"@cityofboston/percy-common": "^0.0.0",
"@cityofboston/storybook-common": "^0.0.0",
Expand Down
30 changes: 15 additions & 15 deletions modules-js/react-fleet/src/__snapshots__/Storyshots.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -6062,7 +6062,7 @@ exports[`Storyshots UI|Navigation/Pagination 2 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link pg-li-i--a"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6074,7 +6074,7 @@ exports[`Storyshots UI|Navigation/Pagination 2 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6086,7 +6086,7 @@ exports[`Storyshots UI|Navigation/Pagination 2 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6105,7 +6105,7 @@ exports[`Storyshots UI|Navigation/Pagination 7 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6117,7 +6117,7 @@ exports[`Storyshots UI|Navigation/Pagination 7 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6129,7 +6129,7 @@ exports[`Storyshots UI|Navigation/Pagination 7 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link pg-li-i--a"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6141,7 +6141,7 @@ exports[`Storyshots UI|Navigation/Pagination 7 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6153,7 +6153,7 @@ exports[`Storyshots UI|Navigation/Pagination 7 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6165,7 +6165,7 @@ exports[`Storyshots UI|Navigation/Pagination 7 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6184,7 +6184,7 @@ exports[`Storyshots UI|Navigation/Pagination 20 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6196,7 +6196,7 @@ exports[`Storyshots UI|Navigation/Pagination 20 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6208,7 +6208,7 @@ exports[`Storyshots UI|Navigation/Pagination 20 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link pg-li-i--a"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6220,7 +6220,7 @@ exports[`Storyshots UI|Navigation/Pagination 20 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6232,7 +6232,7 @@ exports[`Storyshots UI|Navigation/Pagination 20 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link "
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand All @@ -6244,7 +6244,7 @@ exports[`Storyshots UI|Navigation/Pagination 20 pages 1`] = `
>
<a
className="pg-li-i pg-li-i--link"
href=""
href="/"
onClick={[Function]}
onMouseEnter={[Function]}
>
Expand Down

0 comments on commit 7834b70

Please sign in to comment.