Update ESLint for Code Climate (#7696)
* Update babel-eslint to version 8.2.3 * Update eslint to version 4.19.1 * Update eslint-plugin-promise to version 3.8.0 * Update eslint-plugin-react to version 7.8.2 * Upgrade eslint-plugin-jsx-a11y to version 6.0.3 * yarn test:lint --fix
This commit is contained in:
		
							parent
							
								
									15ce60f610
								
							
						
					
					
						commit
						bfa12239e8
					
				| @ -113,13 +113,23 @@ rules: | ||||
|   jsx-a11y/accessible-emoji: warn | ||||
|   jsx-a11y/alt-text: warn | ||||
|   jsx-a11y/anchor-has-content: warn | ||||
|   jsx-a11y/anchor-is-valid: | ||||
|   - warn | ||||
|   - components: | ||||
|     - Link | ||||
|     - NavLink | ||||
|     specialLink: | ||||
|     - to | ||||
|     aspect: | ||||
|     - noHref | ||||
|     - invalidHref | ||||
|     - preferButton | ||||
|   jsx-a11y/aria-activedescendant-has-tabindex: warn | ||||
|   jsx-a11y/aria-props: warn | ||||
|   jsx-a11y/aria-proptypes: warn | ||||
|   jsx-a11y/aria-role: warn | ||||
|   jsx-a11y/aria-unsupported-elements: warn | ||||
|   jsx-a11y/heading-has-content: warn | ||||
|   jsx-a11y/href-no-hash: warn | ||||
|   jsx-a11y/html-has-lang: warn | ||||
|   jsx-a11y/iframe-has-title: warn | ||||
|   jsx-a11y/img-redundant-alt: warn | ||||
|  | ||||
							
								
								
									
										10
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								package.json
									
									
									
									
									
								
							| @ -125,14 +125,14 @@ | ||||
|     "whatwg-url": "^6.4.1" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "babel-eslint": "^8.2.1", | ||||
|     "babel-eslint": "^8.2.3", | ||||
|     "enzyme": "^3.2.0", | ||||
|     "enzyme-adapter-react-16": "^1.1.0", | ||||
|     "eslint": "^4.15.0", | ||||
|     "eslint": "^4.19.1", | ||||
|     "eslint-plugin-import": "^2.8.0", | ||||
|     "eslint-plugin-jsx-a11y": "^5.1.1", | ||||
|     "eslint-plugin-promise": "^3.7.0", | ||||
|     "eslint-plugin-react": "^7.5.1", | ||||
|     "eslint-plugin-jsx-a11y": "^6.0.3", | ||||
|     "eslint-plugin-promise": "^3.8.0", | ||||
|     "eslint-plugin-react": "^7.8.2", | ||||
|     "jest": "^21.2.1", | ||||
|     "raf": "^3.4.0", | ||||
|     "react-intl-translations-manager": "^5.0.0", | ||||
|  | ||||
							
								
								
									
										170
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										170
									
								
								yarn.lock
									
									
									
									
									
								
							| @ -10,6 +10,22 @@ | ||||
|     esutils "^2.0.2" | ||||
|     js-tokens "^3.0.0" | ||||
| 
 | ||||
| "@babel/code-frame@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.44.tgz#2a02643368de80916162be70865c97774f3adbd9" | ||||
|   dependencies: | ||||
|     "@babel/highlight" "7.0.0-beta.44" | ||||
| 
 | ||||
| "@babel/generator@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.0.0-beta.44.tgz#c7e67b9b5284afcf69b309b50d7d37f3e5033d42" | ||||
|   dependencies: | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
|     jsesc "^2.5.1" | ||||
|     lodash "^4.2.0" | ||||
|     source-map "^0.5.0" | ||||
|     trim-right "^1.0.1" | ||||
| 
 | ||||
| "@babel/helper-function-name@7.0.0-beta.36": | ||||
|   version "7.0.0-beta.36" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.36.tgz#366e3bc35147721b69009f803907c4d53212e88d" | ||||
| @ -18,12 +34,40 @@ | ||||
|     "@babel/template" "7.0.0-beta.36" | ||||
|     "@babel/types" "7.0.0-beta.36" | ||||
| 
 | ||||
| "@babel/helper-function-name@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.0.0-beta.44.tgz#e18552aaae2231100a6e485e03854bc3532d44dd" | ||||
|   dependencies: | ||||
|     "@babel/helper-get-function-arity" "7.0.0-beta.44" | ||||
|     "@babel/template" "7.0.0-beta.44" | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
| 
 | ||||
| "@babel/helper-get-function-arity@7.0.0-beta.36": | ||||
|   version "7.0.0-beta.36" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.36.tgz#f5383bac9a96b274828b10d98900e84ee43e32b8" | ||||
|   dependencies: | ||||
|     "@babel/types" "7.0.0-beta.36" | ||||
| 
 | ||||
| "@babel/helper-get-function-arity@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0-beta.44.tgz#d03ca6dd2b9f7b0b1e6b32c56c72836140db3a15" | ||||
|   dependencies: | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
| 
 | ||||
| "@babel/helper-split-export-declaration@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0-beta.44.tgz#c0b351735e0fbcb3822c8ad8db4e583b05ebd9dc" | ||||
|   dependencies: | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
| 
 | ||||
| "@babel/highlight@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.0.0-beta.44.tgz#18c94ce543916a80553edcdcf681890b200747d5" | ||||
|   dependencies: | ||||
|     chalk "^2.0.0" | ||||
|     esutils "^2.0.2" | ||||
|     js-tokens "^3.0.0" | ||||
| 
 | ||||
| "@babel/template@7.0.0-beta.36": | ||||
|   version "7.0.0-beta.36" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.36.tgz#02e903de5d68bd7899bce3c5b5447e59529abb00" | ||||
| @ -33,6 +77,15 @@ | ||||
|     babylon "7.0.0-beta.36" | ||||
|     lodash "^4.2.0" | ||||
| 
 | ||||
| "@babel/template@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.0.0-beta.44.tgz#f8832f4fdcee5d59bf515e595fc5106c529b394f" | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "7.0.0-beta.44" | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
|     babylon "7.0.0-beta.44" | ||||
|     lodash "^4.2.0" | ||||
| 
 | ||||
| "@babel/traverse@7.0.0-beta.36": | ||||
|   version "7.0.0-beta.36" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.36.tgz#1dc6f8750e89b6b979de5fe44aa993b1a2192261" | ||||
| @ -46,6 +99,21 @@ | ||||
|     invariant "^2.2.0" | ||||
|     lodash "^4.2.0" | ||||
| 
 | ||||
| "@babel/traverse@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.0.0-beta.44.tgz#a970a2c45477ad18017e2e465a0606feee0d2966" | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "7.0.0-beta.44" | ||||
|     "@babel/generator" "7.0.0-beta.44" | ||||
|     "@babel/helper-function-name" "7.0.0-beta.44" | ||||
|     "@babel/helper-split-export-declaration" "7.0.0-beta.44" | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
|     babylon "7.0.0-beta.44" | ||||
|     debug "^3.1.0" | ||||
|     globals "^11.1.0" | ||||
|     invariant "^2.2.0" | ||||
|     lodash "^4.2.0" | ||||
| 
 | ||||
| "@babel/types@7.0.0-beta.36": | ||||
|   version "7.0.0-beta.36" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.36.tgz#64f2004353de42adb72f9ebb4665fc35b5499d23" | ||||
| @ -54,6 +122,14 @@ | ||||
|     lodash "^4.2.0" | ||||
|     to-fast-properties "^2.0.0" | ||||
| 
 | ||||
| "@babel/types@7.0.0-beta.44": | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.0.0-beta.44.tgz#6b1b164591f77dec0a0342aca995f2d046b3a757" | ||||
|   dependencies: | ||||
|     esutils "^2.0.2" | ||||
|     lodash "^4.2.0" | ||||
|     to-fast-properties "^2.0.0" | ||||
| 
 | ||||
| "@types/node@*": | ||||
|   version "8.0.53" | ||||
|   resolved "https://registry.yarnpkg.com/@types/node/-/node-8.0.53.tgz#396b35af826fa66aad472c8cb7b8d5e277f4e6d8" | ||||
| @ -103,9 +179,9 @@ acorn@^5.0.0, acorn@^5.1.1: | ||||
|   version "5.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.2.1.tgz#317ac7821826c22c702d66189ab8359675f135d7" | ||||
| 
 | ||||
| acorn@^5.2.1: | ||||
|   version "5.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.3.0.tgz#7446d39459c54fb49a80e6ee6478149b940ec822" | ||||
| acorn@^5.5.0: | ||||
|   version "5.6.0" | ||||
|   resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.6.0.tgz#572bedb377a1c61b7a289e72b8c5cfeb7baaf0bf" | ||||
| 
 | ||||
| adjust-sourcemap-loader@^1.1.0: | ||||
|   version "1.1.0" | ||||
| @ -446,7 +522,7 @@ babel-core@^6.0.0, babel-core@^6.25.0, babel-core@^6.26.0: | ||||
|     slash "^1.0.0" | ||||
|     source-map "^0.5.6" | ||||
| 
 | ||||
| babel-eslint@^8.0.1, babel-eslint@^8.2.1: | ||||
| babel-eslint@^8.0.1: | ||||
|   version "8.2.1" | ||||
|   resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.1.tgz#136888f3c109edc65376c23ebf494f36a3e03951" | ||||
|   dependencies: | ||||
| @ -457,6 +533,17 @@ babel-eslint@^8.0.1, babel-eslint@^8.2.1: | ||||
|     eslint-scope "~3.7.1" | ||||
|     eslint-visitor-keys "^1.0.0" | ||||
| 
 | ||||
| babel-eslint@^8.2.3: | ||||
|   version "8.2.3" | ||||
|   resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.2.3.tgz#1a2e6681cc9bc4473c32899e59915e19cd6733cf" | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "7.0.0-beta.44" | ||||
|     "@babel/traverse" "7.0.0-beta.44" | ||||
|     "@babel/types" "7.0.0-beta.44" | ||||
|     babylon "7.0.0-beta.44" | ||||
|     eslint-scope "~3.7.1" | ||||
|     eslint-visitor-keys "^1.0.0" | ||||
| 
 | ||||
| babel-generator@^6.18.0, babel-generator@^6.26.0: | ||||
|   version "6.26.0" | ||||
|   resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.0.tgz#ac1ae20070b79f6e3ca1d3269613053774f20dc5" | ||||
| @ -1089,6 +1176,10 @@ babylon@7.0.0-beta.36: | ||||
|   version "7.0.0-beta.36" | ||||
|   resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.36.tgz#3a3683ba6a9a1e02b0aa507c8e63435e39305b9e" | ||||
| 
 | ||||
| babylon@7.0.0-beta.44: | ||||
|   version "7.0.0-beta.44" | ||||
|   resolved "https://registry.yarnpkg.com/babylon/-/babylon-7.0.0-beta.44.tgz#89159e15e6e30c5096e22d738d8c0af8a0e8ca1d" | ||||
| 
 | ||||
| babylon@^6.18.0: | ||||
|   version "6.18.0" | ||||
|   resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" | ||||
| @ -2121,7 +2212,7 @@ doctrine@1.5.0: | ||||
|     esutils "^2.0.2" | ||||
|     isarray "^1.0.0" | ||||
| 
 | ||||
| doctrine@^2.0.0, doctrine@^2.0.2: | ||||
| doctrine@^2.0.2, doctrine@^2.1.0: | ||||
|   version "2.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d" | ||||
|   dependencies: | ||||
| @ -2421,9 +2512,9 @@ eslint-plugin-import@^2.8.0: | ||||
|     minimatch "^3.0.3" | ||||
|     read-pkg-up "^2.0.0" | ||||
| 
 | ||||
| eslint-plugin-jsx-a11y@^5.1.1: | ||||
|   version "5.1.1" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-5.1.1.tgz#5c96bb5186ca14e94db1095ff59b3e2bd94069b1" | ||||
| eslint-plugin-jsx-a11y@^6.0.3: | ||||
|   version "6.0.3" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.0.3.tgz#54583d1ae442483162e040e13cc31865465100e5" | ||||
|   dependencies: | ||||
|     aria-query "^0.7.0" | ||||
|     array-includes "^3.0.3" | ||||
| @ -2431,19 +2522,19 @@ eslint-plugin-jsx-a11y@^5.1.1: | ||||
|     axobject-query "^0.1.0" | ||||
|     damerau-levenshtein "^1.0.0" | ||||
|     emoji-regex "^6.1.0" | ||||
|     jsx-ast-utils "^1.4.0" | ||||
| 
 | ||||
| eslint-plugin-promise@^3.7.0: | ||||
|   version "3.7.0" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.7.0.tgz#f4bde5c2c77cdd69557a8f69a24d1ad3cfc9e67e" | ||||
| 
 | ||||
| eslint-plugin-react@^7.5.1: | ||||
|   version "7.5.1" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.1.tgz#52e56e8d80c810de158859ef07b880d2f56ee30b" | ||||
|   dependencies: | ||||
|     doctrine "^2.0.0" | ||||
|     has "^1.0.1" | ||||
|     jsx-ast-utils "^2.0.0" | ||||
| 
 | ||||
| eslint-plugin-promise@^3.8.0: | ||||
|   version "3.8.0" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz#65ebf27a845e3c1e9d6f6a5622ddd3801694b621" | ||||
| 
 | ||||
| eslint-plugin-react@^7.8.2: | ||||
|   version "7.8.2" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d" | ||||
|   dependencies: | ||||
|     doctrine "^2.0.2" | ||||
|     has "^1.0.1" | ||||
|     jsx-ast-utils "^2.0.1" | ||||
|     prop-types "^15.6.0" | ||||
| 
 | ||||
| eslint-scope@^3.7.1, eslint-scope@~3.7.1: | ||||
| @ -2457,9 +2548,9 @@ eslint-visitor-keys@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | ||||
| 
 | ||||
| eslint@^4.15.0: | ||||
|   version "4.15.0" | ||||
|   resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.15.0.tgz#89ab38c12713eec3d13afac14e4a89e75ef08145" | ||||
| eslint@^4.19.1: | ||||
|   version "4.19.1" | ||||
|   resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.19.1.tgz#32d1d653e1d90408854bfb296f076ec7e186a300" | ||||
|   dependencies: | ||||
|     ajv "^5.3.0" | ||||
|     babel-code-frame "^6.22.0" | ||||
| @ -2467,10 +2558,10 @@ eslint@^4.15.0: | ||||
|     concat-stream "^1.6.0" | ||||
|     cross-spawn "^5.1.0" | ||||
|     debug "^3.1.0" | ||||
|     doctrine "^2.0.2" | ||||
|     doctrine "^2.1.0" | ||||
|     eslint-scope "^3.7.1" | ||||
|     eslint-visitor-keys "^1.0.0" | ||||
|     espree "^3.5.2" | ||||
|     espree "^3.5.4" | ||||
|     esquery "^1.0.0" | ||||
|     esutils "^2.0.2" | ||||
|     file-entry-cache "^2.0.0" | ||||
| @ -2492,18 +2583,19 @@ eslint@^4.15.0: | ||||
|     path-is-inside "^1.0.2" | ||||
|     pluralize "^7.0.0" | ||||
|     progress "^2.0.0" | ||||
|     regexpp "^1.0.1" | ||||
|     require-uncached "^1.0.3" | ||||
|     semver "^5.3.0" | ||||
|     strip-ansi "^4.0.0" | ||||
|     strip-json-comments "~2.0.1" | ||||
|     table "^4.0.1" | ||||
|     table "4.0.2" | ||||
|     text-table "~0.2.0" | ||||
| 
 | ||||
| espree@^3.5.2: | ||||
|   version "3.5.2" | ||||
|   resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.2.tgz#756ada8b979e9dcfcdb30aad8d1a9304a905e1ca" | ||||
| espree@^3.5.4: | ||||
|   version "3.5.4" | ||||
|   resolved "https://registry.yarnpkg.com/espree/-/espree-3.5.4.tgz#b0f447187c8a8bed944b815a660bddf5deb5d1a7" | ||||
|   dependencies: | ||||
|     acorn "^5.2.1" | ||||
|     acorn "^5.5.0" | ||||
|     acorn-jsx "^3.0.0" | ||||
| 
 | ||||
| esprima@^2.6.0: | ||||
| @ -4083,6 +4175,10 @@ jsesc@^1.3.0: | ||||
|   version "1.3.0" | ||||
|   resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" | ||||
| 
 | ||||
| jsesc@^2.5.1: | ||||
|   version "2.5.1" | ||||
|   resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-2.5.1.tgz#e421a2a8e20d6b0819df28908f782526b96dd1fe" | ||||
| 
 | ||||
| jsesc@~0.5.0: | ||||
|   version "0.5.0" | ||||
|   resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" | ||||
| @ -4148,11 +4244,7 @@ jsprim@^1.2.2: | ||||
|     json-schema "0.2.3" | ||||
|     verror "1.10.0" | ||||
| 
 | ||||
| jsx-ast-utils@^1.4.0: | ||||
|   version "1.4.1" | ||||
|   resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-1.4.1.tgz#3867213e8dd79bf1e8f2300c0cfc1efb182c0df1" | ||||
| 
 | ||||
| jsx-ast-utils@^2.0.0: | ||||
| jsx-ast-utils@^2.0.0, jsx-ast-utils@^2.0.1: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz#e801b1b39985e20fffc87b40e3748080e2dcac7f" | ||||
|   dependencies: | ||||
| @ -6348,6 +6440,10 @@ regex-parser@^2.2.1: | ||||
|   version "2.2.8" | ||||
|   resolved "https://registry.yarnpkg.com/regex-parser/-/regex-parser-2.2.8.tgz#da4c0cda5a828559094168930f455f532b6ffbac" | ||||
| 
 | ||||
| regexpp@^1.0.1: | ||||
|   version "1.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab" | ||||
| 
 | ||||
| regexpu-core@^1.0.0: | ||||
|   version "1.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b" | ||||
| @ -6894,7 +6990,7 @@ source-map@^0.4.2, source-map@^0.4.4: | ||||
|   dependencies: | ||||
|     amdefine ">=0.0.4" | ||||
| 
 | ||||
| source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6: | ||||
| source-map@^0.5.0, source-map@^0.5.3, source-map@^0.5.6, source-map@~0.5.1, source-map@~0.5.6: | ||||
|   version "0.5.7" | ||||
|   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||||
| 
 | ||||
| @ -7143,7 +7239,7 @@ symbol-tree@^3.2.1: | ||||
|   version "3.2.2" | ||||
|   resolved "https://registry.yarnpkg.com/symbol-tree/-/symbol-tree-3.2.2.tgz#ae27db38f660a7ae2e1c3b7d1bc290819b8519e6" | ||||
| 
 | ||||
| table@^4.0.1: | ||||
| table@4.0.2: | ||||
|   version "4.0.2" | ||||
|   resolved "https://registry.yarnpkg.com/table/-/table-4.0.2.tgz#a33447375391e766ad34d3486e6e2aedc84d2e36" | ||||
|   dependencies: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user