Skip to content

Commit 6a6bc7f

Browse files
committed
"Updates react-tree-walker dependency."
1 parent 0fc6359 commit 6a6bc7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-jobs",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Attach asynchronous/synchronous \"jobs\" to your components, with SSR support.",
55
"license": "MIT",
66
"main": "commonjs/index.js",
@@ -45,7 +45,7 @@
4545
"react": "^14.0.0 || ^15.0.0"
4646
},
4747
"dependencies": {
48-
"react-tree-walker": "^0.0.1"
48+
"react-tree-walker": "^1.0.0"
4949
},
5050
"devDependencies": {
5151
"app-root-dir": "1.0.2",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3774,9 +3774,9 @@ react-dom@15.4.2:
37743774
loose-envify "^1.1.0"
37753775
object-assign "^4.1.0"
37763776

3777-
react-tree-walker@^0.0.1:
3778-
version "0.0.1"
3779-
resolved "https://registry.yarnpkg.com/react-tree-walker/-/react-tree-walker-0.0.1.tgz#101aead5bd6f23a25df29680046ee73e8d82f9d6"
3777+
react-tree-walker@^1.0.0:
3778+
version "1.0.0"
3779+
resolved "https://registry.yarnpkg.com/react-tree-walker/-/react-tree-walker-1.0.0.tgz#061f719232a5b77b01fbab21b8ee6a3ab7be7085"
37803780

37813781
react@15.3.1:
37823782
version "15.3.1"

0 commit comments

Comments
 (0)