Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jul 4, 2019
1 parent 64f75da commit 2272d56
Show file tree
Hide file tree
Showing 10 changed files with 165 additions and 48 deletions.
4 changes: 2 additions & 2 deletions core/docz-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
"precommit": "lint-staged"
},
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/generator": "^7.5.0",
"@babel/parser": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@babel/traverse": "^7.5.0",
"art-template": "^4.13.2",
"codesandboxer-fs": "^1.0.1",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion core/gatsby-theme-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-feather": "^2.0.3",
"react-helmet": "^5.2.1",
"react-live": "^2.1.2",
"rehype-docz": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions core/remark-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"test": "jest"
},
"dependencies": {
"@babel/generator": "^7.4.4",
"@babel/types": "^7.4.4",
"@babel/generator": "^7.5.0",
"@babel/types": "^7.5.0",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1"
},
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 @@ -16,7 +16,7 @@
"react-native-web": "^0.11.5"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/core": "^7.5.0",
"docz": "^1.2.0",
"docz-theme-default": "^1.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions other-packages/babel-plugin-export-metadata/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"test": "jest"
},
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/template": "^7.4.4",
"babel-core": "7.0.0-bridge.0",
"lodash": "^4.17.11"
Expand Down
2 changes: 1 addition & 1 deletion other-packages/eslint-config-docz-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.js\" --write"
"fix:prettier": "prettier \"**/*.js\" --write"
},
"dependencies": {
"babel-eslint": "^10.0.2",
Expand Down
2 changes: 1 addition & 1 deletion other-packages/eslint-config-docz-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"scripts": {
"fix": "run-s fix:*",
"fix:prettier": "prettier \"src/**/*.js\" --write"
"fix:prettier": "prettier \"**/*.js\" --write"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^1.10.2",
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 @@ -19,7 +19,7 @@
"precommit": "lint-staged"
},
"dependencies": {
"@babel/preset-env": "^7.4.5",
"@babel/preset-env": "^7.5.0",
"@babel/register": "^7.4.4",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"contributors:generate": "all-contributors generate"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/core": "7.5.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@commitlint/config-lerna-scopes": "^8.0.0",
Expand Down
Loading

0 comments on commit 2272d56

Please sign in to comment.