Skip to content

Commit

Permalink
Update JS library dependencies of HTML table
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippWendler committed Sep 27, 2021
1 parent 7702f9c commit 3d83cc3
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 136 deletions.
2 changes: 1 addition & 1 deletion benchexec/tablegenerator/react-table/build/vendors.min.js

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions benchexec/tablegenerator/react-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions benchexec/tablegenerator/react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@babel/runtime": "^7.13.17",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@zip.js/zip.js": "^2.2.27",
"@babel/runtime": "^7.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@zip.js/zip.js": "^2.3.17",
"classnames": "^2.3.1",
"deep-equal": "^2.0.5",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-modal": "^3.13.1",
"react-modal": "^3.14.3",
"react-router-dom": "^5.2.0",
"react-table": "^7.6.3",
"react-table": "^7.7.0",
"react-table-sticky": "^1.1.3",
"react-vis": "^1.11.7",
"regression": "^2.0.1",
"yaml": "^1.10.0"
"yaml": "^1.10.2"
},
"engines": {
"node": ">=12.0.0"
Expand Down
Loading

0 comments on commit 3d83cc3

Please sign in to comment.