Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
feat(prettier): bump to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robwise committed Jun 8, 2017
1 parent 29c7351 commit aa701a0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 16 deletions.
35 changes: 21 additions & 14 deletions flow-typed/npm/prettier_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 5f7edc5adbf5b5a2bc8a2818316fe25c
// flow-typed version: <<STUB>>/prettier_v^1.4.1/flow_v0.47.0
// flow-typed signature: f8bf9622a0b0c0a6082202ad16c0f404
// flow-typed version: <<STUB>>/prettier_v^1.4.4/flow_v0.47.0

/**
* This is an autogenerated libdef stub for:
Expand All @@ -26,19 +26,23 @@ declare module 'prettier/bin/prettier' {
declare module.exports: any;
}

declare module 'prettier/src/parser-babylon' {
declare module 'prettier/parser-babylon' {
declare module.exports: any;
}

declare module 'prettier/src/parser-flow' {
declare module 'prettier/parser-flow' {
declare module.exports: any;
}

declare module 'prettier/src/parser-postcss' {
declare module 'prettier/parser-graphql' {
declare module.exports: any;
}

declare module 'prettier/src/parser-typescript' {
declare module 'prettier/parser-postcss' {
declare module.exports: any;
}

declare module 'prettier/parser-typescript' {
declare module.exports: any;
}

Expand All @@ -52,15 +56,18 @@ declare module 'prettier/index' {
declare module 'prettier/index.js' {
declare module.exports: $Exports<'prettier'>;
}
declare module 'prettier/src/parser-babylon.js' {
declare module.exports: $Exports<'prettier/src/parser-babylon'>;
declare module 'prettier/parser-babylon.js' {
declare module.exports: $Exports<'prettier/parser-babylon'>;
}
declare module 'prettier/parser-flow.js' {
declare module.exports: $Exports<'prettier/parser-flow'>;
}
declare module 'prettier/src/parser-flow.js' {
declare module.exports: $Exports<'prettier/src/parser-flow'>;
declare module 'prettier/parser-graphql.js' {
declare module.exports: $Exports<'prettier/parser-graphql'>;
}
declare module 'prettier/src/parser-postcss.js' {
declare module.exports: $Exports<'prettier/src/parser-postcss'>;
declare module 'prettier/parser-postcss.js' {
declare module.exports: $Exports<'prettier/parser-postcss'>;
}
declare module 'prettier/src/parser-typescript.js' {
declare module.exports: $Exports<'prettier/src/parser-typescript'>;
declare module 'prettier/parser-typescript.js' {
declare module.exports: $Exports<'prettier/parser-typescript'>;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ignore": "^3.3.3",
"lodash": "^4.17.4",
"loophole": "^1.1.0",
"prettier": "^1.4.1",
"prettier": "^1.4.4",
"prettier-eslint": "^6.2.3",
"read-pkg-up": "^2.0.0"
},
Expand Down
6 changes: 5 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3300,10 +3300,14 @@ prettier-eslint@^6.0.0, prettier-eslint@^6.2.3:
pretty-format "^19.0.0"
require-relative "^0.8.7"

prettier@^1.3.0, prettier@^1.4.1:
prettier@^1.3.0:
version "1.4.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.1.tgz#3526cc46aea102e980db5b70cabe2020910ef142"

prettier@^1.4.4:
version "1.4.4"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.4.4.tgz#a8d1447b14c9bf67e6d420dcadd10fb9a4fad65a"

pretty-format@^19.0.0:
version "19.0.0"
resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-19.0.0.tgz#56530d32acb98a3fa4851c4e2b9d37b420684c84"
Expand Down

0 comments on commit aa701a0

Please sign in to comment.