Skip to content

Commit

Permalink
Bump ast-types from 0.12.4 to 0.13.2 (#16715)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 24, 2019
1 parent 2e9f475 commit 376c804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/react-window": "^1.7.0",
"@types/styled-components": "4.1.12",
"address": "^1.0.3",
"ast-types": "^0.12.4",
"ast-types": "^0.13.2",
"autoprefixer": "^9.6.1",
"autosuggest-highlight": "^3.1.1",
"clean-css": "^4.1.11",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/modules/utils/defaultPropsHandler.js
@@ -1,4 +1,4 @@
import astTypes from 'ast-types';
import * as astTypes from 'ast-types';
import { utils as docgenUtils } from 'react-docgen';

const { getPropertyName, isReactForwardRefCall, printValue, resolveToValue } = docgenUtils;
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -2913,6 +2913,11 @@ ast-types@^0.12.4:
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.12.4.tgz#71ce6383800f24efc9a1a3308f3a6e420a0974d1"
integrity sha512-ky/YVYCbtVAS8TdMIaTiPFHwEpRB5z1hctepJplTr3UW5q8TDrpIMCILyk8pmLxGtn2KCtC/lSn7zOsaI7nzDw==

ast-types@^0.13.2:
version "0.13.2"
resolved "https://registry.yarnpkg.com/ast-types/-/ast-types-0.13.2.tgz#df39b677a911a83f3a049644fb74fdded23cea48"
integrity sha512-uWMHxJxtfj/1oZClOxDEV1sQ1HCDkA4MG8Gr69KKeBjEVH0R84WlejZ0y2DcwyBlpAEMltmVYkVgqfLFb2oyiA==

astral-regex@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/astral-regex/-/astral-regex-1.0.0.tgz#6c8c3fb827dd43ee3918f27b82782ab7658a6fd9"
Expand Down

0 comments on commit 376c804

Please sign in to comment.