Skip to content

Commit d7e88ae

Browse files
authored
Merge pull request #3 from ryanhefner/develop
v0.1.2
2 parents 392a997 + 67302ff commit d7e88ae

File tree

3 files changed

+31
-28
lines changed

3 files changed

+31
-28
lines changed

.npmignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
tools
2+
rollup.config.js
23
*.sublime-project
34
*.sublime-workspace

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-timer-wrapper",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"description": "Composable React Timer component that passes its status to its children.",
66
"repository": "ryanhefner/react-timer-wrapper",
@@ -30,7 +30,7 @@
3030
"react": ">=15"
3131
},
3232
"dependencies": {
33-
"clean-react-props": "^0.1.0",
33+
"clean-react-props": "^0.1.1",
3434
"prop-types": "^15.5.10"
3535
},
3636
"devDependencies": {

yarn.lock

+28-26
Original file line numberDiff line numberDiff line change
@@ -608,10 +608,10 @@ babel-plugin-transform-react-jsx@^6.24.1:
608608
babel-runtime "^6.22.0"
609609

610610
babel-plugin-transform-react-remove-prop-types@^0.4.6:
611-
version "0.4.6"
612-
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.6.tgz#c3d20ff4e97fb08fa63e86a97b2daab6ad365a19"
611+
version "0.4.8"
612+
resolved "https://registry.yarnpkg.com/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.8.tgz#0aff04bc1d6564ec49cf23bcffb99c11881958db"
613613
dependencies:
614-
babel-traverse "^6.24.1"
614+
babel-traverse "^6.25.0"
615615

616616
babel-plugin-transform-regenerator@^6.24.1:
617617
version "6.24.1"
@@ -878,9 +878,9 @@ ci-info@^1.0.0:
878878
version "1.0.0"
879879
resolved "https://registry.yarnpkg.com/ci-info/-/ci-info-1.0.0.tgz#dc5285f2b4e251821683681c381c3388f46ec534"
880880

881-
clean-react-props@^0.1.0:
882-
version "0.1.0"
883-
resolved "https://registry.yarnpkg.com/clean-react-props/-/clean-react-props-0.1.0.tgz#efe7fae99431d997152211e49146dc95a972cd11"
881+
clean-react-props@^0.1.1:
882+
version "0.1.1"
883+
resolved "https://registry.yarnpkg.com/clean-react-props/-/clean-react-props-0.1.1.tgz#c71a5ed6d241ba4086275b5bbca7e0ece2d290bc"
884884

885885
cliui@^2.1.0:
886886
version "2.1.0"
@@ -947,10 +947,10 @@ core-js@^1.0.0:
947947
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
948948

949949
core-js@^2.4.0:
950-
version "2.4.1"
951-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.4.1.tgz#4de911e667b0eae9124e34254b53aea6fc618d3e"
950+
version "2.5.0"
951+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.0.tgz#569c050918be6486b3837552028ae0466b717086"
952952

953-
core-util-is@~1.0.0:
953+
core-util-is@1.0.2, core-util-is@~1.0.0:
954954
version "1.0.2"
955955
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
956956

@@ -1121,9 +1121,9 @@ extglob@^0.3.1:
11211121
dependencies:
11221122
is-extglob "^1.0.0"
11231123

1124-
extsprintf@1.0.2:
1125-
version "1.0.2"
1126-
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
1124+
extsprintf@1.3.0, extsprintf@^1.2.0:
1125+
version "1.3.0"
1126+
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.3.0.tgz#96918440e3041a7a414f8c52e3c574eb3c3e1e05"
11271127

11281128
fast-levenshtein@~2.0.4:
11291129
version "2.0.6"
@@ -1879,13 +1879,13 @@ jsonify@~0.0.0:
18791879
resolved "https://registry.yarnpkg.com/jsonify/-/jsonify-0.0.0.tgz#2c74b6ee41d93ca51b7b5aaee8f503631d252a73"
18801880

18811881
jsprim@^1.2.2:
1882-
version "1.4.0"
1883-
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.0.tgz#a3b87e40298d8c380552d8cc7628a0bb95a22918"
1882+
version "1.4.1"
1883+
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
18841884
dependencies:
18851885
assert-plus "1.0.0"
1886-
extsprintf "1.0.2"
1886+
extsprintf "1.3.0"
18871887
json-schema "0.2.3"
1888-
verror "1.3.6"
1888+
verror "1.10.0"
18891889

18901890
kind-of@^3.0.2:
18911891
version "3.2.2"
@@ -2028,8 +2028,8 @@ natural-compare@^1.4.0:
20282028
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
20292029

20302030
node-fetch@^1.0.1:
2031-
version "1.7.1"
2032-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.1.tgz#899cb3d0a3c92f952c47f1b876f4c8aeabd400d5"
2031+
version "1.7.2"
2032+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.2.tgz#c54e9aac57e432875233525f3c891c4159ffefd7"
20332033
dependencies:
20342034
encoding "^0.1.11"
20352035
is-stream "^1.0.1"
@@ -2489,8 +2489,8 @@ rollup-plugin-babel@^2.7.1:
24892489
rollup-pluginutils "^1.5.0"
24902490

24912491
rollup-plugin-commonjs@^8.0.2:
2492-
version "8.0.2"
2493-
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.0.2.tgz#98b1589bfe32a6c0f67790b60c0b499972afed89"
2492+
version "8.1.0"
2493+
resolved "https://registry.yarnpkg.com/rollup-plugin-commonjs/-/rollup-plugin-commonjs-8.1.0.tgz#8ac9a87e6ea4c0d136e3e0e25ef41058957622b0"
24942494
dependencies:
24952495
acorn "^4.0.1"
24962496
estree-walker "^0.3.0"
@@ -2839,11 +2839,13 @@ validate-npm-package-license@^3.0.1:
28392839
spdx-correct "~1.0.0"
28402840
spdx-expression-parse "~1.0.0"
28412841

2842-
verror@1.3.6:
2843-
version "1.3.6"
2844-
resolved "https://registry.yarnpkg.com/verror/-/verror-1.3.6.tgz#cff5df12946d297d2baaefaa2689e25be01c005c"
2842+
verror@1.10.0:
2843+
version "1.10.0"
2844+
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.0.tgz#3a105ca17053af55d6e270c1f8288682e18da400"
28452845
dependencies:
2846-
extsprintf "1.0.2"
2846+
assert-plus "^1.0.0"
2847+
core-util-is "1.0.2"
2848+
extsprintf "^1.2.0"
28472849

28482850
vlq@^0.2.1:
28492851
version "0.2.2"
@@ -2889,8 +2891,8 @@ which-module@^1.0.0:
28892891
resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"
28902892

28912893
which@^1.2.12:
2892-
version "1.2.14"
2893-
resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5"
2894+
version "1.3.0"
2895+
resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
28942896
dependencies:
28952897
isexe "^2.0.0"
28962898

0 commit comments

Comments
 (0)