Skip to content

Commit b0bef23

Browse files
author
Antonio Russo
committed
Fixing documentation broken link
1 parent e3fe58a commit b0bef23

3 files changed

Lines changed: 42 additions & 44 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,3 +634,14 @@ online
634634
### Added
635635

636636
- `useRenderInfo` hook and tests
637+
638+
639+
## [0.31.1] - 2020-10-09
640+
641+
### Added
642+
643+
- Support for SSR in `isAPISupport`
644+
645+
### Fixed
646+
647+
- Documentation link

docs/styleguidist/webpack.config.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,11 @@ const path = require('path');
22

33
// local constants
44
const srcPath = path.resolve(__dirname, '../..', 'src');
5-
const outPath = path.resolve(__dirname, '../..','gitpages');
65

76
module.exports = {
87
resolve: {
9-
extensions: ['.js'],
108
alias: { 'beautiful-react-hooks': srcPath },
119
},
12-
devtool: 'inline-source-map',
13-
output: {
14-
path: outPath,
15-
filename: 'beautiful-react-hooks.doc.js',
16-
},
17-
devServer: {
18-
open: true,
19-
hot: false,
20-
liveReload: true,
21-
watchContentBase: true,
22-
},
2310
module: {
2411
rules: [
2512
{

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beautiful-react-hooks",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"description": "A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development",
55
"main": "index.js",
66
"module": "esm/index.js",
@@ -35,50 +35,50 @@
3535
"lodash.throttle": "^4.1.1"
3636
},
3737
"peerDependencies": {
38-
"react": ">=17.0.0",
39-
"react-dom": ">=17.0.0"
38+
"react": ">=17.0.1",
39+
"react-dom": ">=17.0.1"
4040
},
4141
"devDependencies": {
42-
"@babel/core": "^7.11.1",
42+
"@babel/core": "^7.13.8",
4343
"@babel/polyfill": "^7.10.4",
44-
"@babel/preset-env": "^7.11.0",
45-
"@babel/preset-react": "^7.10.4",
46-
"@babel/register": "^7.10.5",
47-
"@rollup/plugin-node-resolve": "9.0.0",
48-
"@testing-library/react": "11.1.0",
49-
"@testing-library/react-hooks": "^3.4.1",
44+
"@babel/preset-env": "^7.13.9",
45+
"@babel/preset-react": "^7.12.13",
46+
"@babel/register": "^7.13.8",
47+
"@rollup/plugin-node-resolve": "11.2.0",
48+
"@testing-library/react": "11.2.5",
49+
"@testing-library/react-hooks": "^5.1.0",
5050
"babel-eslint": "^10.1.0",
51-
"babel-loader": "^8.1.0",
51+
"babel-loader": "^8.2.2",
5252
"babel-plugin-istanbul": "^6.0.0",
5353
"babel-plugin-transform-require-ignore": "^0.1.1",
54-
"beautiful-react-ui": "^0.57.0",
55-
"chai": "^4.2.0",
56-
"css-loader": "^5.0.0",
57-
"eslint": "^7.7.0",
58-
"eslint-config-airbnb": "^18.2.0",
54+
"beautiful-react-ui": "^0.57.1",
55+
"chai": "^4.3.3",
56+
"css-loader": "^5.1.1",
57+
"eslint": "^7.21.0",
58+
"eslint-config-airbnb": "^18.2.1",
5959
"eslint-plugin-chai-expect": "^2.2.0",
60-
"eslint-plugin-import": "^2.22.0",
61-
"eslint-plugin-jsx-a11y": "^6.3.1",
62-
"eslint-plugin-react": "^7.20.6",
63-
"eslint-plugin-react-hooks": "^4.0.8",
60+
"eslint-plugin-import": "^2.22.1",
61+
"eslint-plugin-jsx-a11y": "^6.4.1",
62+
"eslint-plugin-react": "^7.22.0",
63+
"eslint-plugin-react-hooks": "^4.2.0",
6464
"glob": "^7.1.6",
65-
"husky": "^4.2.5",
66-
"jsdoc-to-markdown": "^6.0.1",
65+
"husky": "^5.1.3",
66+
"jsdoc-to-markdown": "^7.0.0",
6767
"jsdom": "^16.4.0",
6868
"jsdom-global": "^3.0.2",
69-
"mocha": "8.2.0",
70-
"mock-local-storage": "1.1.15",
69+
"mocha": "8.3.1",
70+
"mock-local-storage": "1.1.17",
7171
"nyc": "^15.1.0",
7272
"react": "^17.0.0",
7373
"react-dom": "^17.0.0",
74-
"react-styleguidist": "^11.0.8",
75-
"react-test-renderer": "^16.13.1",
76-
"rollup": "2.33.0",
74+
"react-styleguidist": "^11.1.5",
75+
"react-test-renderer": "^17.0.1",
76+
"rollup": "2.40.0",
7777
"rollup-plugin-babel": "4.4.0",
78-
"rxjs": "6.6.3",
79-
"sinon": "^9.0.3",
78+
"rxjs": "6.6.6",
79+
"sinon": "^9.2.4",
8080
"style-loader": "2.0.0",
81-
"url-loader": "^4.1.0",
82-
"webpack": "^5.1.3"
81+
"url-loader": "^4.1.1",
82+
"webpack": "^5.24.3"
8383
}
8484
}

0 commit comments

Comments
 (0)