@mooretodd/main
Advanced tools
Comparing version 0.0.11 to 0.0.12
11
Main.js
@@ -7,7 +7,8 @@ import SurveyResultDetails from 'survey_result_detail'; | ||
import uuid from 'node-uuid'; | ||
import {log, safeGet} from 'utils'; | ||
import request from 'fetch'; | ||
import surveyResult from 'survey_result_detail'; | ||
import {Survey} from 'component-survey'; | ||
import Heading from 'component-heading'; | ||
import {log, safeGet} from '@mooretodd/utils'; | ||
import request from '@mooretodd/fetch'; | ||
import surveyResult from '@mooretodd/survey_result_detail'; | ||
import {Survey} from '@mooretodd/component-survey'; | ||
import Heading from '@mooretodd/component-heading'; | ||
import styles from './styles.css'; | ||
@@ -14,0 +15,0 @@ |
{ | ||
"name": "@mooretodd/main", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "", | ||
@@ -12,6 +12,6 @@ "main": "index.js", | ||
"react-dom": "^15.2.0", | ||
"@mooretodd/fetch": "^0.0.11", | ||
"@mooretodd/survey_result_detail": "^0.0.11", | ||
"@mooretodd/fetch": "^0.0.12", | ||
"@mooretodd/survey_result_detail": "^0.0.12", | ||
"@mooretodd/utils": "^0.0.9", | ||
"@mooretodd/component-survey": "^0.0.11", | ||
"@mooretodd/component-survey": "^0.0.12", | ||
"@mooretodd/component-heading": "^0.0.9" | ||
@@ -18,0 +18,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2277
+ Added@mooretodd/survey_result_detail@0.0.12(transitive)
- Removed@mooretodd/survey_result_detail@0.0.11(transitive)
Updated@mooretodd/fetch@^0.0.12