Skip to content

Commit

Permalink
chore: update eslint-plugin-react
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Oct 19, 2022
1 parent a42d226 commit c5bf7b5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react": "^7.31.10",
"grunt": "^1.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions site/src/pages/buttons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function Buttons() {

<Example>
<div>
<style scoped dangerouslySetInnerHTML={{ __html: `
<style dangerouslySetInnerHTML={{ __html: `
.button-success,
.button-error,
.button-warning,
Expand Down Expand Up @@ -106,7 +106,7 @@ function Buttons() {

<Example>
<div>
<style scoped dangerouslySetInnerHTML={{ __html: `
<style dangerouslySetInnerHTML={{ __html: `
.button-xsmall {
font-size: 70%;
}
Expand Down

0 comments on commit c5bf7b5

Please sign in to comment.