Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit 9ef0862

Browse files
committed
🔧 (docz) Add docz
1 parent d36b9d4 commit 9ef0862

4 files changed

Lines changed: 5870 additions & 909 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,7 @@ dist
77
# Coverage
88
coverage
99

10+
# Doc
11+
.docz
12+
1013
.DS_Store

.npmignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ coverage
1313
# Jest
1414
__mocks__
1515
jest
16+
17+
# Doc
18+
.docz

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"@types/react-test-renderer": "^16.8.1",
3939
"babel-jest": "^24.7.0",
4040
"conventional-changelog-cz-emoji": "^2.0.0",
41+
"docz": "^1.2.0",
42+
"docz-theme-default": "^1.2.0",
4143
"eslint": "^5.16.0",
4244
"eslint-config-bambi": "^1.4.0",
4345
"jest": "^24.7.0",
@@ -46,14 +48,19 @@
4648
"mobx-react": "^5.4.3",
4749
"mobx-utils": "^5.4.0",
4850
"prettier": "^1.16.4",
49-
"react": "16.8.3",
51+
"react": "16.8.6",
52+
"react-dom": "16.8.6",
5053
"react-native": "0.59.5",
5154
"react-test-renderer": "^16.8.6",
5255
"release-it": "^12.0.1",
5356
"rxjs": "^6.4.0",
5457
"tslint": "^5.15.0",
5558
"typescript": "^3.4.3"
5659
},
60+
"resolutions": {
61+
"react": "^16.8.6",
62+
"react-dom": "^16.8.6"
63+
},
5764
"publishConfig": {
5865
"registry": "https://registry.npmjs.org/"
5966
}

0 commit comments

Comments
 (0)