Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tammo-Feldmann committed Jun 29, 2023
1 parent d5aedcf commit 900aca4
Show file tree
Hide file tree
Showing 13 changed files with 850 additions and 1,115 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,33 +69,34 @@
"@playwright/test": "1.31.2",
"@quickbaseoss/babel-plugin-styled-components-css-namespace": "^1.0.1",
"@testing-library/cypress": "^8.0.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/react-hooks": "^8.0.1",
"axe-core": "^4.4.1",
"axe-playwright": "^1.2.3",
"babel-jest": "^29.5.0",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-styled-components": "^2.0.6",
"babel-preset-gatsby": "^2.8.1",
"babel-preset-gatsby": "^3.11.0",
"cypress": "^9.5.0",
"cypress-axe": "^0.14.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-config-react-app": "^7.0.0",
"eslint-plugin-inclusive-language": "^2.2.0",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-playwright": "0.12.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"gatsby-plugin-perf-budgets": "^0.0.18",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-styled-components": "^7.0.8",
"postcss": "8.4.23",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.1",
"start-server-and-test": "^1.14.0"
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^2.0.0"
},
"license": "MIT",
"scripts": {
Expand Down
32 changes: 16 additions & 16 deletions src/components/__tests__/__snapshots__/card.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

exports[`Card renders card with tag 1`] = `
<div
className="card___StyledDiv-sc-16fz0z7-1 jaYWWZ"
className="card___StyledDiv-sc-16fz0z7-1 jcRYMA"
>
<a
className="card___StyledLink-sc-16fz0z7-2 jDaJEM"
className="card___StyledLink-sc-16fz0z7-2 dDHGTR"
data-cy="campaigns-card"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbQlKr"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
className="card___StyledDiv2-sc-16fz0z7-4 eUlfwF"
>
<svg
height="80"
Expand All @@ -34,15 +34,15 @@ exports[`Card renders card with tag 1`] = `
</svg>
</div>
<div
className="card___StyledDiv3-sc-16fz0z7-5 hcAeMi"
className="card___StyledDiv3-sc-16fz0z7-5 kHisdL"
data-cy="stationary-tag"
>
Stationary
</div>
</div>
<div>
<big
className="cardtest___StyledBig-sc-1cx8i5d-0 etMSdh"
className="cardtest___StyledBig-sc-1cx8i5d-0 kGDInE"
data-cy="shortname"
>
GCPEx
Expand All @@ -64,17 +64,17 @@ exports[`Card renders card with tag 1`] = `

exports[`Card renders plain card 1`] = `
<div
className="card___StyledDiv-sc-16fz0z7-1 jaYWWZ"
className="card___StyledDiv-sc-16fz0z7-1 jcRYMA"
>
<a
className="card___StyledLink-sc-16fz0z7-2 jDaJEM"
className="card___StyledLink-sc-16fz0z7-2 dDHGTR"
data-cy="campaigns-card"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbQlKr"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
className="card___StyledDiv2-sc-16fz0z7-4 eUlfwF"
>
<svg
height="80"
Expand All @@ -98,7 +98,7 @@ exports[`Card renders plain card 1`] = `
</div>
<div>
<big
className="cardtest___StyledBig-sc-1cx8i5d-0 etMSdh"
className="cardtest___StyledBig-sc-1cx8i5d-0 kGDInE"
data-cy="shortname"
>
GCPEx
Expand All @@ -120,17 +120,17 @@ exports[`Card renders plain card 1`] = `

exports[`Card renders with footer list 1`] = `
<div
className="card___StyledDiv-sc-16fz0z7-1 jaYWWZ"
className="card___StyledDiv-sc-16fz0z7-1 jcRYMA"
>
<a
className="card___StyledLink-sc-16fz0z7-2 jDaJEM"
className="card___StyledLink-sc-16fz0z7-2 dDHGTR"
data-cy="campaigns-card"
>
<div
className="card__CardHeader-sc-16fz0z7-0 lmhbIy"
className="card__CardHeader-sc-16fz0z7-0 gbQlKr"
>
<div
className="card___StyledDiv2-sc-16fz0z7-4 cPSZeM"
className="card___StyledDiv2-sc-16fz0z7-4 eUlfwF"
>
<svg
height="80"
Expand All @@ -154,7 +154,7 @@ exports[`Card renders with footer list 1`] = `
</div>
<div>
<big
className="cardtest___StyledBig-sc-1cx8i5d-0 etMSdh"
className="cardtest___StyledBig-sc-1cx8i5d-0 kGDInE"
data-cy="shortname"
>
GCPEx
Expand Down
6 changes: 3 additions & 3 deletions src/components/__tests__/__snapshots__/chip.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`Chip renders with action 1`] = `
<div
className="chip___StyledDiv-sc-4ga8fx-0 hrdWGh"
className="chip___StyledDiv-sc-4ga8fx-0 beUorY"
data-cy="filter-chip"
>
<small
Expand All @@ -11,7 +11,7 @@ exports[`Chip renders with action 1`] = `
Weather
</small>
<button
className="button__Clickable-sc-1yw7vig-0 button___StyledClickable2-sc-1yw7vig-1 fRqvWm kXXfwm"
className="button__Clickable-sc-1yw7vig-0 button___StyledClickable2-sc-1yw7vig-1 cpFIXP bnrnET"
data-cy="remove-filter"
onClick={[Function]}
type="button"
Expand All @@ -38,7 +38,7 @@ exports[`Chip renders with action 1`] = `

exports[`Chip renders without action 1`] = `
<div
className="chip___StyledDiv-sc-4ga8fx-0 hrdWGh"
className="chip___StyledDiv-sc-4ga8fx-0 beUorY"
data-cy="filter-chip"
>
<small
Expand Down
Loading

0 comments on commit 900aca4

Please sign in to comment.