terra-toggle
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -7,2 +7,7 @@ Changelog | ||
1.10.0 - (September 26, 2017) | ||
------------------ | ||
### Removed | ||
* Remove stylelint-disable selector-class-pattern | ||
1.9.0 - (September 19, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -9,3 +9,3 @@ # Dependency Information | ||
| react-animate-height | ^0.9.5 | ^15.5.4 | Lightweight, no dependency React component for animating height using CSS transitions. | | ||
| terra-base | ^2.3.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
@@ -15,3 +15,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-props-table | ^1.7.0 | ^15.4.2 | terra-props-table | | ||
| terra-props-table | ^1.8.0 | ^15.4.2 | terra-props-table | | ||
@@ -22,3 +22,3 @@ ## peerDependencies | ||
| react | ^15.4.2 | -- | React is a JavaScript library for building user interfaces. | | ||
| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. | | ||
| terra-base | ^2.3.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | | ||
| terra-base | ^2.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. | |
{ | ||
"name": "terra-toggle", | ||
"main": "lib/Toggle.js", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Toggle component that transitions content in and out.", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^1.8.0" | ||
"terra-props-table": "^1.9.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^2.4.0" | ||
"terra-base": "^2.5.0" | ||
}, | ||
@@ -37,16 +37,16 @@ "dependencies": { | ||
"react-animate-height": "^0.9.5", | ||
"terra-base": "^2.4.0" | ||
"terra-base": "^2.5.0" | ||
}, | ||
"scripts": { | ||
"compile": "npm run compile:clean && npm run compile:build", | ||
"compile:clean": "lerna exec --scope terra-toggle -- rimraf lib", | ||
"compile:build": "lerna exec --scope terra-toggle -- babel src --out-dir lib --copy-files", | ||
"compile:clean": "rimraf lib", | ||
"compile:build": "babel src --out-dir lib --copy-files", | ||
"lint": "npm run lint:js && npm run lint:scss", | ||
"lint:js": "lerna exec --scope terra-toggle -- eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"lint:scss": "lerna exec --scope terra-toggle -- stylelint src/**/*.scss", | ||
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", | ||
"lint:scss": "stylelint src/**/*.scss", | ||
"props-table": "props-table ./src/Toggle.jsx --out-dir ./docs/props-table", | ||
"test": "npm run test:jest && npm run test:nightwatch", | ||
"test:jest": "lerna exec --scope terra-toggle -- jest ./tests/jest/* --config ../../jestconfig.json", | ||
"test:nightwatch": "lerna exec --scope terra-toggle -- nightwatch -c ../../nightwatch.conf.js" | ||
"test:jest": "jest ./tests/jest/* --config ../../jestconfig.json", | ||
"test:nightwatch": "nightwatch -c ../../nightwatch.conf.js" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
21159
Updatedterra-base@^2.5.0