ld-react-components
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -0,1 +1,15 @@ | ||
# v0.0.9 (Fri Jul 19 2019) | ||
#### ⚠️ Pushed to master | ||
- corrected linting errors (dave@cmscode.com) | ||
- updated dependencies (dave@cmscode.com) | ||
#### Authors: 2 | ||
- poorpaddy (dave@cmscode.com) | ||
- poorpaddu (dave@cmscode.com) | ||
--- | ||
# v0.0.8 (Tue Jun 11 2019) | ||
@@ -2,0 +16,0 @@ |
{ | ||
"name": "ld-react-components", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Semantic component helpers to support LaunchDarkly in your react app.", | ||
@@ -39,24 +39,24 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"all-contributors-cli": "^6.7.0", | ||
"auto": "^7.0.12", | ||
"babel-eslint": "^10.0.1", | ||
"all-contributors-cli": "^6.8.1", | ||
"auto": "^7.2.1", | ||
"babel-eslint": "^10.0.2", | ||
"babel-jest": "^24.8.0", | ||
"babel-loader": "^8.0.6", | ||
"chai": "^4.2.0", | ||
"concurrently": "^4.1.0", | ||
"css-loader": "^2.1.1", | ||
"concurrently": "^4.1.1", | ||
"css-loader": "^3.1.0", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "~5.16.0", | ||
"eslint-config-standard": "~12.0.0", | ||
"eslint-plugin-import": "~2.17.3", | ||
"eslint": "~6.0.1", | ||
"eslint-config-standard": "~13.0.1", | ||
"eslint-plugin-import": "~2.18.1", | ||
"eslint-plugin-node": "~9.1.0", | ||
"eslint-plugin-promise": "~4.1.1", | ||
"eslint-plugin-react": "~7.13.0", | ||
"eslint-plugin-promise": "~4.2.1", | ||
"eslint-plugin-react": "~7.14.2", | ||
"eslint-plugin-standard": "~4.0.0", | ||
@@ -68,3 +68,3 @@ "expect": "^24.8.0", | ||
"jsdom-global": "3.0.2", | ||
"mocha": "^6.1.4", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
@@ -74,9 +74,9 @@ "push-dir": "^0.4.1", | ||
"react-dom": "^16.3.2", | ||
"react-hot-loader": "^4.11.0", | ||
"react-hot-loader": "^4.12.8", | ||
"react-test-renderer": "^16.8.6", | ||
"sinon": "^7.3.2", | ||
"style-loader": "^0.23.1", | ||
"webpack": "^4.33.0", | ||
"webpack-cli": "^3.3.3", | ||
"webpack-dev-server": "^3.7.1" | ||
"webpack": "^4.36.1", | ||
"webpack-cli": "^3.3.6", | ||
"webpack-dev-server": "^3.7.2" | ||
}, | ||
@@ -83,0 +83,0 @@ "dependencies": { |
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
439203