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 Dec 19, 2018
1 parent 5ab2349 commit 0caf97c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 18 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/lodash.flatten": "^4.4.4",
"@types/lodash.flattendepth": "^4.7.4",
"@types/lodash.get": "^4.4.4",
"@types/node": "^10.12.15",
"@types/node": "^10.12.16",
"@types/p-reduce": "^1.0.0",
"@types/prettier": "^1.15.2",
"@types/react": "^16.7.17",
Expand All @@ -62,14 +62,14 @@
"babel-plugin-lodash": "^3.3.4",
"commitizen": "^3.0.5",
"del": "^3.0.0",
"husky": "^1.2.1",
"husky": "^1.3.0",
"lerna": "3.6.0",
"libundler": "^1.7.11",
"lint-staged": "^8.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.15.3",
"trash-cli": "^1.4.0",
"tslint": "^5.11.0",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-docz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.1.0",
"babel-plugin-macros": "^2.4.0",
"babel-plugin-macros": "^2.4.3",
"babel-plugin-react-docgen": "^2.0.0",
"babel-plugin-transform-dynamic-import": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.21"
Expand Down
2 changes: 1 addition & 1 deletion packages/docz-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"progress-estimator": "^0.2.2",
"react-dev-utils": "^6.1.1",
"react-docgen-typescript-loader": "^3.0.0-rc.0",
"react-hot-loader": "^4.6.1",
"react-hot-loader": "^4.6.2",
"rehype-docz": "^0.13.3",
"rehype-slug": "^2.0.2",
"remark-docz": "^0.13.3",
Expand Down
52 changes: 39 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2024,10 +2024,10 @@
resolved "https://registry.npmjs.org/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47"
integrity sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A==

"@types/node@^10.12.15":
version "10.12.15"
resolved "https://registry.npmjs.org/@types/node/-/node-10.12.15.tgz#20e85651b62fd86656e57c9c9bc771ab1570bc59"
integrity sha512-9kROxduaN98QghwwHmxXO2Xz3MaWf+I1sLVAA6KJDF5xix+IyXVhds0MAfdNwtcpSrzhaTsNB0/jnL86fgUhqA==
"@types/node@^10.12.16":
version "10.12.16"
resolved "https://registry.npmjs.org/@types/node/-/node-10.12.16.tgz#006a67ab106673f4c0d5928b7bcb5072e336a148"
integrity sha512-Ash6o4tVo3dRojXVW1Ot7Ec/ohBpFqxseuQRCXKd38BnldUTG5fn/+MOhlfcKuQy34vz+Zl9Ipixc0wAGLHNXA==

"@types/p-reduce@^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -2883,14 +2883,22 @@ babel-plugin-lodash@^3.3.4:
lodash "^4.17.10"
require-package-name "^2.0.1"

babel-plugin-macros@^2.0.0, babel-plugin-macros@^2.4.0:
babel-plugin-macros@^2.0.0:
version "2.4.2"
resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz#21b1a2e82e2130403c5ff785cba6548e9b644b28"
integrity sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==
dependencies:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-macros@^2.4.3:
version "2.4.3"
resolved "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.4.3.tgz#870345aa538d85f04b4614fea5922b55c45dd551"
integrity sha512-M8cE1Rx0zgfKYBWAS+T6ZVCLGuTKdBI5Rn3fu9q6iVdH0UjaXdmF501/VEYn7kLHCgguhGNk5JBzOn64e2xDEA==
dependencies:
cosmiconfig "^5.0.5"
resolve "^1.8.1"

babel-plugin-react-docgen@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/babel-plugin-react-docgen/-/babel-plugin-react-docgen-2.0.0.tgz#039d90f5a1a37131c8cc3015017eecafa8d78882"
Expand Down Expand Up @@ -6771,10 +6779,10 @@ humanize-string@^1.0.2:
dependencies:
decamelize "^1.0.0"

husky@^1.2.1:
version "1.2.1"
resolved "https://registry.npmjs.org/husky/-/husky-1.2.1.tgz#33628f7013e345c1790a4dbe4642ad047f772dee"
integrity sha512-4Ylal3HWhnDvIszuiyLoVrSGI7QLg/ogkNCoHE34c+yZYzb9kBZNrlTOsdw92cGi3cJT8pPb6CdVfxFkLnc8Dg==
husky@^1.3.0:
version "1.3.0"
resolved "https://registry.npmjs.org/husky/-/husky-1.3.0.tgz#fbb97b5e52739d945fd86c3bf92def0ea60175c4"
integrity sha512-0Yfh4PkWr8Nrume/lEMgSgK5zg8Q19jGM7jDmN7H92VrqgcYSbn+CM1iLGmAvQSNWuaPx9iq/rq/4Y8LPX6dLA==
dependencies:
cosmiconfig "^5.0.7"
execa "^1.0.0"
Expand Down Expand Up @@ -10317,10 +10325,10 @@ react-feather@^1.1.4:
resolved "https://registry.npmjs.org/react-feather/-/react-feather-1.1.4.tgz#d0143da95f9d52843cf13a553091573a7c617897"
integrity sha512-Odke3WUl00+a2scGQKlep4m+qDESl/x+PsTRB3v6fAV/2dteF4EaRjqhX8h7HM3mU3V3v0xGTv8Z5S26bpQ5PQ==

react-hot-loader@^4.6.1:
version "4.6.1"
resolved "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.6.1.tgz#7b4ebbbf931d864e78b31c25eee813fcf1ecfa99"
integrity sha512-BrMa/zyVq7aeHa2TDG6cVFgMiUut6OHZ/RkPqVHovsFbo0VI8VX7qCz2dYTDHFc9HtVrSUbJGd9LpFPIWtExBg==
react-hot-loader@^4.6.2:
version "4.6.2"
resolved "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.6.2.tgz#9844b76a7bf4b6fdd45dd91f7e757ddf3aad5289"
integrity sha512-9XxH/t9jblu4vUDgxHcMLwvm4aOhaoxazzTP9vwjTVzOgU987T4rDYA85XrlmbDan9WkD+h/iVHOK8F8UnQsDg==
dependencies:
fast-levenshtein "^2.0.6"
global "^4.3.0"
Expand Down Expand Up @@ -12410,6 +12418,24 @@ tslint@^5.11.0:
tslib "^1.8.0"
tsutils "^2.27.2"

tslint@^5.12.0:
version "5.12.0"
resolved "https://registry.npmjs.org/tslint/-/tslint-5.12.0.tgz#47f2dba291ed3d580752d109866fb640768fca36"
integrity sha512-CKEcH1MHUBhoV43SA/Jmy1l24HJJgI0eyLbBNSRyFlsQvb9v6Zdq+Nz2vEOH00nC5SUx4SneJ59PZUS/ARcokQ==
dependencies:
babel-code-frame "^6.22.0"
builtin-modules "^1.1.1"
chalk "^2.3.0"
commander "^2.12.1"
diff "^3.2.0"
glob "^7.1.1"
js-yaml "^3.7.0"
minimatch "^3.0.4"
resolve "^1.3.2"
semver "^5.3.0"
tslib "^1.8.0"
tsutils "^2.27.2"

tsutils@^2.27.2:
version "2.29.0"
resolved "https://registry.npmjs.org/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
Expand Down

0 comments on commit 0caf97c

Please sign in to comment.