Skip to content

Commit

Permalink
Added NPM package dependencies for 'interaction-tracking' module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Aug 29, 2018
1 parent 3021a81 commit 807cdb1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interaction-tracking/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "interaction-tracking",
"description": "utility for tracking interaction events",
"version": "0.0.1",
"version": "16.4.3-alpha.0",
"license": "MIT",
"files": [
"LICENSE",
Expand Down
1 change: 1 addition & 0 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
},
"homepage": "https://reactjs.org/",
"dependencies": {
"interaction-tracking": "16.4.3-alpha.0",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"repository": "facebook/react",
"dependencies": {
"interaction-tracking": "16.4.3-alpha.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
},
Expand Down
1 change: 1 addition & 0 deletions packages/react-reconciler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"react": "^16.0.0"
},
"dependencies": {
"interaction-tracking": "16.4.3-alpha.0",
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
Expand Down
1 change: 1 addition & 0 deletions packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"homepage": "https://reactjs.org/",
"dependencies": {
"interaction-tracking": "16.4.3-alpha.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react-is": "^16.4.3-alpha.0"
Expand Down

0 comments on commit 807cdb1

Please sign in to comment.