chore: update eslint-plugin-react

This commit is contained in:
redonkulus 2022-10-19 11:45:49 -07:00
parent a42d226c4b
commit c5bf7b5f1c
3 changed files with 10 additions and 10 deletions

14
package-lock.json generated
View File

@ -12,7 +12,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",
@ -1580,9 +1580,9 @@
}
},
"node_modules/eslint-plugin-react": {
"version": "7.31.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz",
"integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==",
"version": "7.31.10",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz",
"integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.5",
@ -9127,9 +9127,9 @@
}
},
"eslint-plugin-react": {
"version": "7.31.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.1.tgz",
"integrity": "sha512-j4/2xWqt/R7AZzG8CakGHA6Xa/u7iR8Q3xCxY+AUghdT92bnIDOBEefV456OeH0QvBcroVc0eyvrrLSyQGYIfg==",
"version": "7.31.10",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.10.tgz",
"integrity": "sha512-e4N/nc6AAlg4UKW/mXeYWd3R++qUano5/o+t+wnWxIf+bLsOaH3a4q74kX3nDjYym3VBN4HyO9nEn1GcAqgQOA==",
"dev": true,
"requires": {
"array-includes": "^3.1.5",

View File

@ -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",

View File

@ -73,7 +73,7 @@ function Buttons() {
<Example>
<div>
<style scoped dangerouslySetInnerHTML={{ __html: `
<style dangerouslySetInnerHTML={{ __html: `
.button-success,
.button-error,
.button-warning,
@ -106,7 +106,7 @@ function Buttons() {
<Example>
<div>
<style scoped dangerouslySetInnerHTML={{ __html: `
<style dangerouslySetInnerHTML={{ __html: `
.button-xsmall {
font-size: 70%;
}