Skip to content

Commit

Permalink
Migrate to react-router for testing, see if react-swipeable plays nic…
Browse files Browse the repository at this point in the history
…e in case I want to reimplement swiping between routes
  • Loading branch information
Transfusion committed Mar 4, 2021
1 parent 9dfdc07 commit 4f972d7
Show file tree
Hide file tree
Showing 13 changed files with 477 additions and 257 deletions.
115 changes: 115 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-intl": "^5.12.2",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-split": "^2.0.9",
"react-swipeable": "^6.0.1",
"react-ultimate-pagination": "^1.2.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.6",
Expand Down Expand Up @@ -107,6 +109,7 @@
"@types/css-mediaquery": "^0.1.0",
"@types/pako": "^1.0.1",
"@types/progress": "^2.0.3",
"@types/react-router-dom": "^5.1.7",
"@types/react-test-renderer": "^17.0.1",
"@types/react-ultimate-pagination": "^1.2.0",
"@types/react-virtualized-auto-sizer": "^1.0.0",
Expand Down
Loading

0 comments on commit 4f972d7

Please sign in to comment.