Skip to content

Commit 4b787c5

Browse files
authored
Merge pull request #22 from mohsinulhaq/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 62ab229 + 5dc10bc commit 4b787c5

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cache: yarn
66
branches:
77
only:
88
- master
9+
- /^greenkeeper/.*$/
910
script:
1011
- yarn lint
1112
- yarn test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm downloads](https://img.shields.io/npm/dm/react-popper-tooltip.svg?style=flat-square)](https://www.npmjs.com/package/react-popper-tooltip)
44
[![Build Status](https://img.shields.io/travis/com/mohsinulhaq/react-popper-tooltip.svg?colorB=purple&style=flat-square&logo=travis)](https://travis-ci.com/mohsinulhaq/react-popper-tooltip)
55
[![Dependency Status](https://img.shields.io/david/mohsinulhaq/react-popper-tooltip.svg?style=flat-square)](https://david-dm.org/mohsinulhaq/react-popper-tooltip)
6-
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
6+
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Greenkeeper badge](https://badges.greenkeeper.io/mohsinulhaq/react-popper-tooltip.svg)](https://greenkeeper.io/)
77
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)
88

99
React tooltip component based on [react-popper](https://github.com/FezVrasta/react-popper), the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"rollup": "^0.67.4",
8888
"rollup-plugin-babel": "^4.0.3",
8989
"rollup-plugin-commonjs": "^9.2.0",
90-
"rollup-plugin-node-resolve": "^3.4.0",
90+
"rollup-plugin-node-resolve": "^4.0.0",
9191
"rollup-plugin-size-snapshot": "^0.7.0",
9292
"rollup-plugin-terser": "^3.0.0"
9393
}

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,10 +2411,10 @@ builtin-modules@^1.0.0:
24112411
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
24122412
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
24132413

2414-
builtin-modules@^2.0.0:
2415-
version "2.0.0"
2416-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-2.0.0.tgz#60b7ef5ae6546bd7deefa74b08b62a43a232648e"
2417-
integrity sha512-3U5kUA5VPsRUA3nofm/BXX7GVHKfxz0hOBAPxXrIvHzlDRkQVqEn6yi8QJegxl4LzOHLdvb7XF5dVawa/VVYBg==
2414+
builtin-modules@^3.0.0:
2415+
version "3.0.0"
2416+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.0.0.tgz#1e587d44b006620d90286cc7a9238bbc6129cab1"
2417+
integrity sha512-hMIeU4K2ilbXV6Uv93ZZ0Avg/M91RaKXucQ+4me2Do1txxBDyDZWCBa5bJSLqoNTRpXTLwEzIk1KmloenDDjhg==
24182418

24192419
builtin-status-codes@^3.0.0:
24202420
version "3.0.0"
@@ -10458,7 +10458,7 @@ [email protected]:
1045810458
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b"
1045910459
integrity sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=
1046010460

10461-
resolve@^1.1.6, resolve@^1.3.2, resolve@^1.6.0, resolve@^1.7.1, resolve@^1.8.1:
10461+
resolve@^1.3.2, resolve@^1.6.0, resolve@^1.7.1, resolve@^1.8.1:
1046210462
version "1.8.1"
1046310463
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
1046410464
integrity sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==
@@ -10521,14 +10521,14 @@ rollup-plugin-commonjs@^9.2.0:
1052110521
resolve "^1.8.1"
1052210522
rollup-pluginutils "^2.3.3"
1052310523

10524-
rollup-plugin-node-resolve@^3.4.0:
10525-
version "3.4.0"
10526-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-3.4.0.tgz#908585eda12e393caac7498715a01e08606abc89"
10527-
integrity sha512-PJcd85dxfSBWih84ozRtBkB731OjXk0KnzN0oGp7WOWcarAFkVa71cV5hTJg2qpVsV2U8EUwrzHP3tvy9vS3qg==
10524+
rollup-plugin-node-resolve@^4.0.0:
10525+
version "4.0.0"
10526+
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.0.0.tgz#9bc6b8205e9936cc0e26bba2415f1ecf1e64d9b2"
10527+
integrity sha512-7Ni+/M5RPSUBfUaP9alwYQiIKnKeXCOHiqBpKUl9kwp3jX5ZJtgXAait1cne6pGEVUUztPD6skIKH9Kq9sNtfw==
1052810528
dependencies:
10529-
builtin-modules "^2.0.0"
10529+
builtin-modules "^3.0.0"
1053010530
is-module "^1.0.0"
10531-
resolve "^1.1.6"
10531+
resolve "^1.8.1"
1053210532

1053310533
rollup-plugin-replace@^2.0.0:
1053410534
version "2.1.0"

0 commit comments

Comments
 (0)