Skip to content

Commit

Permalink
chore(popup): Relaxed popper.js dependency (edcarroll#228)
Browse files Browse the repository at this point in the history
Follows up on edcarroll#195
  • Loading branch information
edcarroll authored and gotenxds committed Aug 15, 2017
1 parent db19237 commit 33a878f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
39 changes: 17 additions & 22 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@
"typescript": "~2.3.0"
},
"dependencies": {
"@types/popper.js": "~1.10.0",
"bowser": "^1.7.0",
"date-fns": "2.0.0-alpha.1",
"element-closest": "^2.0.2",
"extend": "^3.0.1",
"popper.js": "~1.10.6",
"popper.js": "^1.11.1",
"rxjs": "^5.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 33a878f

Please sign in to comment.