Skip to content

Commit 8c345db

Browse files
committed
Nedgraderer diverse pakker relatert til linting for at det ikke skal feile pga konflikter (f.eks. 'Definition for rule '@typescript-eslint/no-redeclare' was not found'). Ignorerer build-mapper ved linting.
1 parent a123f3c commit 8c345db

File tree

3 files changed

+78
-109
lines changed

3 files changed

+78
-109
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
**/src/template/**
22
**/dist/**
3+
**/build/**
34
**/node_modules/**

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@
1818
"start:fyllut": "lerna run --scope @navikt/fyllut-frontend --scope @navikt/fyllut-backend start",
1919
"test": "cross-env-shell CI=true lerna run --stream test",
2020
"test:coverage": "cross-env-shell CI=true lerna run --stream test:coverage",
21-
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs"
21+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.cjs,.mjs"
2222
},
2323
"devDependencies": {
2424
"@material-ui/styles": "4.10.0",
25-
"@typescript-eslint/eslint-plugin": "^4.0.0",
26-
"@typescript-eslint/parser": "^4.0.0",
25+
"@typescript-eslint/eslint-plugin": "^2.23.0",
26+
"@typescript-eslint/parser": "^2.23.0",
2727
"babel-eslint": "^10.0.0",
2828
"cross-env": "^7.0.2",
2929
"eslint": "^6.6.0",
30-
"eslint-config-react-app": "^6.0.0",
31-
"eslint-plugin-flowtype": "^5.2.0",
30+
"eslint-config-react-app": "^5.2.1",
31+
"eslint-plugin-flowtype": "^4.7.0",
3232
"eslint-plugin-import": "^2.22.0",
3333
"eslint-plugin-jsx-a11y": "^6.3.1",
3434
"eslint-plugin-react": "^7.20.3",
35-
"eslint-plugin-react-hooks": "^4.0.8",
35+
"eslint-plugin-react-hooks": "^2.5.1",
3636
"formiojs": "4.14.0-rc.18",
3737
"husky": "^3.1.0",
3838
"lerna": "^4.0.0",

yarn.lock

+71-103
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,12 @@
10711071
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
10721072
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
10731073

1074-
"@types/json-schema@^7.0.7":
1074+
"@types/eslint-visitor-keys@^1.0.0":
1075+
version "1.0.0"
1076+
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
1077+
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
1078+
1079+
"@types/json-schema@^7.0.3":
10751080
version "7.0.9"
10761081
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
10771082
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
@@ -1101,74 +1106,48 @@
11011106
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
11021107
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
11031108

1104-
"@typescript-eslint/eslint-plugin@^4.0.0":
1105-
version "4.30.0"
1106-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.30.0.tgz#4a0c1ae96b953f4e67435e20248d812bfa55e4fb"
1107-
integrity sha512-NgAnqk55RQ/SD+tZFD9aPwNSeHmDHHe5rtUyhIq0ZeCWZEvo4DK9rYz7v9HDuQZFvn320Ot+AikaCKMFKLlD0g==
1109+
"@typescript-eslint/eslint-plugin@^2.23.0":
1110+
version "2.34.0"
1111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.34.0.tgz#6f8ce8a46c7dea4a6f1d171d2bb8fbae6dac2be9"
1112+
integrity sha512-4zY3Z88rEE99+CNvTbXSyovv2z9PNOVffTWD2W8QF5s2prBQtwN2zadqERcrHpcR7O/+KMI3fcTAmUUhK/iQcQ==
11081113
dependencies:
1109-
"@typescript-eslint/experimental-utils" "4.30.0"
1110-
"@typescript-eslint/scope-manager" "4.30.0"
1111-
debug "^4.3.1"
1114+
"@typescript-eslint/experimental-utils" "2.34.0"
11121115
functional-red-black-tree "^1.0.1"
1113-
regexpp "^3.1.0"
1114-
semver "^7.3.5"
1115-
tsutils "^3.21.0"
1116-
1117-
"@typescript-eslint/[email protected]":
1118-
version "4.30.0"
1119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.30.0.tgz#9e49704fef568432ae16fc0d6685c13d67db0fd5"
1120-
integrity sha512-K8RNIX9GnBsv5v4TjtwkKtqMSzYpjqAQg/oSphtxf3xxdt6T0owqnpojztjjTcatSteH3hLj3t/kklKx87NPqw==
1121-
dependencies:
1122-
"@types/json-schema" "^7.0.7"
1123-
"@typescript-eslint/scope-manager" "4.30.0"
1124-
"@typescript-eslint/types" "4.30.0"
1125-
"@typescript-eslint/typescript-estree" "4.30.0"
1126-
eslint-scope "^5.1.1"
1127-
eslint-utils "^3.0.0"
1128-
1129-
"@typescript-eslint/parser@^4.0.0":
1130-
version "4.30.0"
1131-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.30.0.tgz#6abd720f66bd790f3e0e80c3be77180c8fcb192d"
1132-
integrity sha512-HJ0XuluSZSxeboLU7Q2VQ6eLlCwXPBOGnA7CqgBnz2Db3JRQYyBDJgQnop6TZ+rsbSx5gEdWhw4rE4mDa1FnZg==
1133-
dependencies:
1134-
"@typescript-eslint/scope-manager" "4.30.0"
1135-
"@typescript-eslint/types" "4.30.0"
1136-
"@typescript-eslint/typescript-estree" "4.30.0"
1137-
debug "^4.3.1"
1138-
1139-
"@typescript-eslint/[email protected]":
1140-
version "4.30.0"
1141-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.30.0.tgz#1a3ffbb385b1a06be85cd5165a22324f069a85ee"
1142-
integrity sha512-VJ/jAXovxNh7rIXCQbYhkyV2Y3Ac/0cVHP/FruTJSAUUm4Oacmn/nkN5zfWmWFEanN4ggP0vJSHOeajtHq3f8A==
1143-
dependencies:
1144-
"@typescript-eslint/types" "4.30.0"
1145-
"@typescript-eslint/visitor-keys" "4.30.0"
1146-
1147-
"@typescript-eslint/[email protected]":
1148-
version "4.30.0"
1149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.30.0.tgz#fb9d9b0358426f18687fba82eb0b0f869780204f"
1150-
integrity sha512-YKldqbNU9K4WpTNwBqtAerQKLLW/X2A/j4yw92e3ZJYLx+BpKLeheyzoPfzIXHfM8BXfoleTdiYwpsvVPvHrDw==
1151-
1152-
"@typescript-eslint/[email protected]":
1153-
version "4.30.0"
1154-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.30.0.tgz#ae57833da72a753f4846cd3053758c771670c2ac"
1155-
integrity sha512-6WN7UFYvykr/U0Qgy4kz48iGPWILvYL34xXJxvDQeiRE018B7POspNRVtAZscWntEPZpFCx4hcz/XBT+erenfg==
1156-
dependencies:
1157-
"@typescript-eslint/types" "4.30.0"
1158-
"@typescript-eslint/visitor-keys" "4.30.0"
1159-
debug "^4.3.1"
1160-
globby "^11.0.3"
1161-
is-glob "^4.0.1"
1162-
semver "^7.3.5"
1163-
tsutils "^3.21.0"
1116+
regexpp "^3.0.0"
1117+
tsutils "^3.17.1"
1118+
1119+
"@typescript-eslint/[email protected]":
1120+
version "2.34.0"
1121+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.34.0.tgz#d3524b644cdb40eebceca67f8cf3e4cc9c8f980f"
1122+
integrity sha512-eS6FTkq+wuMJ+sgtuNTtcqavWXqsflWcfBnlYhg/nS4aZ1leewkXGbvBhaapn1q6qf4M71bsR1tez5JTRMuqwA==
1123+
dependencies:
1124+
"@types/json-schema" "^7.0.3"
1125+
"@typescript-eslint/typescript-estree" "2.34.0"
1126+
eslint-scope "^5.0.0"
1127+
eslint-utils "^2.0.0"
11641128

1165-
"@typescript-eslint/[email protected].0":
1166-
version "4.30.0"
1167-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.30.0.tgz#a47c6272fc71b0c627d1691f68eaecf4ad71445e"
1168-
integrity sha512-pNaaxDt/Ol/+JZwzP7MqWc8PJQTUhZwoee/PVlQ+iYoYhagccvoHnC9e4l+C/krQYYkENxznhVSDwClIbZVxRw==
1129+
"@typescript-eslint/parser@^2.23.0":
1130+
version "2.34.0"
1131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.34.0.tgz#50252630ca319685420e9a39ca05fe185a256bc8"
1132+
integrity sha512-03ilO0ucSD0EPTw2X4PntSIRFtDPWjrVq7C3/Z3VQHRC7+13YB55rcJI3Jt+YgeHbjUdJPcPa7b23rXCBokuyA==
11691133
dependencies:
1170-
"@typescript-eslint/types" "4.30.0"
1171-
eslint-visitor-keys "^2.0.0"
1134+
"@types/eslint-visitor-keys" "^1.0.0"
1135+
"@typescript-eslint/experimental-utils" "2.34.0"
1136+
"@typescript-eslint/typescript-estree" "2.34.0"
1137+
eslint-visitor-keys "^1.1.0"
1138+
1139+
"@typescript-eslint/[email protected]":
1140+
version "2.34.0"
1141+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.34.0.tgz#14aeb6353b39ef0732cc7f1b8285294937cf37d5"
1142+
integrity sha512-OMAr+nJWKdlVM9LOqCqh3pQQPwxHAN7Du8DR6dmwCrAmxtiXQnhHJ6tBNtf+cggqfo51SG/FCwnKhXCIM7hnVg==
1143+
dependencies:
1144+
debug "^4.1.1"
1145+
eslint-visitor-keys "^1.1.0"
1146+
glob "^7.1.6"
1147+
is-glob "^4.0.1"
1148+
lodash "^4.17.15"
1149+
semver "^7.3.2"
1150+
tsutils "^3.17.1"
11721151

11731152
JSONStream@^1.0.4:
11741153
version "1.3.5"
@@ -1890,7 +1869,7 @@ configstore@^5.0.1:
18901869
write-file-atomic "^3.0.0"
18911870
xdg-basedir "^4.0.0"
18921871

1893-
confusing-browser-globals@^1.0.10:
1872+
confusing-browser-globals@^1.0.9:
18941873
version "1.0.10"
18951874
resolved "https://registry.yarnpkg.com/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz#30d1e7f3d1b882b25ec4933d1d1adac353d20a59"
18961875
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
@@ -2146,7 +2125,7 @@ debug@^3.2.6, debug@^3.2.7:
21462125
dependencies:
21472126
ms "^2.1.1"
21482127

2149-
debug@^4.0.1, debug@^4.3.1:
2128+
debug@^4.0.1, debug@^4.1.1:
21502129
version "4.3.2"
21512130
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
21522131
integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
@@ -2227,9 +2206,9 @@ deep-extend@^0.6.0:
22272206
integrity sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==
22282207

22292208
deep-is@~0.1.3:
2230-
version "0.1.3"
2231-
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
2232-
integrity sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=
2209+
version "0.1.4"
2210+
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.4.tgz#a6f2dce612fadd2ef1f519b73551f17e85199831"
2211+
integrity sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==
22332212

22342213
deepmerge@^4.2.0:
22352214
version "4.2.2"
@@ -2510,12 +2489,12 @@ escape-string-regexp@^1.0.5:
25102489
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
25112490
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
25122491

2513-
eslint-config-react-app@^6.0.0:
2514-
version "6.0.0"
2515-
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-6.0.0.tgz#ccff9fc8e36b322902844cbd79197982be355a0e"
2516-
integrity sha512-bpoAAC+YRfzq0dsTk+6v9aHm/uqnDwayNAXleMypGl6CpxI9oXXscVHo4fk3eJPIn+rsbtNetB4r/ZIidFIE8A==
2492+
eslint-config-react-app@^5.2.1:
2493+
version "5.2.1"
2494+
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-5.2.1.tgz#698bf7aeee27f0cea0139eaef261c7bf7dd623df"
2495+
integrity sha512-pGIZ8t0mFLcV+6ZirRgYK6RVqUIKRIi9MmgzUEmrIknsn3AdO0I32asO86dJgloHq+9ZPl8UIg8mYrvgP5u2wQ==
25172496
dependencies:
2518-
confusing-browser-globals "^1.0.10"
2497+
confusing-browser-globals "^1.0.9"
25192498

25202499
eslint-import-resolver-node@^0.3.6:
25212500
version "0.3.6"
@@ -2533,13 +2512,12 @@ eslint-module-utils@^2.6.2:
25332512
debug "^3.2.7"
25342513
pkg-dir "^2.0.0"
25352514

2536-
eslint-plugin-flowtype@^5.2.0:
2537-
version "5.9.2"
2538-
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-5.9.2.tgz#aac08cd26ee4da79cba0e40c3877bb4d96a74ebc"
2539-
integrity sha512-qxE/eo9DCN7800MIB/O1ToOiFuOPOlaMJWQY2BEm69oY7RCm3s2X1z4CdgtFvDDWf9RSSugZm1KRhdBMBueKbg==
2515+
eslint-plugin-flowtype@^4.7.0:
2516+
version "4.7.0"
2517+
resolved "https://registry.yarnpkg.com/eslint-plugin-flowtype/-/eslint-plugin-flowtype-4.7.0.tgz#903a6ea3eb5cbf4c7ba7fa73cc43fc39ab7e4a70"
2518+
integrity sha512-M+hxhSCk5QBEValO5/UqrS4UunT+MgplIJK5wA1sCtXjzBcZkpTGRwxmLHhGpbHcrmQecgt6ZL/KDdXWqGB7VA==
25402519
dependencies:
25412520
lodash "^4.17.15"
2542-
string-natural-compare "^3.0.1"
25432521

25442522
eslint-plugin-import@^2.22.0:
25452523
version "2.24.2"
@@ -2579,10 +2557,10 @@ eslint-plugin-jsx-a11y@^6.3.1:
25792557
jsx-ast-utils "^3.1.0"
25802558
language-tags "^1.0.5"
25812559

2582-
eslint-plugin-react-hooks@^4.0.8:
2583-
version "4.2.0"
2584-
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.2.0.tgz#8c229c268d468956334c943bb45fc860280f5556"
2585-
integrity sha512-623WEiZJqxR7VdxFCKLI6d6LLpwJkGPYKODnkH3D7WpOG5KM8yWueBd8TLsNAetEJNF5iJmolaAKO3F8yzyVBQ==
2560+
eslint-plugin-react-hooks@^2.5.1:
2561+
version "2.5.1"
2562+
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-2.5.1.tgz#4ef5930592588ce171abeb26f400c7fbcbc23cd0"
2563+
integrity sha512-Y2c4b55R+6ZzwtTppKwSmK/Kar8AdLiC2f9NADCuxbcTgPPg41Gyqa6b9GppgXSvCtkRw43ZE86CT5sejKC6/g==
25862564

25872565
eslint-plugin-react@^7.20.3:
25882566
version "7.25.1"
@@ -2603,7 +2581,7 @@ eslint-plugin-react@^7.20.3:
26032581
resolve "^2.0.0-next.3"
26042582
string.prototype.matchall "^4.0.5"
26052583

2606-
eslint-scope@^5.0.0, eslint-scope@^5.1.1:
2584+
eslint-scope@^5.0.0:
26072585
version "5.1.1"
26082586
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
26092587
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
@@ -2618,23 +2596,18 @@ eslint-utils@^1.4.3:
26182596
dependencies:
26192597
eslint-visitor-keys "^1.1.0"
26202598

2621-
eslint-utils@^3.0.0:
2622-
version "3.0.0"
2623-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
2624-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
2599+
eslint-utils@^2.0.0:
2600+
version "2.1.0"
2601+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
2602+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
26252603
dependencies:
2626-
eslint-visitor-keys "^2.0.0"
2604+
eslint-visitor-keys "^1.1.0"
26272605

26282606
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
26292607
version "1.3.0"
26302608
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
26312609
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
26322610

2633-
eslint-visitor-keys@^2.0.0:
2634-
version "2.1.0"
2635-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
2636-
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
2637-
26382611
eslint@^6.6.0:
26392612
version "6.8.0"
26402613
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -3195,7 +3168,7 @@ globals@^12.1.0:
31953168
dependencies:
31963169
type-fest "^0.8.1"
31973170

3198-
globby@^11.0.2, globby@^11.0.3:
3171+
globby@^11.0.2:
31993172
version "11.0.4"
32003173
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.4.tgz#2cbaff77c2f2a62e71e9b2813a67b97a3a3001a5"
32013174
integrity sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==
@@ -5787,7 +5760,7 @@ regexpp@^2.0.1:
57875760
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
57885761
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
57895762

5790-
regexpp@^3.1.0:
5763+
regexpp@^3.0.0:
57915764
version "3.2.0"
57925765
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
57935766
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
@@ -6253,11 +6226,6 @@ string-hash@^1.1.3:
62536226
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
62546227
integrity sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=
62556228

6256-
string-natural-compare@^3.0.1:
6257-
version "3.0.1"
6258-
resolved "https://registry.yarnpkg.com/string-natural-compare/-/string-natural-compare-3.0.1.tgz#7a42d58474454963759e8e8b7ae63d71c1e7fdf4"
6259-
integrity sha512-n3sPwynL1nwKi3WJ6AIsClwBMa0zTi54fn2oLU6ndfTSIO05xaznjSf15PcBZU6FNWbmN5Q6cxT4V5hGvB4taw==
6260-
62616229
string-width@^1.0.1:
62626230
version "1.0.2"
62636231
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -6651,7 +6619,7 @@ tslib@^1.8.1, tslib@^1.9.0:
66516619
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
66526620
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
66536621

6654-
tsutils@^3.21.0:
6622+
tsutils@^3.17.1:
66556623
version "3.21.0"
66566624
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
66576625
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==

0 commit comments

Comments
 (0)