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

Commit

Permalink
Merge pull request #227 from prettier/rob/misc
Browse files Browse the repository at this point in the history
chore(deps): bump
  • Loading branch information
robwise committed Jul 7, 2017
2 parents fb86025 + 0489318 commit 9e55df1
Show file tree
Hide file tree
Showing 8 changed files with 66 additions and 47 deletions.
2 changes: 1 addition & 1 deletion dist/atomInterface/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ var attemptWithErrorNotification = function attemptWithErrorNotification(func) {
try {
func.apply(undefined, args);
} catch (e) {
addErrorNotification(e.message, { dismissable: true, detail: e.stack });
addErrorNotification(e.message, { dismissable: true, stack: e.stack });
}
};

Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/babel-preset-env_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 55ff0b5cdde321dcd583d3d63779a8f0
// flow-typed version: <<STUB>>/babel-preset-env_v^1.5.2/flow_v0.49.1
// flow-typed signature: cddbcd93c32b8471a6df13ff17d8d5bd
// flow-typed version: <<STUB>>/babel-preset-env_v^1.6.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/eslint-plugin-import_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: d3313b70ee4e3a7182e30478d5d30d65
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.6.0/flow_v0.49.1
// flow-typed signature: 5ba282f09c2e0410f17d96eb1ad9b4e4
// flow-typed version: <<STUB>>/eslint-plugin-import_v^2.7.0/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/husky_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: eca1787206c5029430b5b3996494cb23
// flow-typed version: <<STUB>>/husky_v^0.14.1/flow_v0.49.1
// flow-typed signature: b1946e9650a971d481e6d2a6ba563e5b
// flow-typed version: <<STUB>>/husky_v^0.14.3/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand Down
12 changes: 6 additions & 6 deletions flow-typed/npm/lodash_v4.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: b611e91eea833723f66a55f458ee8e27
// flow-typed version: 13ceae43c9/lodash_v4.x.x/flow_>=v0.47.x
// flow-typed signature: 965815c926d58b631e3746ecfe0bc204
// flow-typed version: 0953311d72/lodash_v4.x.x/flow_>=v0.47.x

declare module 'lodash' {
declare type TemplateSettings = {
Expand Down Expand Up @@ -179,9 +179,9 @@ declare module 'lodash' {
every<T: Object>(object: T, iteratee?: OIteratee<T>): bool;
filter<T>(array: ?Array<T>, predicate?: Predicate<T>): Array<T>;
filter<A, T: {[id: string]: A}>(object: T, predicate?: OPredicate<A, T>): Array<A>;
find<T>(array: ?Array<T>, predicate?: Predicate<T>): T|void;
find<V, A, T: {[id: string]: A}>(object: T, predicate?: OPredicate<A, T>): V;
findLast<T>(array: ?Array<T>, predicate?: Predicate<T>): T|void;
find<T>(array: ?Array<T>, predicate?: Predicate<T>, fromIndex?: number): T|void;
find<V, A, T: {[id: string]: A}>(object: T, predicate?: OPredicate<A, T>, fromIndex?: number): V;
findLast<T>(array: ?Array<T>, predicate?: Predicate<T>, fromIndex?: number): T|void;
findLast<V, A, T: {[id: string]: A}>(object: T, predicate?: OPredicate<A, T>): V;
flatMap<T, U>(array: ?Array<T>, iteratee?: FlatMapIteratee<T, U>): Array<U>;
flatMap<T: Object, U>(object: T, iteratee?: OFlatMapIteratee<T, U>): Array<U>;
Expand Down Expand Up @@ -303,7 +303,7 @@ declare module 'lodash' {
isSafeInteger(value: any): bool;
isSet(value: any): bool;
isString(value: string): true;
isString(value: number|Function|void|null|Object|Array<any>): false;
isString(value: number|bool|Function|void|null|Object|Array<any>): false;
isSymbol(value: any): bool;
isTypedArray(value: any): bool;
isUndefined(value: any): bool;
Expand Down
4 changes: 2 additions & 2 deletions flow-typed/npm/prettier-eslint_vx.x.x.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// flow-typed signature: 6b934b3f94d45e5d3e5488e66fee8d0a
// flow-typed version: <<STUB>>/prettier-eslint_v^6.4.1/flow_v0.49.1
// flow-typed signature: d1fa24d5cbc8d0b6e519560d03d358a9
// flow-typed version: <<STUB>>/prettier-eslint_v^6.4.2/flow_v0.49.1

/**
* This is an autogenerated libdef stub for:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lodash": "^4.17.4",
"loophole": "^1.1.0",
"prettier": "^1.5.2",
"prettier-eslint": "^6.4.1",
"prettier-eslint": "^6.4.2",
"read-pkg-up": "^2.0.0"
},
"devDependencies": {
Expand All @@ -39,19 +39,19 @@
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.5.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"codecov": "^2.2.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.1.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^20.0.3",
"flow-bin": "^0.49.1",
"flow-typed": "^2.1.2",
"husky": "^0.14.1",
"husky": "^0.14.3",
"jest-cli": "^20.0.4",
"nps": "^5.3.2",
"opt-cli": "^1.5.1",
Expand Down
75 changes: 47 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,9 @@ babel-polyfill@^6.23.0, babel-polyfill@^6.6.1:
core-js "^2.4.0"
regenerator-runtime "^0.10.0"

babel-preset-env@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.5.2.tgz#cd4ae90a6e94b709f97374b33e5f8b983556adef"
babel-preset-env@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/babel-preset-env/-/babel-preset-env-1.6.0.tgz#2de1c782a780a0a5d605d199c957596da43c44e4"
dependencies:
babel-plugin-check-es2015-constants "^6.22.0"
babel-plugin-syntax-trailing-function-commas "^6.22.0"
Expand Down Expand Up @@ -1249,18 +1249,18 @@ dashdash@^1.12.0:
dependencies:
assert-plus "^1.0.0"

debug@2.2.0, debug@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
dependencies:
ms "0.7.1"

debug@^2.1.1, debug@^2.2.0, debug@^2.6.3, debug@^2.6.8:
version "2.6.8"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.8.tgz#e731531ca2ede27d188222427da17821d68ff4fc"
dependencies:
ms "2.0.0"

debug@~2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
dependencies:
ms "0.7.1"

decamelize@^1.0.0, decamelize@^1.1.1:
version "1.2.0"
resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
Expand Down Expand Up @@ -1452,19 +1452,18 @@ eslint-config-airbnb-base@^11.2.0:
version "11.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-airbnb-base/-/eslint-config-airbnb-base-11.2.0.tgz#19a9dc4481a26f70904545ec040116876018f853"

eslint-import-resolver-node@^0.2.0:
version "0.2.3"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.2.3.tgz#5add8106e8c928db2cba232bcd9efa846e3da16c"
eslint-import-resolver-node@^0.3.1:
version "0.3.1"
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.1.tgz#4422574cde66a9a7b099938ee4d508a199e0e3cc"
dependencies:
debug "^2.2.0"
object-assign "^4.0.1"
resolve "^1.1.6"
debug "^2.6.8"
resolve "^1.2.0"

eslint-module-utils@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.0.0.tgz#a6f8c21d901358759cdc35dbac1982ae1ee58bce"
eslint-module-utils@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.1.1.tgz#abaec824177613b8a95b299639e1b6facf473449"
dependencies:
debug "2.2.0"
debug "^2.6.8"
pkg-dir "^1.0.0"

eslint-plugin-flowtype@^2.34.1:
Expand All @@ -1473,16 +1472,16 @@ eslint-plugin-flowtype@^2.34.1:
dependencies:
lodash "^4.15.0"

eslint-plugin-import@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.6.0.tgz#2a4bbad36a078e052a3c830ce3dfbd6b8a12c6e5"
eslint-plugin-import@^2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.7.0.tgz#21de33380b9efb55f5ef6d2e210ec0e07e7fa69f"
dependencies:
builtin-modules "^1.1.1"
contains-path "^0.1.0"
debug "^2.6.8"
doctrine "1.5.0"
eslint-import-resolver-node "^0.2.0"
eslint-module-utils "^2.0.0"
eslint-import-resolver-node "^0.3.1"
eslint-module-utils "^2.1.1"
has "^1.0.1"
lodash.cond "^4.3.0"
minimatch "^3.0.3"
Expand Down Expand Up @@ -2130,9 +2129,9 @@ http-signature@~1.1.0:
jsprim "^1.2.2"
sshpk "^1.7.0"

husky@^0.14.1:
version "0.14.1"
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.1.tgz#8edba33e728ceed75343e88bb8002e4cbd8d1b40"
husky@^0.14.3:
version "0.14.3"
resolved "https://registry.yarnpkg.com/husky/-/husky-0.14.3.tgz#c69ed74e2d2779769a17ba8399b54ce0b63c12c3"
dependencies:
is-ci "^1.0.10"
normalize-path "^1.0.0"
Expand Down Expand Up @@ -3392,7 +3391,7 @@ prettier-eslint-cli@^4.1.1:
rxjs "^5.3.0"
yargs "^7.1.0"

prettier-eslint@^6.0.0, prettier-eslint@^6.4.1:
prettier-eslint@^6.0.0:
version "6.4.1"
resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-6.4.1.tgz#14672e297b9049775c638c6448c3998c1f0268f9"
dependencies:
Expand All @@ -3406,6 +3405,20 @@ prettier-eslint@^6.0.0, prettier-eslint@^6.4.1:
pretty-format "^20.0.3"
require-relative "^0.8.7"

prettier-eslint@^6.4.2:
version "6.4.2"
resolved "https://registry.yarnpkg.com/prettier-eslint/-/prettier-eslint-6.4.2.tgz#9bafd9549e0827396c75848e8dbeb65525b9096e"
dependencies:
common-tags "^1.4.0"
dlv "^1.1.0"
eslint "^3.19.0"
indent-string "^3.1.0"
lodash.merge "^4.6.0"
loglevel-colored-level-prefix "^1.0.0"
prettier "^1.5.0"
pretty-format "^20.0.3"
require-relative "^0.8.7"

prettier@^1.5.0, prettier@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.5.2.tgz#7ea0751da27b93bfb6cecfcec509994f52d83bb3"
Expand Down Expand Up @@ -3698,6 +3711,12 @@ resolve@^1.1.6, resolve@^1.3.2:
dependencies:
path-parse "^1.0.5"

resolve@^1.2.0:
version "1.3.3"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.3.3.tgz#655907c3469a8680dc2de3a275a8fdd69691f0e5"
dependencies:
path-parse "^1.0.5"

restore-cursor@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"
Expand Down

0 comments on commit 9e55df1

Please sign in to comment.