Skip to content

Commit a129162

Browse files
committed
Update react-table and disable rule
1 parent 1856c2c commit a129162

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"react-select": "5.4.0",
118118
"react-string-avatar": "^1.2.2",
119119
"react-table": "6.11.5",
120-
"@tanstack/react-table": "^8.5.30",
120+
"@tanstack/react-table": "^8.7.0",
121121
"redux": "^4.1.2",
122122
"redux-persist": "^6.0.0",
123123
"resize-observer-polyfill": "^1.5.1",

src/components/namespace-data/assessment_scores_page.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1616
*/
1717

18+
/* eslint-disable react/prop-types */
19+
1820
// MODULES //
1921

2022
import React, { Component, Fragment } from 'react';

0 commit comments

Comments
 (0)