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

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Feb 11, 2019
1 parent a8e4237 commit e682d45
Show file tree
Hide file tree
Showing 11 changed files with 337 additions and 551 deletions.
4 changes: 2 additions & 2 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-loader": "^8.0.5",
"babel-plugin-export-metadata": "^0.13.4",
"babel-plugin-named-asset-import": "^0.3.0",
"babel-preset-react-app": "^7.0.0",
"babel-preset-react-app": "^7.0.1",
"cache-loader": "^2.0.1",
"chalk": "^2.4.2",
"chokidar": "^2.1.0",
Expand All @@ -55,7 +55,7 @@
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^1.0.0",
"pretty-error": "^2.1.1",
"react-dev-utils": "^7.0.1",
"react-dev-utils": "^7.0.2",
"react-docgen": "^3.0.0",
"react-docgen-actual-name-handler": "0.13.5",
"react-docgen-external-proptypes-handler": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"docz-core": "^0.13.5",
"fast-deep-equal": "^2.0.1",
"lodash": "^4.17.11",
"prop-types": "^15.6.2",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-imported-component": "^5.5.0",
"react-imported-component": "^5.5.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
Expand Down
9 changes: 5 additions & 4 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"fix:prettier": "prettier \"src/**/*.{json,jsx,js}\" --write"
},
"dependencies": {
"@emotion/babel-preset-css-prop": "^10.0.7",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"babel-plugin-export-metadata": "^0.13.4",
Expand All @@ -24,12 +25,12 @@
"docz-core": "^0.13.5",
"docz-theme-default": "^0.13.5",
"fs-extra": "^7.0.1",
"gatsby": "^2.0.117",
"gatsby-mdx": "^0.3.5",
"gatsby": "^2.0.118",
"gatsby-mdx": "^0.3.6",
"gatsby-plugin-compile-es6-packages": "^1.0.6",
"gatsby-plugin-manifest": "^2.0.17",
"gatsby-plugin-react-helmet": "^3.0.6",
"prop-types": "^15.6.2",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-helmet": "^5.2.0",
Expand All @@ -43,7 +44,7 @@
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "^5.13.0",
"eslint-config-react-app": "^3.0.6",
"eslint-config-react-app": "^3.0.7",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"prop-types": "^15.6.2",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/flow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"prop-types": "^15.6.2",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-dom": "^16.8.1"
},
Expand Down
12 changes: 6 additions & 6 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint-loader": "^2.1.2",
"eslint": "^5.13.0",
"eslint-config-react-app": "^3.0.6",
"eslint-config-react-app": "^3.0.7",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "3.2.1",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.x",
"gatsby": "^2.0.117",
"gatsby-theme-docz": "^0.13.5",
"gatsby-mdx": "^0.3.5",
"gatsby-plugin-eslint": "^2.0.4"
"gatsby": "^2.0.118",
"gatsby-mdx": "^0.3.6",
"gatsby-plugin-eslint": "^2.0.4",
"gatsby-theme-docz": "^0.13.5"
}
}
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "docz build"
},
"dependencies": {
"prop-types": "^15.6.2",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-art": "^16.8.1",
"react-dom": "^16.8.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "docz build"
},
"dependencies": {
"prop-types": "^15.6.2",
"prop-types": "^15.7.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"styled-components": "^4.1.3"
Expand Down
2 changes: 1 addition & 1 deletion other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"fs-extra": "^7.0.1"
},
"devDependencies": {
"@types/node": "^10.12.23",
"@types/node": "^10.12.24",
"@types/react": "^16.8.2",
"@types/webpack": "^4.4.24",
"@types/yargs": "^12.0.8",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"devDependencies": {
"@babel/core": "7.2.2",
"@commitlint/cli": "^7.5.0",
"@commitlint/cli": "^7.5.1",
"@commitlint/config-conventional": "^7.5.0",
"@commitlint/config-lerna-scopes": "^7.5.0",
"@commitlint/config-lerna-scopes": "^7.5.1",
"@emotion/babel-preset-css-prop": "^10.0.7",
"@types/find-up": "^2.1.1",
"@types/fs-extra": "^5.0.4",
Expand All @@ -43,14 +43,14 @@
"@types/lodash.flatten": "^4.4.4",
"@types/lodash.flattendepth": "^4.7.4",
"@types/lodash.get": "^4.4.4",
"@types/node": "^10.12.23",
"@types/prettier": "^1.15.2",
"@types/node": "^10.12.24",
"@types/prettier": "^1.16.0",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-router-dom": "^4.3.1",
"all-contributors-cli": "^6.1.0",
"all-contributors-cli": "^6.1.1",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-react-app": "^7.0.0",
"babel-preset-react-app": "^7.0.1",
"commitizen": "^3.0.5",
"cross-env": "^5.2.0",
"docz-rollup": "0.13.3",
Expand Down
Loading

0 comments on commit e682d45

Please sign in to comment.