Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
fix: add missing dependency on examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Mar 29, 2019
1 parent 2b1f2a7 commit af8ec2d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"docz": "^1.0.0-rc.3"
"docz": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3"
}
}
1 change: 1 addition & 0 deletions examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"devDependencies": {
"@babel/preset-flow": "^7.0.0",
"docz": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3",
"flow-bin": "^0.95.1",
"flow-typed": "^2.5.1"
}
Expand Down
2 changes: 2 additions & 0 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"babel-eslint": "10.0.1",
"docz": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3",
"eslint": "^5.15.3",
"eslint-config-react-app": "^3.0.8",
"eslint-loader": "^2.1.2",
Expand Down
3 changes: 2 additions & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
},
"devDependencies": {
"@babel/core": "^7.4.0",
"docz": "^1.0.0-rc.3"
"docz": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3"
}
}
3 changes: 2 additions & 1 deletion examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"styled-components": "^4.2.0"
},
"devDependencies": {
"docz": "^1.0.0-rc.3"
"docz": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3"
}
}
6 changes: 3 additions & 3 deletions examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"build": "docz build"
},
"dependencies": {
"docz": "^1.0.0-rc.3",
"docz-core": "^1.0.0-rc.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@types/react": "^16.8.10",
"@types/react-dom": "^16.8.3"
"@types/react-dom": "^16.8.3",
"docz": "^1.0.0-rc.3",
"docz-theme-default": "^1.0.0-rc.3"
}
}

0 comments on commit af8ec2d

Please sign in to comment.