Skip to content

Commit

Permalink
Fix for documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed Jun 3, 2021
1 parent e0cbf61 commit 4fbe208
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 22 deletions.
18 changes: 12 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 20 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,26 @@
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.5",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-jsx": "~6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-flow": "~6.23.0",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-loader": "^8.0.0",
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
Expand All @@ -47,7 +57,7 @@
"react-addons-test-utils": "^15.6.2",
"react-styleguidist": "^11.1.5",
"rollup": "^2.26.9",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-node-resolve": "^3.4.0",
"sinon": "^9.0.3",
"webpack": "^4.44.1"
Expand Down
6 changes: 0 additions & 6 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ module.exports = {
const basePath = componentPath.split('src/')[0];
return basePath + 'Readme.md';
},
compilerConfig: {
transforms: {
asyncAwait: false,
moduleImport: false,
}
},
ignore: [
path.resolve(__dirname, 'packages/**/models/*.js'),
path.resolve(__dirname, 'packages/**/types.js'),
Expand Down

0 comments on commit 4fbe208

Please sign in to comment.