Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Mar 13, 2019
1 parent 6b6f134 commit 03d0d58
Show file tree
Hide file tree
Showing 11 changed files with 361 additions and 321 deletions.
8 changes: 4 additions & 4 deletions core/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"common-tags": "^1.8.0",
"detect-port": "^1.3.0",
"docz-utils": "^0.13.6",
"dotenv": "^6.2.0",
"dotenv": "^7.0.0",
"env-dot-prop": "^2.0.1",
"express": "^4.16.4",
"fast-deep-equal": "^2.0.1",
Expand All @@ -51,7 +51,7 @@
"load-cfg": "^0.13.3",
"lodash": "^4.17.11",
"mini-html-webpack-plugin": "^0.2.3",
"p-reduce": "^1.0.0",
"p-reduce": "^2.0.0",
"react-dev-utils": "^8.0.0",
"react-docgen": "^4.1.0",
"react-docgen-actual-name-handler": "0.13.5",
Expand All @@ -75,7 +75,7 @@
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-chain": "^5.2.1",
"webpack-chain": "^5.2.2",
"webpack-dev-server": "^3.2.1",
"webpack-hot-client": "^4.1.1",
"webpack-manifest-plugin": "^2.0.4",
Expand All @@ -87,7 +87,7 @@
"@types/express": "^4.16.1",
"@types/html-minifier": "^3.5.3",
"@types/p-reduce": "^1.0.0",
"@types/react": "^16.8.7",
"@types/react": "^16.8.8",
"@types/resolve": "^0.0.8",
"@types/webpack": "^4.4.25",
"@types/webpack-chain": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion core/docz-theme-default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "^16.8.0"
},
"devDependencies": {
"@types/lodash": "^4.14.122",
"@types/lodash": "^4.14.123",
"@types/styled-components": "^4.1.12",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0"
Expand Down
10 changes: 5 additions & 5 deletions core/docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/loadable__component": "^5.6.0",
"@types/lodash": "^4.14.122",
"@types/lodash": "^4.14.123",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.flattendepth": "^4.7.6",
"@types/lodash.get": "^4.4.6",
"@types/node": "^11.11.0",
"@types/node": "^11.11.3",
"@types/reach__router": "^1.2.3",
"@types/react": "^16.8.7",
"@types/react": "^16.8.8",
"babel-preset-react-app": "^7.0.2",
"jest": "^24.4.0",
"jest": "^24.5.0",
"lint-staged": "^8.1.5",
"rollup": "^1.6.0",
"tslint": "^5.13.1"
"tslint": "^5.14.0"
}
}
8 changes: 4 additions & 4 deletions core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"fix:prettier": "prettier \"src/**/*.{json,jsx,js}\" --write"
},
"dependencies": {
"@mdx-js/tag": "^0.20.3",
"@mdx-js/mdx": "^0.20.3",
"@mdx-js/tag": "^0.20.3",
"babel-plugin-export-metadata": "^0.13.4",
"change-case": "^3.1.0",
"chokidar": "^2.1.2",
Expand All @@ -25,10 +25,10 @@
"docz-theme-default": "^0.13.6",
"docz-utils": "^0.13.6",
"fs-extra": "^7.0.1",
"gatsby": "^2.1.30",
"gatsby-mdx": "^0.4.2",
"gatsby": "^2.1.32",
"gatsby-mdx": "^0.4.3",
"gatsby-plugin-compile-es6-packages": "^1.0.6",
"gatsby-plugin-manifest": "^2.0.23",
"gatsby-plugin-manifest": "^2.0.24",
"gatsby-plugin-react-helmet": "^3.0.9",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-styled-components": "^3.0.7",
Expand Down
4 changes: 2 additions & 2 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.x",
"gatsby": "^2.1.30",
"gatsby-mdx": "^0.4.2",
"gatsby": "^2.1.32",
"gatsby-mdx": "^0.4.3",
"gatsby-plugin-eslint": "^2.0.4",
"gatsby-theme-docz": "^0.13.6"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^16.8.4",
"react-art": "^16.8.4",
"react-dom": "^16.8.4",
"react-native-web": "^0.10.1",
"react-native-web": "^0.11.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"styled-components": "^4.1.3"
},
"devDependencies": {
"@types/react": "^16.8.7",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2"
}
}
4 changes: 2 additions & 2 deletions other-packages/babel-plugin-export-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"babel-jest": "^24.4.0",
"jest": "^24.4.0"
"babel-jest": "^24.5.0",
"jest": "^24.5.0"
}
}
4 changes: 2 additions & 2 deletions other-packages/load-cfg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"lodash": "^4.17.11"
},
"devDependencies": {
"@types/node": "^11.11.0",
"@types/react": "^16.8.7",
"@types/node": "^11.11.3",
"@types/react": "^16.8.8",
"@types/webpack": "^4.4.25",
"@types/yargs": "^12.0.9",
"lerna": "3.13.1"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@types/find-up": "^2.1.1",
"@types/fs-extra": "^5.0.5",
"@types/jest": "^24.0.9",
"@types/lodash": "^4.14.121",
"@types/lodash": "^4.14.123",
"@types/lodash.flatten": "^4.4.5",
"@types/lodash.flattendepth": "^4.7.5",
"@types/lodash.get": "^4.4.5",
"@types/node": "^11.9.5",
"@types/node": "^11.11.3",
"@types/prettier": "^1.16.1",
"@types/react": "^16.8.5",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.2",
"@types/react-router-dom": "^4.3.1",
"all-contributors-cli": "^6.1.2",
Expand All @@ -55,15 +55,15 @@
"cross-env": "^5.2.0",
"docz-rollup": "0.13.3",
"husky": "^1.3.1",
"jest": "^24.1.0",
"jest": "^24.5.0",
"lerna": "3.13.1",
"lint-staged": "^8.1.4",
"npm-run-all": "^4.1.5",
"prettier": "^1.16.4",
"rollup": "^1.3.2",
"trash-cli": "^1.4.0",
"ts-jest": "^24.0.0",
"tslint": "^5.13.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333"
},
Expand Down
Loading

0 comments on commit 03d0d58

Please sign in to comment.