diff --git a/docs/getting-started/configuration/styleguide.ext.json.md b/docs/getting-started/configuration/styleguide.ext.json.md index 2ee34db..c71c0b4 100644 --- a/docs/getting-started/configuration/styleguide.ext.json.md +++ b/docs/getting-started/configuration/styleguide.ext.json.md @@ -63,7 +63,6 @@ Ignore components to be documented using a glob pattern: ```json { "ignore": [ - "src/**/*.test.js", "src/**/*.spec.js" ] } diff --git a/package.json b/package.json index a2285b2..aceae86 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,11 @@ "yeutech.vn", "documentation" ], + "ncurc": { + "reject": [ + "react-transition-group" + ] + }, "license": "MIT", "eslintConfig": { "parser": "babel-eslint", @@ -160,74 +165,74 @@ "lint-staged" ], "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.4.0", + "@babel/cli": "^7.4.4", + "@babel/core": "^7.4.4", "@babel/plugin-external-helpers": "^7.2.0", - "@babel/plugin-proposal-class-properties": "^7.4.0", - "@babel/plugin-proposal-decorators": "^7.4.0", + "@babel/plugin-proposal-class-properties": "^7.4.4", + "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-proposal-json-strings": "^7.2.0", - "@babel/plugin-proposal-object-rest-spread": "^7.4.0", + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-import-meta": "^7.2.0", - "@babel/plugin-transform-async-to-generator": "^7.4.0", - "@babel/plugin-transform-modules-commonjs": "^7.4.0", + "@babel/plugin-transform-async-to-generator": "^7.4.4", + "@babel/plugin-transform-modules-commonjs": "^7.4.4", "@babel/plugin-transform-react-constant-elements": "^7.2.0", "@babel/plugin-transform-react-inline-elements": "^7.2.0", - "@babel/plugin-transform-runtime": "^7.4.0", - "@babel/preset-env": "^7.4.2", + "@babel/plugin-transform-runtime": "^7.4.4", + "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@rollup-umd/ncu": "^1.0.9", "@semantic-release/changelog": "^3.0.2", "@semantic-release/git": "^7.0.8", "@semantic-release/github": "^5.2.10", - "@semantic-release/npm": "^5.1.4", + "@semantic-release/npm": "^5.1.7", "babel-eslint": "^10.0.1", - "babel-jest": "^24.5.0", - "babel-loader": "^8.0.5", - "babel-merge": "^2.0.1", - "babel-plugin-add-module-exports": "^1.0.0", + "babel-jest": "^24.8.0", + "babel-loader": "^8.0.6", + "babel-merge": "^3.0.0", + "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-dynamic-import-node": "^2.2.0", "babel-plugin-react-transform": "^3.0.0", "babel-plugin-styled-components": "^1.10.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "cz-conventional-changelog": "^2.1.0", "enzyme": "^3.9.0", - "enzyme-adapter-react-16": "^1.11.2", + "enzyme-adapter-react-16": "^1.13.1", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", - "eslint-plugin-import": "^2.16.0", + "eslint-plugin-import": "^2.17.2", "eslint-plugin-jsx-a11y": "^6.2.1", - "eslint-plugin-react": "^7.12.4", - "istanbul-api": "^2.1.1", - "istanbul-reports": "^2.1.1", - "jest-cli": "^24.5.0", + "eslint-plugin-react": "^7.13.0", + "istanbul-api": "^3.0.0", + "istanbul-reports": "^2.2.6", + "jest-cli": "^24.8.0", "jest-sonar-reporter": "^2.0.0", - "lint-staged": "^8.1.5", + "lint-staged": "^8.1.7", "pre-commit": "^1.2.2", "raf": "^3.4.1", "react-test-renderer": "^16.8.6", - "semantic-release": "^15.13.3", + "semantic-release": "^15.13.12", "toctoc": "^0.3.2", - "webpack": "^4.29.6" + "webpack": "^4.31.0" }, "dependencies": { - "@babel/runtime": "^7.4.2", - "acorn": "^6.0.2", - "acorn-jsx": "^5.0.0", - "react-styleguidist": "^9.0.5", - "@bootstrap-styled/rsg-components": "^2.0.4", + "@babel/runtime": "^7.4.4", + "acorn": "^6.1.1", + "acorn-jsx": "^5.0.1", + "react-styleguidist": "^9.1.2", + "@bootstrap-styled/rsg-components": "^2.1.0", "css-loader": "^2.1.1", - "documentation": "^9.3.1", + "documentation": "^11.0.0", "exports-loader": "^0.7.0", "image-webpack-loader": "^4.6.0", "lodash.omit": "^4.5.0", - "mini-html-webpack-plugin": "^0.2.3", + "mini-html-webpack-plugin": "^1.0.0", "parse-author": "^2.0.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-ga": "^2.5.7", - "react-transition-group": "^2.7.1", + "react-transition-group": "^2.9.0", "style-loader": "^0.23.1", "styled-components": "^4.2.0", "url-loader": "^1.1.2",