Skip to content

Commit

Permalink
Merge pull request #3 from sevenwestmedia-labs/fix/ConsumptionFixes
Browse files Browse the repository at this point in the history
Fix/consumption fixes
  • Loading branch information
JakeGinnivan authored Aug 30, 2019
2 parents b14e775 + efa2b95 commit e9e6f32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@
"react-ssr-data-loader": "^1.1.0",
"ts-jest": "^24.0.2",
"tslib": "^1.10.0",
"typescript": "3.5.3"
"typescript": "3.5.3",
"json-react-layouts": "^1.0.5"
},
"dependencies": {
"json-react-layouts": "^1.0.3",
"typescript-log": "^1.1.1"
},
"peerDependencies": {
"json-react-layouts": "^1.0.5",
"react-ssr-data-loader": "^1.1.0"
}
}
2 changes: 2 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ export function init<LoadDataServices>(
},
}
}

export { DataDefinition }
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2704,10 +2704,10 @@ json-parse-better-errors@^1.0.1:
resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9"
integrity sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==

json-react-layouts@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/json-react-layouts/-/json-react-layouts-1.0.2.tgz#333756c95ed3df7ea7cd73533049ed87af6c7b46"
integrity sha512-2oCQ9NFJV9mk3hXIIEft5f7Pk02YlYHSW/2qBa23C36pqubjopAakgMOboyfStLm11tMmPfc6Oy0wDMbLl96LA==
json-react-layouts@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/json-react-layouts/-/json-react-layouts-1.0.5.tgz#28bf4f25fb9ca3b191811ebe38204617473408f0"
integrity sha512-gJst7oe2X/Nf+/Ke6agnMZNHQaJQ9nVaGOfsycQIEqyFu8n9sbT/B2q/lAdgM/gj7l1+06G3lMJGiJHBwIt/iQ==
dependencies:
typescript-log "^1.1.1"

Expand Down

0 comments on commit e9e6f32

Please sign in to comment.