Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed May 12, 2019
1 parent 225fd2c commit 948af55
Show file tree
Hide file tree
Showing 6 changed files with 123 additions and 71 deletions.
2 changes: 1 addition & 1 deletion addon/helpers/on.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const assertValidEventOptions =
DEBUG &&
(() => {
const ALLOWED_EVENT_OPTIONS = ['capture', 'once', 'passive'];
const joinOptions = opts => opts.map(o => `'${o}'`).join(', ');
const joinOptions = options => options.map(o => `'${o}'`).join(', ');

return function(eventOptions, eventName) {
const invalidOptions = Object.keys(eventOptions).filter(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"ember-cli-babel": "^7.7.3"
},
"devDependencies": {
"@clark/eslint-config-ember": "^0.5.1",
"@clark/eslint-config-node": "^0.5.0",
"@clark/eslint-config-ember": "^1.1.1",
"@clark/eslint-config-node": "^1.1.1",
"@ember/optional-features": "^0.7.0",
"broccoli-asset-rev": "^3.0.0",
"ember-cli": "~3.9.0",
Expand Down
1 change: 1 addition & 0 deletions testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module.exports = {
test_page: 'tests/index.html?hidepassed',
disable_watching: true,
launch_in_ci: ['Chrome', process.env.IE && 'IE'].filter(Boolean),
// eslint-disable-next-line unicorn/prevent-abbreviations
launch_in_dev: ['Chrome'],
browser_args: {
Chrome: {
Expand Down
12 changes: 6 additions & 6 deletions tests/integration/helpers/on-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ module('Integration | Helper | on', function(hooks) {

let n = 0;
this.someMethod = () => n++;
this.someProp = 0;
this.someProperty = 0;

await render(
hbs`{{this.someProp}}{{on this.testElement "click" this.someMethod once=true}}{{this.someProp}}`
hbs`{{this.someProperty}}{{on this.testElement "click" this.someMethod once=true}}{{this.someProperty}}`
);

assert.counts({ adds: 1, removes: 0 });
Expand All @@ -94,7 +94,7 @@ module('Integration | Helper | on', function(hooks) {

assert.strictEqual(n, 1, 'callback has only been called once');

run(() => set(this, 'someProp', 1));
run(() => set(this, 'someProperty', 1));
await settled();
assert.counts({ adds: 1, removes: 0 });

Expand All @@ -106,14 +106,14 @@ module('Integration | Helper | on', function(hooks) {
assert.expect(2);

this.someMethod = () => {};
this.someProp = 0;
this.someProperty = 0;

await render(
hbs`{{this.someProp}}{{on this.testElement "click" this.someMethod}}{{this.someProp}}`
hbs`{{this.someProperty}}{{on this.testElement "click" this.someMethod}}{{this.someProperty}}`
);
assert.counts({ adds: 1, removes: 0 });

run(() => set(this, 'someProp', 1));
run(() => set(this, 'someProperty', 1));
await settled();
assert.counts({ adds: 1, removes: 0 });
});
Expand Down
4 changes: 2 additions & 2 deletions tests/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ QUnit.testStart(() => {

QUnit.assert.counts = function(
expected,
msg = `counters have incremented by ${JSON.stringify(expected)}`
message = `counters have incremented by ${JSON.stringify(expected)}`
) {
const current = __counts();

Expand All @@ -25,7 +25,7 @@ QUnit.assert.counts = function(
expected.removes +
QUnit.config.current.testEnvironment._startingCounts.removes
},
msg
message
);
};

Expand Down
171 changes: 111 additions & 60 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -679,43 +679,54 @@
lodash "^4.17.11"
to-fast-properties "^2.0.0"

"@clark/eslint-config-browser@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-browser/-/eslint-config-browser-0.5.0.tgz#dae5cca997174971b09894af0b888ef00199b360"
integrity sha512-hlxTm5ZpQFXbD8RZUCDJy2r4JD6X2fylYL4L9VFvJoV8hUJLKh2hr5tOK5yXa2ImZs950ZeraVaKMJ0h42LzfQ==
"@clark/eslint-config-browser@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-browser/-/eslint-config-browser-1.1.1.tgz#5def48db86d2a55aa2802cbfa6309713b4f20954"
integrity sha512-0CJ8JDS74xd0Bg2rykuKCkghmNP0c8bi1vUuQP3lWQqLZc0AgVH3s43JFSzYwdJUBfAg3krQ0kJf35s+rDN1Pg==
dependencies:
"@clark/eslint-config" "^0.5.0"
"@clark/eslint-config" "^1.1.1"

"@clark/eslint-config-ember@^0.5.1":
version "0.5.1"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-ember/-/eslint-config-ember-0.5.1.tgz#385e2635916420cbe17423e941539628575abe6d"
integrity sha512-iFLCOY1npra7ZrVX3GttgsMHRM3Wu8vRy0FiheFBgvR7wxZfmqlhbI6OE/zosAt9IagygJ0OCCEUxD7ajFWYBA==
"@clark/eslint-config-ember-order-imports@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-ember-order-imports/-/eslint-config-ember-order-imports-1.1.0.tgz#00e467e7cbde35cd39908b621cdde7a4cd45e798"
integrity sha512-AsjHSYA57lxF/bLmeoSGjmh4YctzvZOw1Q1G7QP0nlojQQLvAr4dK3Kl5DqQtztd2LkP5Cqapr4Ejzl6SVuCvQ==
dependencies:
"@clark/eslint-config-browser" "^0.5.0"
eslint-plugin-ember "^6.3.0"
eslint-plugin-import-helpers "^0.1.4"

"@clark/eslint-config-ember@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-ember/-/eslint-config-ember-1.1.1.tgz#ebe9f2a315b35ffc0984fd734eedd2658bec940e"
integrity sha512-pZPZ4gHjLRV6BBqRd4p6I6fj/+OIxMY3qXZ+LiLAT+Qi3sUFvkVT6FqjbKTG7VmO6wNITS5lcrqrPJcExTH5jg==
dependencies:
"@clark/eslint-config" "^1.1.1"
"@clark/eslint-config-browser" "^1.1.1"
"@clark/eslint-config-ember-order-imports" "^1.1.0"
eslint-plugin-ember "^6.4.1"
eslint-plugin-ember-best-practices "^1.1.1"
lodash.merge "^4.6.1"

"@clark/eslint-config-node@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-0.5.0.tgz#43c18765c21a814f5ab46e306e520aef0723ef69"
integrity sha512-MVIjH58/HX6/FwR2Tc/88a4XusLyqgqtBiMsJ2/hX71sDqmOYyFRZFvYaZOKWNw0yYG/o/j/oimWdkbp91c4Vw==
"@clark/eslint-config-node@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@clark/eslint-config-node/-/eslint-config-node-1.1.1.tgz#8f1d6827f4f27c1ebb633d75be9fa792d33a19a2"
integrity sha512-nFZyuooyzXJbpnP1oJHXFUYte2wIbmLGvdzjapMvnDHsRNKIAPWPJUUEmZLHqZVb/CKAnKgv7xh1xoorLb8vYA==
dependencies:
"@clark/eslint-config" "^0.5.0"
eslint-plugin-node "^8.0.1"
"@clark/eslint-config" "^1.1.1"
eslint-plugin-node "^9.0.1"
lodash.merge "^4.6.1"

"@clark/eslint-config@^0.5.0":
version "0.5.0"
resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-0.5.0.tgz#c0efb888dd1825d2aa3d345559a1f6f55ad019e9"
integrity sha512-tFpTj3dzFvZ49E+qBR2efPXWwqMG69Vb4Vqk7lFV/s+j/n6+fqWAW6bEa1Dm5UNTIbBxayrEY5uPGYiOGfu30A==
"@clark/eslint-config@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@clark/eslint-config/-/eslint-config-1.1.1.tgz#fd1f25bedfa966323f97f33994a1f70e527ffddb"
integrity sha512-Se5WKaEmuuEYl9efNE9VljKY7wzio1oBCa+yms5TRIwyzXKofIt1l47AcTHDEwOn/EzDHm8FVQzdhTNCuge7iw==
dependencies:
eslint-config-airbnb-base "^13.1.0"
eslint-config-prettier "^4.1.0"
eslint-config-prettier "^4.2.0"
eslint-config-xo-space "^0.21.0"
eslint-plugin-import "^2.16.0"
eslint-plugin-node "^8.0.1"
eslint-plugin-import "^2.17.2"
eslint-plugin-node "^9.0.1"
eslint-plugin-prettier "^3.0.0"
eslint-plugin-unicorn "^7.0.0"
prettier "^1.16.4"
eslint-plugin-unicorn "^8.0.2"
prettier "^1.17.0"

"@cnakazawa/watch@^1.0.3":
version "1.0.3"
Expand Down Expand Up @@ -2300,6 +2311,11 @@ buffer-from@^1.0.0:
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==

builtin-modules@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=

builtins@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/builtins/-/builtins-1.0.3.tgz#cb94faeb61c8696451db36534e1422f94f0aee88"
Expand Down Expand Up @@ -3327,7 +3343,7 @@ ember-resolver@^5.1.3:
ember-cli-version-checker "^3.0.0"
resolve "^1.10.0"

ember-rfc176-data@^0.3.8, ember-rfc176-data@^0.3.9:
ember-rfc176-data@^0.3.9:
version "0.3.9"
resolved "https://registry.yarnpkg.com/ember-rfc176-data/-/ember-rfc176-data-0.3.9.tgz#44b6e051ead6c044ea87bd551f402e2cf89a7e3d"
integrity sha512-EiTo5YQS0Duy0xp9gCP8ekzv9vxirNi7MnIB4zWs+thtWp/mEKgf5mkiiLU2+oo8C5DuavVHhoPQDmyxh8Io1Q==
Expand Down Expand Up @@ -3544,10 +3560,10 @@ eslint-config-airbnb-base@^13.1.0:
object.assign "^4.1.0"
object.entries "^1.0.4"

eslint-config-prettier@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.1.0.tgz#181364895899fff9fd3605fecb5c4f20e7d5f395"
integrity sha512-zILwX9/Ocz4SV2vX7ox85AsrAgXV3f2o2gpIicdMIOra48WYqgUnWNH/cR/iHtmD2Vb3dLSC3LiEJnS05Gkw7w==
eslint-config-prettier@^4.2.0:
version "4.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-4.2.0.tgz#70b946b629cd0e3e98233fd9ecde4cb9778de96c"
integrity sha512-y0uWc/FRfrHhpPZCYflWC8aE0KRJRY04rdZVfl8cL3sEZmOYyaBdhdlQPjKZBnuRMyLVK+JUZr7HaZFClQiH4w==
dependencies:
get-stdin "^6.0.0"

Expand All @@ -3571,7 +3587,7 @@ eslint-import-resolver-node@^0.3.2:
debug "^2.6.9"
resolve "^1.5.0"

eslint-module-utils@^2.4.0:
eslint-module-utils@^2.3.0, eslint-module-utils@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.4.0.tgz#8b93499e9b00eab80ccb6614e69f03678e84e09a"
integrity sha512-14tltLm38Eu3zS+mt0KvILC3q8jyIAH518MlG+HO0p+yK885Lb1UHTY/UgR91eOyGdmxAPb+OLoW4znqIT6Ndw==
Expand All @@ -3586,26 +3602,36 @@ eslint-plugin-ember-best-practices@^1.1.1:
dependencies:
requireindex "^1.1.0"

eslint-plugin-ember@^6.3.0:
version "6.3.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-6.3.0.tgz#92512711deb440dfac62a52a2c15b1f91ee0f23a"
integrity sha512-jXTPtrhEQg41A5u2rwsuh1m9R5e8qTCY04Pi6rXEZ/c3KUSRkYlIKA+GDLR1qy/JcgAR2X8Y8Xvec8imDK6b4A==
eslint-plugin-ember@^6.4.1:
version "6.4.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-6.4.1.tgz#9b6fc99bbd86b4f43e9098a5c07c446eb2e64a08"
integrity sha512-eNzB3t/S4tR+4OhOucufIWs1UUzftxYrk97L7yErz5ETVXht6nEenV7T9FXt+wB2OBMWnlHvCeaSyhhaAR1DBw==
dependencies:
ember-rfc176-data "^0.3.8"
ember-rfc176-data "^0.3.9"
snake-case "^2.1.0"

eslint-plugin-es@^1.3.1:
eslint-plugin-es@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz#475f65bb20c993fc10e8c8fe77d1d60068072da6"
integrity sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==
dependencies:
eslint-utils "^1.3.0"
regexpp "^2.0.1"

eslint-plugin-import@^2.16.0:
version "2.17.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.1.tgz#b888feb4d9b3ee155113c8dccdd4bec5db33bdf4"
integrity sha512-lzD9uvRvW4MsHzIOMJEDSb5MOV9LzgxRPBaovvOhJqzgxRHYfGy9QOrMuwHIh5ehKFJ7Z3DcrcGKDQ0IbP0EdQ==
eslint-plugin-import-helpers@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/eslint-plugin-import-helpers/-/eslint-plugin-import-helpers-0.1.4.tgz#91b61713c382ec4b1ca6ca2e71e7a8024f6b963b"
integrity sha512-nJRmndV2GENl+PheYwReeau1qfq+RtsjxhopU4pmoEsBr1I8/DQZNkEUdKEFhQRfxTec9R/85Qmn3UMFzByjBg==
dependencies:
builtin-modules "^1.1.1"
eslint-import-resolver-node "^0.3.2"
eslint-module-utils "^2.3.0"
lodash.cond "^4.5.2"

eslint-plugin-import@^2.17.2:
version "2.17.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.17.2.tgz#d227d5c6dc67eca71eb590d2bb62fb38d86e9fcb"
integrity sha512-m+cSVxM7oLsIpmwNn2WXTJoReOF9f/CtLMo7qOVmKd1KntBy0hEcuNZ3erTmWjx+DxRO0Zcrm5KwAvI9wHcV5g==
dependencies:
array-includes "^3.0.3"
contains-path "^0.1.0"
Expand All @@ -3619,17 +3645,17 @@ eslint-plugin-import@^2.16.0:
read-pkg-up "^2.0.0"
resolve "^1.10.0"

eslint-plugin-node@^8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-8.0.1.tgz#55ae3560022863d141fa7a11799532340a685964"
integrity sha512-ZjOjbjEi6jd82rIpFSgagv4CHWzG9xsQAVp1ZPlhRnnYxcTgENUVBvhYmkQ7GvT1QFijUSo69RaiOJKhMu6i8w==
eslint-plugin-node@^9.0.1:
version "9.0.1"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.0.1.tgz#93e44626fa62bcb6efea528cee9687663dc03b62"
integrity sha512-fljT5Uyy3lkJzuqhxrYanLSsvaILs9I7CmQ31atTtZ0DoIzRbbvInBh4cQ1CrthFHInHYBQxfPmPt6KLHXNXdw==
dependencies:
eslint-plugin-es "^1.3.1"
eslint-plugin-es "^1.4.0"
eslint-utils "^1.3.1"
ignore "^5.0.2"
ignore "^5.1.1"
minimatch "^3.0.4"
resolve "^1.8.1"
semver "^5.5.0"
resolve "^1.10.1"
semver "^6.0.0"

eslint-plugin-prettier@^3.0.0:
version "3.0.1"
Expand All @@ -3638,18 +3664,21 @@ eslint-plugin-prettier@^3.0.0:
dependencies:
prettier-linter-helpers "^1.0.0"

eslint-plugin-unicorn@^7.0.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-7.1.0.tgz#9efef5c68fde0ebefb0241fbcfa274f1b959c04e"
integrity sha512-lW/ZwGR638V0XuZgR160qVQvPtw8tw3laKT5LjJPt+W+tN7kVf2S2V7x+ZrEEwSjEb3OiEzb3cppzaKuYtgYeg==
eslint-plugin-unicorn@^8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-8.0.2.tgz#a1f6192c39916d7385c057f79a95ffcdf47f4636"
integrity sha512-Ik2/Bt/PvPnf1lZgUnNFK2310XoRn/4LYiP5gkEPVDa4w9HCoii7I6SeKh2X5Rdp2WLy4eUiLcYtiBUp+q2IRw==
dependencies:
clean-regexp "^1.0.0"
eslint-ast-utils "^1.0.0"
import-modules "^1.1.0"
lodash.camelcase "^4.1.1"
lodash.defaultsdeep "^4.6.0"
lodash.kebabcase "^4.0.1"
lodash.snakecase "^4.0.1"
lodash.topairs "^4.3.0"
lodash.upperfirst "^4.2.0"
reserved-words "^0.1.2"
safe-regex "^2.0.1"

eslint-restricted-globals@^0.1.1:
Expand Down Expand Up @@ -4676,10 +4705,10 @@ ignore@^4.0.3, ignore@^4.0.6:
resolved "https://registry.yarnpkg.com/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==

ignore@^5.0.2:
version "5.1.0"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.0.tgz#a949efb645e5d67fd78e46f470bee6b8c5d862f9"
integrity sha512-dJEmMwloo0gq40chdtDmE4tMp67ZGwN7MFTgjNqWi2VHEi5Ya6JkuvPWasjcAIm7lg+2if8xxn5R199wspcplg==
ignore@^5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.1.tgz#2fc6b8f518aff48fef65a7f348ed85632448e4a5"
integrity sha512-DWjnQIFLenVrwyRCKZT+7a7/U4Cqgar4WG8V++K3hw+lrW1hc/SIwdiGmtxKCVACmHULTuGeBbHJmbwW7/sAvA==

import-fresh@^3.0.0:
version "3.0.0"
Expand Down Expand Up @@ -5453,6 +5482,11 @@ lodash.clonedeep@^4.4.1:
resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=

lodash.cond@^4.5.2:
version "4.5.2"
resolved "https://registry.yarnpkg.com/lodash.cond/-/lodash.cond-4.5.2.tgz#f471a1da486be60f6ab955d17115523dd1d255d5"
integrity sha1-9HGh2khr5g9quVXRcRVSPdHSVdU=

lodash.debounce@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-3.1.1.tgz#812211c378a94cc29d5aa4e3346cf0bfce3a7df5"
Expand Down Expand Up @@ -5567,7 +5601,7 @@ lodash.keys@~2.3.0:
lodash._shimkeys "~2.3.0"
lodash.isobject "~2.3.0"

lodash.merge@^4.3.1, lodash.merge@^4.6.0:
lodash.merge@^4.3.1, lodash.merge@^4.6.0, lodash.merge@^4.6.1:
version "4.6.1"
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54"
integrity sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==
Expand Down Expand Up @@ -5635,6 +5669,11 @@ lodash.templatesettings@~2.3.0:
lodash._reinterpolate "~2.3.0"
lodash.escape "~2.3.0"

lodash.topairs@^4.3.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/lodash.topairs/-/lodash.topairs-4.3.0.tgz#3b6deaa37d60fb116713c46c5f17ea190ec48d64"
integrity sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ=

lodash.uniq@^4.2.0:
version "4.5.0"
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
Expand Down Expand Up @@ -6493,7 +6532,7 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"

prettier@^1.16.4:
prettier@^1.17.0:
version "1.17.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.17.0.tgz#53b303676eed22cc14a9f0cec09b477b3026c008"
integrity sha512-sXe5lSt2WQlCbydGETgfm1YBShgOX4HxQkFPvbxkcwgDvGDeqVau8h+12+lmSVlP3rHPz0oavfddSZg/q+Szjw==
Expand Down Expand Up @@ -6879,6 +6918,11 @@ reselect@^3.0.1:
resolved "https://registry.yarnpkg.com/reselect/-/reselect-3.0.1.tgz#efdaa98ea7451324d092b2b2163a6a1d7a9a2147"
integrity sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc=

reserved-words@^0.1.2:
version "0.1.2"
resolved "https://registry.yarnpkg.com/reserved-words/-/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1"
integrity sha1-AKCUD5jNUBrqqsMWQR2a3FKzGrE=

resolve-dir@^1.0.0, resolve-dir@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/resolve-dir/-/resolve-dir-1.0.1.tgz#79a40644c362be82f26effe739c9bb5382046f43"
Expand Down Expand Up @@ -6927,6 +6971,13 @@ resolve@^1.1.3, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2, resolve@^1.3.3,
dependencies:
path-parse "^1.0.6"

resolve@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.10.1.tgz#664842ac960795bbe758221cdccda61fb64b5f18"
integrity sha512-KuIe4mf++td/eFb6wkaPbMDnP6kObCaEtIDuHOUED6MNUo4K670KZUHuuvYPZDxNF0WVLw49n06M2m2dXphEzA==
dependencies:
path-parse "^1.0.6"

[email protected]:
version "1.0.2"
resolved "https://registry.yarnpkg.com/responselike/-/responselike-1.0.2.tgz#918720ef3b631c5642be068f15ade5a46f4ba1e7"
Expand Down

0 comments on commit 948af55

Please sign in to comment.