ts-jest ^27 is incompatible with chalk <3.0.0
This breaks the build in the monorepo due to some package using chalk <3.0.0, reverting back to jest/ts-jest ^25 seems like the lesser evil
This commit is contained in:
parent
58e2c6ecaa
commit
baa2d15c2d
|
@ -47,8 +47,8 @@
|
|||
"@typescript-eslint/parser": "^5.3.1",
|
||||
"axios-mock-adapter": "^1.20.0",
|
||||
"eslint": "^8.2.0",
|
||||
"jest": "^27.3.1",
|
||||
"ts-jest": "^27",
|
||||
"jest": "^25",
|
||||
"ts-jest": "^25",
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
|
358
pnpm-lock.yaml
358
pnpm-lock.yaml
|
@ -64,9 +64,9 @@ importers:
|
|||
axios-mock-adapter: ^1.20.0
|
||||
create-hmac: 1.1.7
|
||||
eslint: ^8.2.0
|
||||
jest: ^27.3.1
|
||||
jest: ^25
|
||||
oauth-1.0a: 2.2.6
|
||||
ts-jest: ^27
|
||||
ts-jest: ^25
|
||||
typescript: ^4.4.4
|
||||
dependencies:
|
||||
axios: 0.24.0
|
||||
|
@ -80,8 +80,8 @@ importers:
|
|||
'@typescript-eslint/parser': 5.4.0_eslint@8.2.0+typescript@4.4.4
|
||||
axios-mock-adapter: 1.20.0_axios@0.24.0
|
||||
eslint: 8.2.0
|
||||
jest: 27.3.1
|
||||
ts-jest: 27.1.2_f41fed5da8d4caa8e32db7d6695d4125
|
||||
jest: 25.5.4
|
||||
ts-jest: 25.5.1_jest@25.5.4+typescript@4.4.4
|
||||
typescript: 4.4.4
|
||||
|
||||
packages/js/api-core-tests:
|
||||
|
@ -433,10 +433,6 @@ packages:
|
|||
dependencies:
|
||||
'@babel/highlight': 7.16.0
|
||||
|
||||
/@babel/compat-data/7.15.0:
|
||||
resolution: {integrity: sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
||||
/@babel/compat-data/7.16.4:
|
||||
resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -464,28 +460,6 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/core/7.15.8:
|
||||
resolution: {integrity: sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.16.0
|
||||
'@babel/generator': 7.16.0
|
||||
'@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8
|
||||
'@babel/helper-module-transforms': 7.15.8
|
||||
'@babel/helpers': 7.15.4
|
||||
'@babel/parser': 7.16.4
|
||||
'@babel/template': 7.16.0
|
||||
'@babel/traverse': 7.16.3
|
||||
'@babel/types': 7.16.0
|
||||
convert-source-map: 1.8.0
|
||||
debug: 4.3.2
|
||||
gensync: 1.0.0-beta.2
|
||||
json5: 2.2.0
|
||||
semver: 6.3.0
|
||||
source-map: 0.5.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/core/7.16.0:
|
||||
resolution: {integrity: sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -529,18 +503,6 @@ packages:
|
|||
'@babel/helper-explode-assignable-expression': 7.16.0
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/compat-data': 7.15.0
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-validator-option': 7.14.5
|
||||
browserslist: 4.17.6
|
||||
semver: 6.3.0
|
||||
|
||||
/@babel/helper-compilation-targets/7.16.3_@babel+core@7.12.9:
|
||||
resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -687,33 +649,12 @@ packages:
|
|||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-module-imports/7.15.4:
|
||||
resolution: {integrity: sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-module-imports/7.16.0:
|
||||
resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-module-transforms/7.15.8:
|
||||
resolution: {integrity: sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/helper-module-imports': 7.15.4
|
||||
'@babel/helper-replace-supers': 7.16.0
|
||||
'@babel/helper-simple-access': 7.15.4
|
||||
'@babel/helper-split-export-declaration': 7.16.0
|
||||
'@babel/helper-validator-identifier': 7.15.7
|
||||
'@babel/template': 7.16.0
|
||||
'@babel/traverse': 7.16.3
|
||||
'@babel/types': 7.16.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helper-module-transforms/7.16.0:
|
||||
resolution: {integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -760,12 +701,6 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helper-simple-access/7.15.4:
|
||||
resolution: {integrity: sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/helper-simple-access/7.16.0:
|
||||
resolution: {integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -803,16 +738,6 @@ packages:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helpers/7.15.4:
|
||||
resolution: {integrity: sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/template': 7.16.0
|
||||
'@babel/traverse': 7.16.3
|
||||
'@babel/types': 7.16.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/helpers/7.16.3:
|
||||
resolution: {integrity: sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -831,11 +756,6 @@ packages:
|
|||
chalk: 2.4.2
|
||||
js-tokens: 4.0.0
|
||||
|
||||
/@babel/parser/7.16.2:
|
||||
resolution: {integrity: sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
hasBin: true
|
||||
|
||||
/@babel/parser/7.16.4:
|
||||
resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
@ -1205,14 +1125,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
|
||||
peerDependencies:
|
||||
|
@ -1230,14 +1142,6 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==}
|
||||
peerDependencies:
|
||||
|
@ -1245,7 +1149,6 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.12.9:
|
||||
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
||||
|
@ -1255,14 +1158,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
|
||||
peerDependencies:
|
||||
|
@ -1333,14 +1228,6 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: false
|
||||
|
||||
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
|
||||
peerDependencies:
|
||||
|
@ -1348,7 +1235,6 @@ packages:
|
|||
dependencies:
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: true
|
||||
|
||||
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.12.9:
|
||||
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
||||
|
@ -1358,14 +1244,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
|
||||
peerDependencies:
|
||||
|
@ -1401,14 +1279,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
|
||||
peerDependencies:
|
||||
|
@ -1425,14 +1295,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
|
||||
peerDependencies:
|
||||
|
@ -1449,14 +1311,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
|
||||
peerDependencies:
|
||||
|
@ -1473,14 +1327,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
|
||||
peerDependencies:
|
||||
|
@ -1497,14 +1343,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
|
||||
peerDependencies:
|
||||
|
@ -1521,14 +1359,6 @@ packages:
|
|||
'@babel/core': 7.12.9
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8:
|
||||
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0-0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
|
||||
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
|
||||
peerDependencies:
|
||||
|
@ -2578,22 +2408,6 @@ packages:
|
|||
'@babel/parser': 7.16.4
|
||||
'@babel/types': 7.16.0
|
||||
|
||||
/@babel/traverse/7.16.0:
|
||||
resolution: {integrity: sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.16.0
|
||||
'@babel/generator': 7.16.0
|
||||
'@babel/helper-function-name': 7.16.0
|
||||
'@babel/helper-hoist-variables': 7.16.0
|
||||
'@babel/helper-split-export-declaration': 7.16.0
|
||||
'@babel/parser': 7.16.2
|
||||
'@babel/types': 7.16.0
|
||||
debug: 4.3.2
|
||||
globals: 11.12.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/@babel/traverse/7.16.3:
|
||||
resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
@ -3076,11 +2890,11 @@ packages:
|
|||
exit: 0.1.2
|
||||
glob: 7.2.0
|
||||
graceful-fs: 4.2.8
|
||||
istanbul-lib-coverage: 3.0.1
|
||||
istanbul-lib-coverage: 3.2.0
|
||||
istanbul-lib-instrument: 4.0.3
|
||||
istanbul-lib-report: 3.0.0
|
||||
istanbul-lib-source-maps: 4.0.0
|
||||
istanbul-reports: 3.0.3
|
||||
istanbul-lib-source-maps: 4.0.1
|
||||
istanbul-reports: 3.0.5
|
||||
jest-haste-map: 25.5.1
|
||||
jest-resolve: 25.5.1
|
||||
jest-util: 25.5.0
|
||||
|
@ -3301,9 +3115,9 @@ packages:
|
|||
resolution: {integrity: sha512-Y8CEoVwXb4QwA6Y/9uDkn0Xfz0finGkieuV0xkdF9UtZGJeLukD5nLkaVrVsODB1ojRWlaoD0AJZpVHCSnJEvg==}
|
||||
engines: {node: '>= 8.3'}
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/core': 7.16.0
|
||||
'@jest/types': 25.5.0
|
||||
babel-plugin-istanbul: 6.0.0
|
||||
babel-plugin-istanbul: 6.1.1
|
||||
chalk: 3.0.0
|
||||
convert-source-map: 1.8.0
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
|
@ -6237,18 +6051,18 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
/babel-jest/25.5.1_@babel+core@7.15.8:
|
||||
/babel-jest/25.5.1_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-9dA9+GmMjIzgPnYtkhBg73gOo/RHqPmLruP3BaGL4KEX3Dwz6pI8auSN8G8+iuEG90+GSswyKvslN+JYSaacaQ==}
|
||||
engines: {node: '>= 8.3'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/core': 7.16.0
|
||||
'@jest/transform': 25.5.1
|
||||
'@jest/types': 25.5.0
|
||||
'@types/babel__core': 7.1.16
|
||||
babel-plugin-istanbul: 6.1.1
|
||||
babel-preset-jest: 25.5.0_@babel+core@7.15.8
|
||||
babel-preset-jest: 25.5.0_@babel+core@7.16.0
|
||||
chalk: 3.0.0
|
||||
graceful-fs: 4.2.8
|
||||
slash: 3.0.0
|
||||
|
@ -6344,18 +6158,6 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
/babel-plugin-istanbul/6.0.0:
|
||||
resolution: {integrity: sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
'@babel/helper-plugin-utils': 7.14.5
|
||||
'@istanbuljs/load-nyc-config': 1.1.0
|
||||
'@istanbuljs/schema': 0.1.3
|
||||
istanbul-lib-instrument: 4.0.3
|
||||
test-exclude: 6.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/babel-plugin-istanbul/6.1.1:
|
||||
resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -6490,23 +6292,23 @@ packages:
|
|||
'@babel/helper-plugin-utils': 7.14.5
|
||||
dev: true
|
||||
|
||||
/babel-preset-current-node-syntax/0.1.4_@babel+core@7.15.8:
|
||||
/babel-preset-current-node-syntax/0.1.4_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-5/INNCYhUGqw7VbVjT/hb3ucjgkVHKXY7lX3ZjlN4gm565VyFmJUrJ/h+h16ECVB38R/9SF6aACydpKMLZ/c9w==}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8
|
||||
'@babel/core': 7.16.0
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.0
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.0
|
||||
|
||||
/babel-preset-current-node-syntax/1.0.1_@babel+core@7.12.9:
|
||||
resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==}
|
||||
|
@ -6559,15 +6361,15 @@ packages:
|
|||
babel-plugin-jest-hoist: 24.9.0
|
||||
dev: false
|
||||
|
||||
/babel-preset-jest/25.5.0_@babel+core@7.15.8:
|
||||
/babel-preset-jest/25.5.0_@babel+core@7.16.0:
|
||||
resolution: {integrity: sha512-8ZczygctQkBU+63DtSOKGh7tFL0CeCuz+1ieud9lJ1WPQ9O6A1a/r+LGn6Y705PA6whHQ3T1XuB/PmpfNYf8Fw==}
|
||||
engines: {node: '>= 8.3'}
|
||||
peerDependencies:
|
||||
'@babel/core': ^7.0.0
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/core': 7.16.0
|
||||
babel-plugin-jest-hoist: 25.5.0
|
||||
babel-preset-current-node-syntax: 0.1.4_@babel+core@7.15.8
|
||||
babel-preset-current-node-syntax: 0.1.4_@babel+core@7.16.0
|
||||
|
||||
/babel-preset-jest/26.6.2_@babel+core@7.12.9:
|
||||
resolution: {integrity: sha512-YvdtlVm9t3k777c5NPQIv6cxFFFapys25HiUmuSgHwIZhfifweR5c5Sf5nwE3MAbfu327CYSvps8Yx6ANLyleQ==}
|
||||
|
@ -6867,17 +6669,6 @@ packages:
|
|||
node-releases: 1.1.77
|
||||
dev: true
|
||||
|
||||
/browserslist/4.17.6:
|
||||
resolution: {integrity: sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==}
|
||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001278
|
||||
electron-to-chromium: 1.3.889
|
||||
escalade: 3.1.1
|
||||
node-releases: 2.0.1
|
||||
picocolors: 1.0.0
|
||||
|
||||
/browserslist/4.18.1:
|
||||
resolution: {integrity: sha512-8ScCzdpPwR2wQh8IT82CA2VgDwjHyqMovPBZSNH54+tm4Jk2pCuv90gmAdH6J84OCRWi0b4gMe6O6XPXuJnjgQ==}
|
||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
|
@ -7072,9 +6863,6 @@ packages:
|
|||
resolution: {integrity: sha512-VAy5RHDfTJhpxnDdp2n40GPPLp3KqNrXz1QqFv4J64HvArKs8nuNMOWkB3ICOaBTU/Aj4rYAo/ytdQDDFF/Pug==}
|
||||
dev: true
|
||||
|
||||
/caniuse-lite/1.0.30001278:
|
||||
resolution: {integrity: sha512-mpF9KeH8u5cMoEmIic/cr7PNS+F5LWBk0t2ekGT60lFf0Wq+n9LspAj0g3P+o7DQhD3sUdlMln4YFAWhFYn9jg==}
|
||||
|
||||
/caniuse-lite/1.0.30001280:
|
||||
resolution: {integrity: sha512-kFXwYvHe5rix25uwueBxC569o53J6TpnGu0BEEn+6Lhl2vsnAumRFWEBhDft1fwyo6m1r4i+RqA4+163FpeFcA==}
|
||||
|
||||
|
@ -8543,9 +8331,6 @@ packages:
|
|||
jake: 10.8.2
|
||||
dev: true
|
||||
|
||||
/electron-to-chromium/1.3.889:
|
||||
resolution: {integrity: sha512-suEUoPTD1mExjL9TdmH7cvEiWJVM2oEiAi+Y1p0QKxI2HcRlT44qDTP2c1aZmVwRemIPYOpxmV7CxQCOWcm4XQ==}
|
||||
|
||||
/electron-to-chromium/1.3.899:
|
||||
resolution: {integrity: sha512-w16Dtd2zl7VZ4N4Db+FIa7n36sgPGCKjrKvUUmp5ialsikvcQLjcJR9RWnlYNxIyEHLdHaoIZEqKsPxU9MdyBg==}
|
||||
|
||||
|
@ -12199,10 +11984,6 @@ packages:
|
|||
engines: {node: '>=6'}
|
||||
dev: false
|
||||
|
||||
/istanbul-lib-coverage/3.0.1:
|
||||
resolution: {integrity: sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ==}
|
||||
engines: {node: '>=8'}
|
||||
|
||||
/istanbul-lib-coverage/3.2.0:
|
||||
resolution: {integrity: sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==}
|
||||
engines: {node: '>=8'}
|
||||
|
@ -12312,16 +12093,6 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
/istanbul-lib-source-maps/4.0.0:
|
||||
resolution: {integrity: sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
debug: 4.3.2
|
||||
istanbul-lib-coverage: 3.0.1
|
||||
source-map: 0.6.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
/istanbul-lib-source-maps/4.0.1:
|
||||
resolution: {integrity: sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==}
|
||||
engines: {node: '>=10'}
|
||||
|
@ -12331,7 +12102,6 @@ packages:
|
|||
source-map: 0.6.1
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/istanbul-reports/1.5.1:
|
||||
resolution: {integrity: sha512-+cfoZ0UXzWjhAdzosCPP3AN8vvef8XDkWtTfgaN+7L3YTpNYITnCaEkceo5SEYy644VkHka/P1FvkWvrG/rrJw==}
|
||||
|
@ -12346,20 +12116,12 @@ packages:
|
|||
html-escaper: 2.0.2
|
||||
dev: false
|
||||
|
||||
/istanbul-reports/3.0.3:
|
||||
resolution: {integrity: sha512-0i77ZFLsb9U3DHi22WzmIngVzfoyxxbQcZRqlF3KoKmCJGq9nhFHoGi8FqBztN2rE8w6hURnZghetn0xpkVb6A==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
html-escaper: 2.0.2
|
||||
istanbul-lib-report: 3.0.0
|
||||
|
||||
/istanbul-reports/3.0.5:
|
||||
resolution: {integrity: sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==}
|
||||
engines: {node: '>=8'}
|
||||
dependencies:
|
||||
html-escaper: 2.0.2
|
||||
istanbul-lib-report: 3.0.0
|
||||
dev: true
|
||||
|
||||
/istanbul/1.0.0-alpha.2:
|
||||
resolution: {integrity: sha1-BglrwI6Yuq10Sq5Gli2N+frGPQg=}
|
||||
|
@ -12500,7 +12262,7 @@ packages:
|
|||
jest-config: 25.5.4
|
||||
jest-util: 25.5.0
|
||||
jest-validate: 25.5.0
|
||||
prompts: 2.4.1
|
||||
prompts: 2.4.2
|
||||
realpath-native: 2.0.0
|
||||
yargs: 15.4.1
|
||||
transitivePeerDependencies:
|
||||
|
@ -12568,10 +12330,10 @@ packages:
|
|||
resolution: {integrity: sha512-SZwR91SwcdK6bz7Gco8qL7YY2sx8tFJYzvg216DLihTWf+LKY/DoJXpM9nTzYakSyfblbqeU48p/p7Jzy05Atg==}
|
||||
engines: {node: '>= 8.3'}
|
||||
dependencies:
|
||||
'@babel/core': 7.15.8
|
||||
'@babel/core': 7.16.0
|
||||
'@jest/test-sequencer': 25.5.4
|
||||
'@jest/types': 25.5.0
|
||||
babel-jest: 25.5.1_@babel+core@7.15.8
|
||||
babel-jest: 25.5.1_@babel+core@7.16.0
|
||||
chalk: 3.0.0
|
||||
deepmerge: 4.2.2
|
||||
glob: 7.2.0
|
||||
|
@ -12954,7 +12716,7 @@ packages:
|
|||
jest-worker: 25.5.0
|
||||
micromatch: 4.0.4
|
||||
sane: 4.1.0
|
||||
walker: 1.0.7
|
||||
walker: 1.0.8
|
||||
which: 2.0.2
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
@ -13028,7 +12790,7 @@ packages:
|
|||
resolution: {integrity: sha512-9acbWEfbmS8UpdcfqnDO+uBUgKa/9hcRh983IHdM+pKmJPL77G0sWAAK0V0kr5LK3a8cSBfkFSoncXwQlRZfkQ==}
|
||||
engines: {node: '>= 8.3'}
|
||||
dependencies:
|
||||
'@babel/traverse': 7.16.0
|
||||
'@babel/traverse': 7.16.3
|
||||
'@jest/environment': 25.5.0
|
||||
'@jest/source-map': 25.5.0
|
||||
'@jest/test-result': 25.5.0
|
||||
|
@ -14590,11 +14352,6 @@ packages:
|
|||
kind-of: 6.0.3
|
||||
dev: true
|
||||
|
||||
/makeerror/1.0.11:
|
||||
resolution: {integrity: sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=}
|
||||
dependencies:
|
||||
tmpl: 1.0.5
|
||||
|
||||
/makeerror/1.0.12:
|
||||
resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==}
|
||||
dependencies:
|
||||
|
@ -16938,13 +16695,6 @@ packages:
|
|||
engines: {node: '>=0.12'}
|
||||
dev: true
|
||||
|
||||
/prompts/2.4.1:
|
||||
resolution: {integrity: sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==}
|
||||
engines: {node: '>= 6'}
|
||||
dependencies:
|
||||
kleur: 3.0.3
|
||||
sisteransi: 1.0.5
|
||||
|
||||
/prompts/2.4.2:
|
||||
resolution: {integrity: sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==}
|
||||
engines: {node: '>= 6'}
|
||||
|
@ -18225,6 +17975,7 @@ packages:
|
|||
|
||||
/source-map-resolve/0.5.3:
|
||||
resolution: {integrity: sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==}
|
||||
deprecated: See https://github.com/lydell/source-map-resolve#deprecated
|
||||
dependencies:
|
||||
atob: 2.1.2
|
||||
decode-uri-component: 0.2.0
|
||||
|
@ -18247,6 +17998,7 @@ packages:
|
|||
|
||||
/source-map-url/0.4.1:
|
||||
resolution: {integrity: sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==}
|
||||
deprecated: See https://github.com/lydell/source-map-url#deprecated
|
||||
|
||||
/source-map/0.5.7:
|
||||
resolution: {integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=}
|
||||
|
@ -19364,39 +19116,26 @@ packages:
|
|||
resolution: {integrity: sha512-rvuRbTarPXmMb79SmzEp8aqXNKcK+y0XaB298IXueQ8I2PsrATcPBCSPyK/dDNa2iWOhKlfNnOjdAOTBU/nkFA==}
|
||||
dev: true
|
||||
|
||||
/ts-jest/27.1.2_f41fed5da8d4caa8e32db7d6695d4125:
|
||||
resolution: {integrity: sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==}
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
||||
/ts-jest/25.5.1_jest@25.5.4+typescript@4.4.4:
|
||||
resolution: {integrity: sha512-kHEUlZMK8fn8vkxDjwbHlxXRB9dHYpyzqKIGDNxbzs+Rz+ssNDSDNusEK8Fk/sDd4xE6iKoQLfFkFVaskmTJyw==}
|
||||
engines: {node: '>= 8'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@babel/core': '>=7.0.0-beta.0 <8'
|
||||
'@types/jest': ^27.0.0
|
||||
babel-jest: '>=27.0.0 <28'
|
||||
esbuild: ~0.14.0
|
||||
jest: ^27.0.0
|
||||
typescript: '>=3.8 <5.0'
|
||||
peerDependenciesMeta:
|
||||
'@babel/core':
|
||||
optional: true
|
||||
'@types/jest':
|
||||
optional: true
|
||||
babel-jest:
|
||||
optional: true
|
||||
esbuild:
|
||||
optional: true
|
||||
jest: '>=25 <26'
|
||||
typescript: '>=3.4 <4.0'
|
||||
dependencies:
|
||||
'@babel/core': 7.12.9
|
||||
'@types/jest': 27.0.2
|
||||
bs-logger: 0.2.6
|
||||
buffer-from: 1.1.2
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
jest: 27.3.1
|
||||
jest-util: 27.3.1
|
||||
jest: 25.5.4
|
||||
json5: 2.2.0
|
||||
lodash.memoize: 4.1.2
|
||||
make-error: 1.3.6
|
||||
semver: 7.3.5
|
||||
micromatch: 4.0.4
|
||||
mkdirp: 0.5.5
|
||||
semver: 6.3.0
|
||||
typescript: 4.4.4
|
||||
yargs-parser: 20.2.9
|
||||
yargs-parser: 18.1.3
|
||||
dev: true
|
||||
|
||||
/ts-loader/9.2.6_typescript@4.2.4+webpack@5.64.1:
|
||||
|
@ -19917,11 +19656,6 @@ packages:
|
|||
- supports-color
|
||||
dev: false
|
||||
|
||||
/walker/1.0.7:
|
||||
resolution: {integrity: sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=}
|
||||
dependencies:
|
||||
makeerror: 1.0.11
|
||||
|
||||
/walker/1.0.8:
|
||||
resolution: {integrity: sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==}
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue