Skip to content

Commit 99934f6

Browse files
committed
fix: component with consolo.log cannot be parsed
fix: example not working
1 parent 13f5570 commit 99934f6

File tree

7 files changed

+1025
-1082
lines changed

7 files changed

+1025
-1082
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Example project
2+
3+
First you need to install depedencies either by running `yarn install` or `npm install`.
4+
5+
Then you can start it with `yarn start` or `npm start` and navigate to http://localhost:6060/.
6+
7+
The project was tested against the _node version v10.0.1_.

examples/react-styleguidist-example/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"@types/react": "^16.0.34",
20-
"@types/react-dom": "^16.0.3",
21-
"react": "^16.2.0",
22-
"react-dom": "^16.2.0"
19+
"@types/react": "^16.4.14",
20+
"@types/react-dom": "^16.0.7",
21+
"react": "^16.5.0",
22+
"react-dom": "^16.5.0"
2323
},
2424
"devDependencies": {
2525
"husky": "^0.14.3",
26-
"lint-staged": "^6.0.1",
27-
"prettier": "^1.10.2",
28-
"react-docgen-typescript": "^1.2.2",
29-
"react-styleguidist": "^6.1.0",
30-
"ts-loader": "^3.3.0",
31-
"tslint": "^5.9.1",
32-
"typescript": "^2.3.3",
33-
"webpack": "^3.10.0"
26+
"lint-staged": "^7.2.2",
27+
"prettier": "^1.14.2",
28+
"react-docgen-typescript": "^1.8.0",
29+
"react-styleguidist": "^7.3.7",
30+
"ts-loader": "^5.1.0",
31+
"tslint": "^5.11.0",
32+
"typescript": "^3.0.3",
33+
"webpack": "^4.18.0"
3434
}
3535
}

0 commit comments

Comments
 (0)