Skip to content

Commit

Permalink
Update usage of history.js (#119)
Browse files Browse the repository at this point in the history
Also ran `npm audit fix` on all samples
  • Loading branch information
Steve Hobbs committed Sep 25, 2019
1 parent 22b6d6a commit e9bf419
Show file tree
Hide file tree
Showing 15 changed files with 3,325 additions and 1,004 deletions.
195 changes: 116 additions & 79 deletions 01-Login/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 01-Login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"auth0-js": "^9.0.0",
"bootstrap": "^3.3.7",
"bootstrap": "^3.4.1",
"react": "^16.8.6",
"react-bootstrap": "^0.31.2",
"react-dom": "^16.8.6",
Expand Down
4 changes: 2 additions & 2 deletions 01-Login/src/history.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import createHistory from 'history/createBrowserHistory'
import { createBrowserHistory as createHistory } from "history";

export default createHistory()
export default createHistory();
Loading

0 comments on commit e9bf419

Please sign in to comment.