terra-base
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -7,2 +7,7 @@ Changelog | ||
2.1.0 - (September 5, 2017) | ||
------------------ | ||
### Changed | ||
* Update nightwatch tests and test scripts. | ||
2.0.0 - (August 31, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,3 +8,3 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-i18n | ^1.3.0 | ^15.4.2 | The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand. | | ||
| terra-i18n | ^1.4.0 | ^15.4.2 | The terra-i18n component provides the internationalization to the React component. Terra supports the following locales: 'de' 'es' 'en' 'en-US' 'en-GB', 'fi-FI', 'fr', 'pt'. All locales related files are loading on demand. | | ||
@@ -14,3 +14,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-props-table | ^1.3.0 | ^15.4.2 | terra-props-table | | ||
| terra-props-table | ^1.4.0 | ^15.4.2 | terra-props-table | | ||
@@ -17,0 +17,0 @@ ## peerDependencies |
{ | ||
"name": "terra-base", | ||
"main": "lib/Base.js", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "The base component sets minimal global styles for an application.", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^1.4.0" | ||
"terra-props-table": "^1.5.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-i18n": "^1.4.0" | ||
"terra-i18n": "^1.5.0" | ||
}, | ||
@@ -45,10 +45,6 @@ "scripts": { | ||
"props-table": "props-table ./src/Base.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:spec && npm run test:nightwatch-default", | ||
"test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari", | ||
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js", | ||
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome", | ||
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox", | ||
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-base node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari" | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
"test:jest": "$(cd ..; npm bin)/jest --config ../../jestconfig.json", | ||
"test:nightwatch": "$(cd ..; npm bin)/nightwatch -c ../../nightwatch.conf.js" | ||
} | ||
} |
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
26001
Updatedterra-i18n@^1.5.0