Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit afb081a

Browse files
committed
upgrade popper.js to 1.12.9
1 parent d109fe5 commit afb081a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## CHANGELOG
2+
### 0.8.0
3+
Upgrade PopperJS dependency to `1.12.9`
4+
5+
Fix `Popper` ref getting called too many times [#81](https://github.com/souporserious/react-popper/issues/81)
6+
27
### 0.7.5
38
Fix PopperJS instantiation [#77](https://github.com/souporserious/react-popper/pull/77)
49

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"react-dom": "0.14.x || ^15.0.0 || ^16.0.0"
4242
},
4343
"dependencies": {
44-
"popper.js": "^1.12.5",
44+
"popper.js": "^1.12.9",
4545
"prop-types": "^15.5.10"
4646
},
4747
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3431,9 +3431,9 @@ pkg-dir@^2.0.0:
34313431
dependencies:
34323432
find-up "^2.1.0"
34333433

3434-
popper.js@^1.12.5:
3435-
version "1.12.5"
3436-
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.5.tgz#229e4dea01629e1f1a1e26991ffade5024220fa6"
3434+
popper.js@^1.12.9:
3435+
version "1.12.9"
3436+
resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.12.9.tgz#0dfbc2dff96c451bb332edcfcfaaf566d331d5b3"
34373437

34383438
portfinder@^1.0.13, portfinder@^1.0.9:
34393439
version "1.0.13"

0 commit comments

Comments
 (0)