Skip to content

Commit

Permalink
remove unused tanstack/react-table
Browse files Browse the repository at this point in the history
  • Loading branch information
burnettk committed Feb 1, 2024
1 parent 594bc1a commit 539a9f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/auto-merge-dependabot-prs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# see also https://stackoverflow.com/a/68365564/6090676
name: Dependabot auto-merge
on:
workflow_run:
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
###### GET PR NUMBER
# we saved the pr_number in tests.yml. fetch it so we can merge the correct PR.
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_run
# https://github.com/actions/github-script
- name: "Download artifact"
uses: actions/github-script@v6
with:
Expand Down
45 changes: 0 additions & 45 deletions spiffworkflow-frontend/package-lock.json

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

1 change: 0 additions & 1 deletion spiffworkflow-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"@rjsf/mui": "5.0.0-beta.20",
"@rjsf/utils": "5.0.0-beta.20",
"@rjsf/validator-ajv8": "5.0.0-beta.20",
"@tanstack/react-table": "^8.2.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.4.2",
Expand Down

0 comments on commit 539a9f1

Please sign in to comment.