Skip to content

Commit

Permalink
chore(deps): Bump eslint-config-rem from 3.2.2 to 4.0.0 (egoist#29)
Browse files Browse the repository at this point in the history
* Bump eslint-config-rem from 3.2.2 to 4.0.0

Bumps [eslint-config-rem](https://github.com/egoist/eslint-config-rem) from 3.2.2 to 4.0.0.
- [Release notes](https://github.com/egoist/eslint-config-rem/releases)
- [Commits](egoist/eslint-config-rem@v3.2.2...v4.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* add prettier
  • Loading branch information
dependabot-preview[bot] authored and egoist committed Jun 26, 2019
1 parent e97007f commit be7eb56
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 35 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,20 @@
},
"devDependencies": {
"bili": "^4.8.0",
"eslint-config-rem": "^3.0.0",
"eslint-config-rem": "^4.0.0",
"eslint-plugin-prettier": "^3.1.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"poi": "^12.2.14",
"prettier": "^1.18.2",
"vue": "^2.5.21",
"vue-template-compiler": "^2.5.21",
"xo": "^0.24.0"
},
"xo": {
"extends": "rem/prettier",
"extends": [
"rem",
"plugin:prettier/recommended"
],
"ignores": [
"example/**"
],
Expand Down
39 changes: 6 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3086,27 +3086,19 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2"
lodash.zip "^4.2.0"

eslint-config-prettier@^1.7.0:
version "1.7.0"
resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-1.7.0.tgz#cda3ce22df1e852daa9370f1f3446e8b8a02ce44"
dependencies:
get-stdin "^5.0.1"

eslint-config-prettier@^3.3.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.6.0.tgz#8ca3ffac4bd6eeef623a0651f9d754900e3ec217"
integrity sha512-ixJ4U3uTLXwJts4rmSVW/lMXjlGwCijhBJHk8iVqKKSifeI0qgFEfWl8L63isfc8Od7EiBALF6BX3jKLluf/jQ==
dependencies:
get-stdin "^6.0.0"

eslint-config-rem@^3.0.0:
version "3.2.2"
resolved "https://registry.npmjs.org/eslint-config-rem/-/eslint-config-rem-3.2.2.tgz#20589c4388c65bd03822d15385d6eea6f10b8611"
eslint-config-rem@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/eslint-config-rem/-/eslint-config-rem-4.0.0.tgz#a33022c2122d925e5cf632dc45555cd2e090e50f"
integrity sha512-tqtBkjRnSb5LTOQ+DziuDMik2yIWIzEa5k3J/YSh0W0WzCNlI0K6uKy5VeGIzHhj9mRZvoxMtELMtzIHhE0Taw==
dependencies:
eslint-config-prettier "^1.7.0"
eslint-plugin-markdown "^1.0.0-beta.6"
eslint-plugin-prettier "^2.0.1"
prettier "^1.2.2"

eslint-config-xo@^0.26.0:
version "0.26.0"
Expand Down Expand Up @@ -3221,14 +3213,7 @@ eslint-plugin-node@^8.0.0:
resolve "^1.8.1"
semver "^5.5.0"

eslint-plugin-prettier@^2.0.1:
version "2.6.2"
resolved "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-2.6.2.tgz#71998c60aedfa2141f7bfcbf9d1c459bf98b4fad"
dependencies:
fast-diff "^1.1.1"
jest-docblock "^21.0.0"

eslint-plugin-prettier@^3.0.0:
eslint-plugin-prettier@^3.0.0, eslint-plugin-prettier@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d"
integrity sha512-XWX2yVuwVNLOUhQijAkXz+rMPPoCr7WFiAl8ig6I7Xn+pPVhDhzg4DxHpmbeb0iqjO9UronEA3Tb09ChnFVHHA==
Expand Down Expand Up @@ -3574,10 +3559,6 @@ fast-deep-equal@^2.0.1:
version "2.0.1"
resolved "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"

fast-diff@^1.1.1:
version "1.1.2"
resolved "https://registry.npmjs.org/fast-diff/-/fast-diff-1.1.2.tgz#4b62c42b8e03de3f848460b639079920695d0154"

fast-diff@^1.1.2:
version "1.2.0"
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
Expand Down Expand Up @@ -3870,10 +3851,6 @@ get-set-props@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/get-set-props/-/get-set-props-0.1.0.tgz#998475c178445686d0b32246da5df8dbcfbe8ea3"

get-stdin@^5.0.1:
version "5.0.1"
resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"

get-stdin@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-6.0.0.tgz#9e09bf712b360ab9225e812048f71fde9c89657b"
Expand Down Expand Up @@ -4812,10 +4789,6 @@ javascript-stringify@^1.6.0:
version "1.6.0"
resolved "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-1.6.0.tgz#142d111f3a6e3dae8f4a9afd77d45855b5a9cce3"

jest-docblock@^21.0.0:
version "21.2.0"
resolved "https://registry.npmjs.org/jest-docblock/-/jest-docblock-21.2.0.tgz#51529c3b30d5fd159da60c27ceedc195faf8d414"

jest-worker@^24.0.0:
version "24.6.0"
resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-24.6.0.tgz#7f81ceae34b7cde0c9827a6980c35b7cdc0161b3"
Expand Down Expand Up @@ -6845,7 +6818,7 @@ [email protected]:
resolved "https://registry.npmjs.org/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
integrity sha512-KIU72UmYPGk4MujZGYMFwinB7lOf2LsDNGSOC8ufevsrPLISrZbNJlWstRi3m0AMuszbH+EFSQ/r6w56RSPK6w==

prettier@^1.15.2, prettier@^1.2.2:
prettier@^1.15.2, prettier@^1.18.2:
version "1.18.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.18.2.tgz#6823e7c5900017b4bd3acf46fe9ac4b4d7bda9ea"
integrity sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==
Expand Down

0 comments on commit be7eb56

Please sign in to comment.