Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit 5a6a673

Browse files
committed
Merge branch 'develop' of https://github.com/coderplex/coderplex into issue-529-add
2 parents d7d4ffa + 71b8a3a commit 5a6a673

File tree

3 files changed

+26
-8
lines changed

3 files changed

+26
-8
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"enzyme": "3.10.0",
9898
"enzyme-adapter-react-16": "1.14.0",
9999
"enzyme-to-json": "3.4.0",
100-
"eslint-config-prettier": "6.1.0",
100+
"eslint-config-prettier": "6.2.0",
101101
"eslint-plugin-react": "7.14.3",
102102
"husky": "3.0.5",
103103
"jest": "24.9.0",

yarn.lock

+22-4
Original file line numberDiff line numberDiff line change
@@ -3336,10 +3336,28 @@ eslint-ast-utils@^1.0.0:
33363336
lodash.get "^4.4.2"
33373337
lodash.zip "^4.2.0"
33383338

3339-
3340-
version "6.1.0"
3341-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.1.0.tgz#e6f678ba367fbd1273998d5510f76f004e9dce7b"
3342-
integrity sha512-k9fny9sPjIBQ2ftFTesJV21Rg4R/7a7t7LCtZVrYQiHEp8Nnuk3EGaDmsKSAnsPj0BYcgB2zxzHa2NTkIxcOLg==
3339+
eslint-config-kentcdodds@^14.3.2:
3340+
version "14.3.2"
3341+
resolved "https://registry.yarnpkg.com/eslint-config-kentcdodds/-/eslint-config-kentcdodds-14.3.2.tgz#82428a350fd74c22b3dd0682786f87ad29e08c1d"
3342+
integrity sha512-7af+5AqXm04P8K6ipWv+R7B9MHrmIXKq4yiEdxqhTckxwbHhtkoN4KTxuw1Wg72zFNU579T7Hc1o1OVApqgYQg==
3343+
dependencies:
3344+
babel-eslint "^10.0.1"
3345+
eslint-config-prettier "^4.1.0"
3346+
eslint-import-resolver-webpack "^0.11.0"
3347+
eslint-plugin-babel "^5.3.0"
3348+
eslint-plugin-import "^2.17.1"
3349+
eslint-plugin-jest "^22.4.1"
3350+
eslint-plugin-jsx-a11y "^6.2.1"
3351+
eslint-plugin-react "^7.11.1"
3352+
eslint-plugin-react-hooks "^1.5.0"
3353+
read-pkg-up "^4.0.0"
3354+
semver "^5.5.1"
3355+
webpack "^4.29.0"
3356+
3357+
3358+
version "6.2.0"
3359+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"
3360+
integrity sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ==
33433361
dependencies:
33443362
get-stdin "^6.0.0"
33453363

0 commit comments

Comments
 (0)