Skip to content

Commit

Permalink
Revert eslint-plugin-react to 7.13.0
Browse files Browse the repository at this point in the history
I believe this fix to the prop-types rule created new issues to resolve:
jsx-eslint/eslint-plugin-react#442
  • Loading branch information
bdukes committed Jul 26, 2023
1 parent 221ee4d commit 10c871e
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 44 deletions.
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/AdminLogs.Web/package.json
Expand Up @@ -25,7 +25,7 @@
"es6-object-assign": "1.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"i18n-webpack-plugin": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Bundle.Web/package.json
Expand Up @@ -28,7 +28,7 @@
"es6-promise": "4.2.8",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"json-loader": "^0.5.7",
Expand Down
Expand Up @@ -69,7 +69,7 @@
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"less": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Extensions.Web/package.json
Expand Up @@ -22,7 +22,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"less": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Licensing.Web/package.json
Expand Up @@ -24,7 +24,7 @@
"es6-object-assign": "1.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jwt-decode": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Pages.Web/package.json
Expand Up @@ -42,7 +42,7 @@
"eslint": "^7.32.0",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jest": "^28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Prompt.Web/package.json
Expand Up @@ -34,7 +34,7 @@
"eslint-loader": "4.0.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"extract-text-webpack-plugin": "^3.0.2",
"fbjs": "*",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Roles.Web/package.json
Expand Up @@ -26,7 +26,7 @@
"es6-object-assign": "^1.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jwt-decode": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Security.Web/package.json
Expand Up @@ -22,7 +22,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jwt-decode": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Seo.Web/package.json
Expand Up @@ -27,7 +27,7 @@
"es6-object-assign": "1.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jwt-decode": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Servers.Web/package.json
Expand Up @@ -26,7 +26,7 @@
"dayjs": "^1.11.9",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"less": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/SiteGroups.Web/package.json
Expand Up @@ -23,7 +23,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"less": "4.1.3",
Expand Down
Expand Up @@ -27,7 +27,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"i18n-webpack-plugin": "1.0.0",
"jwt-decode": "2.2.0",
Expand Down
Expand Up @@ -27,7 +27,7 @@
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jest": "^28.1.3",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Sites.Web/package.json
Expand Up @@ -23,7 +23,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"less": "4.1.3",
Expand Down
Expand Up @@ -27,7 +27,7 @@
"es6-object-assign": "1.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jwt-decode": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Themes.Web/package.json
Expand Up @@ -24,7 +24,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"less": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion Dnn.AdminExperience/ClientSide/Users.Web/package.json
Expand Up @@ -22,7 +22,7 @@
"css-loader": "2.1.1",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jest": "^28.1.3",
Expand Down
Expand Up @@ -27,7 +27,7 @@
"es6-object-assign": "1.1.0",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"eslint-plugin-react": "7.33.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-spellcheck": "0.0.11",
"file-loader": "3.0.1",
"jwt-decode": "2.2.0",
Expand Down
Expand Up @@ -21,7 +21,7 @@ object-assign
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
* @license Licensed under MIT license
* See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE
* @version v4.2.6+9869a4bc
* @version v4.2.8+1e68dce6
*/

/*!
Expand Down

0 comments on commit 10c871e

Please sign in to comment.