mirror of
https://github.com/logto-io/logto.git
synced 2024-12-30 20:33:54 -05:00
chore: upgrade configs (#339)
This commit is contained in:
parent
4cc45696a8
commit
1399c9258e
6 changed files with 337 additions and 153 deletions
|
@ -35,10 +35,10 @@
|
|||
"devDependencies": {
|
||||
"@parcel/core": "^2.3.1",
|
||||
"@parcel/transformer-sass": "^2.3.1",
|
||||
"@silverhand/eslint-config": "^0.9.1",
|
||||
"@silverhand/eslint-config-react": "^0.9.3",
|
||||
"@silverhand/ts-config": "^0.9.1",
|
||||
"@silverhand/ts-config-react": "^0.9.3",
|
||||
"@silverhand/eslint-config": "^0.9.4",
|
||||
"@silverhand/eslint-config-react": "^0.9.5",
|
||||
"@silverhand/ts-config": "^0.9.4",
|
||||
"@silverhand/ts-config-react": "^0.9.5",
|
||||
"@types/lodash.kebabcase": "^4.1.6",
|
||||
"@types/react": "^17.0.14",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
|
@ -56,25 +56,7 @@
|
|||
"@/*": "./src/$1"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@silverhand/react",
|
||||
"overrides": [
|
||||
{
|
||||
"files": [
|
||||
"*.tsx"
|
||||
],
|
||||
"rules": {
|
||||
"unicorn/no-useless-undefined": [
|
||||
"error",
|
||||
{
|
||||
"checkArguments": false
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"rules": {
|
||||
"react/button-has-type": "off"
|
||||
}
|
||||
"extends": "@silverhand/react"
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": "@silverhand/eslint-config-react/.stylelintrc"
|
||||
|
|
|
@ -47,8 +47,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@shopify/jest-koa-mocks": "^3.0.8",
|
||||
"@silverhand/eslint-config": "^0.9.1",
|
||||
"@silverhand/ts-config": "^0.9.1",
|
||||
"@silverhand/eslint-config": "^0.9.4",
|
||||
"@silverhand/ts-config": "^0.9.4",
|
||||
"@types/jest": "^27.0.1",
|
||||
"@types/koa": "^2.13.3",
|
||||
"@types/koa-logger": "^3.1.1",
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
"@silverhand/essentials": "^1.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@silverhand/eslint-config": "^0.9.1",
|
||||
"@silverhand/ts-config": "^0.9.1",
|
||||
"@silverhand/eslint-config": "^0.9.4",
|
||||
"@silverhand/ts-config": "^0.9.4",
|
||||
"eslint": "^8.10.0",
|
||||
"lint-staged": "^11.1.1",
|
||||
"prettier": "^2.3.2",
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
"node": ">=14.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@silverhand/eslint-config": "^0.9.1",
|
||||
"@silverhand/eslint-config": "^0.9.4",
|
||||
"@silverhand/essentials": "^1.1.0",
|
||||
"@silverhand/ts-config": "^0.9.1",
|
||||
"@silverhand/ts-config": "^0.9.4",
|
||||
"@types/lodash.uniq": "^4.5.6",
|
||||
"@types/node": "14",
|
||||
"@types/pluralize": "^0.0.29",
|
||||
|
|
|
@ -30,10 +30,10 @@
|
|||
"@jest/types": "^27.5.1",
|
||||
"@parcel/core": "^2.3.1",
|
||||
"@parcel/transformer-sass": "^2.3.1",
|
||||
"@silverhand/eslint-config": "^0.9.1",
|
||||
"@silverhand/eslint-config-react": "^0.9.3",
|
||||
"@silverhand/ts-config": "^0.9.1",
|
||||
"@silverhand/ts-config-react": "^0.9.3",
|
||||
"@silverhand/eslint-config": "^0.9.4",
|
||||
"@silverhand/eslint-config-react": "^0.9.5",
|
||||
"@silverhand/ts-config": "^0.9.4",
|
||||
"@silverhand/ts-config-react": "^0.9.5",
|
||||
"@testing-library/react": "^12.0.0",
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/react": "^17.0.14",
|
||||
|
|
442
pnpm-lock.yaml
442
pnpm-lock.yaml
|
@ -16,7 +16,7 @@ importers:
|
|||
'@commitlint/types': 13.2.0
|
||||
husky: 7.0.4
|
||||
lerna: 4.0.0
|
||||
typescript: 4.5.5
|
||||
typescript: 4.6.2
|
||||
|
||||
packages/console:
|
||||
specifiers:
|
||||
|
@ -24,11 +24,11 @@ importers:
|
|||
'@logto/schemas': ^0.1.0
|
||||
'@parcel/core': ^2.3.1
|
||||
'@parcel/transformer-sass': ^2.3.1
|
||||
'@silverhand/eslint-config': ^0.9.1
|
||||
'@silverhand/eslint-config-react': ^0.9.3
|
||||
'@silverhand/eslint-config': ^0.9.4
|
||||
'@silverhand/eslint-config-react': ^0.9.5
|
||||
'@silverhand/essentials': ^1.1.6
|
||||
'@silverhand/ts-config': ^0.9.1
|
||||
'@silverhand/ts-config-react': ^0.9.3
|
||||
'@silverhand/ts-config': ^0.9.4
|
||||
'@silverhand/ts-config-react': ^0.9.5
|
||||
'@types/lodash.kebabcase': ^4.1.6
|
||||
'@types/react': ^17.0.14
|
||||
'@types/react-dom': ^17.0.9
|
||||
|
@ -72,10 +72,10 @@ importers:
|
|||
devDependencies:
|
||||
'@parcel/core': 2.3.1
|
||||
'@parcel/transformer-sass': 2.3.1_@parcel+core@2.3.1
|
||||
'@silverhand/eslint-config': 0.9.1_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/eslint-config-react': 0.9.3_40768c17363f6507b3c2d36cc72e1a6b
|
||||
'@silverhand/ts-config': 0.9.1_typescript@4.5.5
|
||||
'@silverhand/ts-config-react': 0.9.3_typescript@4.5.5
|
||||
'@silverhand/eslint-config': 0.9.4_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/eslint-config-react': 0.9.5_40768c17363f6507b3c2d36cc72e1a6b
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.5.5
|
||||
'@silverhand/ts-config-react': 0.9.5_typescript@4.5.5
|
||||
'@types/lodash.kebabcase': 4.1.6
|
||||
'@types/react': 17.0.37
|
||||
'@types/react-dom': 17.0.11
|
||||
|
@ -94,9 +94,9 @@ importers:
|
|||
'@logto/phrases': ^0.1.0
|
||||
'@logto/schemas': ^0.1.0
|
||||
'@shopify/jest-koa-mocks': ^3.0.8
|
||||
'@silverhand/eslint-config': ^0.9.1
|
||||
'@silverhand/eslint-config': ^0.9.4
|
||||
'@silverhand/essentials': ^1.1.0
|
||||
'@silverhand/ts-config': ^0.9.1
|
||||
'@silverhand/ts-config': ^0.9.4
|
||||
'@types/jest': ^27.0.1
|
||||
'@types/koa': ^2.13.3
|
||||
'@types/koa-logger': ^3.1.1
|
||||
|
@ -170,8 +170,8 @@ importers:
|
|||
zod: 3.11.6
|
||||
devDependencies:
|
||||
'@shopify/jest-koa-mocks': 3.0.8
|
||||
'@silverhand/eslint-config': 0.9.1_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/ts-config': 0.9.1_typescript@4.5.5
|
||||
'@silverhand/eslint-config': 0.9.4_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.5.5
|
||||
'@types/jest': 27.0.3
|
||||
'@types/koa': 2.13.4
|
||||
'@types/koa-logger': 3.1.2
|
||||
|
@ -196,9 +196,9 @@ importers:
|
|||
|
||||
packages/phrases:
|
||||
specifiers:
|
||||
'@silverhand/eslint-config': ^0.9.1
|
||||
'@silverhand/eslint-config': ^0.9.4
|
||||
'@silverhand/essentials': ^1.1.4
|
||||
'@silverhand/ts-config': ^0.9.1
|
||||
'@silverhand/ts-config': ^0.9.4
|
||||
eslint: ^8.10.0
|
||||
lint-staged: ^11.1.1
|
||||
prettier: ^2.3.2
|
||||
|
@ -206,8 +206,8 @@ importers:
|
|||
dependencies:
|
||||
'@silverhand/essentials': 1.1.4
|
||||
devDependencies:
|
||||
'@silverhand/eslint-config': 0.9.1_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/ts-config': 0.9.1_typescript@4.5.5
|
||||
'@silverhand/eslint-config': 0.9.4_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.5.5
|
||||
eslint: 8.10.0
|
||||
lint-staged: 11.2.6
|
||||
prettier: 2.5.1
|
||||
|
@ -216,9 +216,9 @@ importers:
|
|||
packages/schemas:
|
||||
specifiers:
|
||||
'@logto/phrases': ^0.1.0
|
||||
'@silverhand/eslint-config': ^0.9.1
|
||||
'@silverhand/eslint-config': ^0.9.4
|
||||
'@silverhand/essentials': ^1.1.0
|
||||
'@silverhand/ts-config': ^0.9.1
|
||||
'@silverhand/ts-config': ^0.9.4
|
||||
'@types/lodash.uniq': ^4.5.6
|
||||
'@types/node': '14'
|
||||
'@types/pluralize': ^0.0.29
|
||||
|
@ -235,9 +235,9 @@ importers:
|
|||
'@logto/phrases': link:../phrases
|
||||
zod: 3.11.6
|
||||
devDependencies:
|
||||
'@silverhand/eslint-config': 0.9.1_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/eslint-config': 0.9.4_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/essentials': 1.1.2
|
||||
'@silverhand/ts-config': 0.9.1_typescript@4.5.5
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.5.5
|
||||
'@types/lodash.uniq': 4.5.6
|
||||
'@types/node': 14.18.0
|
||||
'@types/pluralize': 0.0.29
|
||||
|
@ -257,10 +257,10 @@ importers:
|
|||
'@logto/schemas': ^0.1.0
|
||||
'@parcel/core': ^2.3.1
|
||||
'@parcel/transformer-sass': ^2.3.1
|
||||
'@silverhand/eslint-config': ^0.9.1
|
||||
'@silverhand/eslint-config-react': ^0.9.3
|
||||
'@silverhand/ts-config': ^0.9.1
|
||||
'@silverhand/ts-config-react': ^0.9.3
|
||||
'@silverhand/eslint-config': ^0.9.4
|
||||
'@silverhand/eslint-config-react': ^0.9.5
|
||||
'@silverhand/ts-config': ^0.9.4
|
||||
'@silverhand/ts-config-react': ^0.9.5
|
||||
'@testing-library/react': ^12.0.0
|
||||
'@types/jest': ^27.4.0
|
||||
'@types/react': ^17.0.14
|
||||
|
@ -299,10 +299,10 @@ importers:
|
|||
'@jest/types': 27.5.1
|
||||
'@parcel/core': 2.3.1
|
||||
'@parcel/transformer-sass': 2.3.1_@parcel+core@2.3.1
|
||||
'@silverhand/eslint-config': 0.9.1_dd26a5c7f44cc79875cab41b61b7f609
|
||||
'@silverhand/eslint-config-react': 0.9.3_40768c17363f6507b3c2d36cc72e1a6b
|
||||
'@silverhand/ts-config': 0.9.1_typescript@4.5.5
|
||||
'@silverhand/ts-config-react': 0.9.3_typescript@4.5.5
|
||||
'@silverhand/eslint-config': 0.9.4_3a533fa6cc3da0cf8525ef55d41c4384
|
||||
'@silverhand/eslint-config-react': 0.9.5_75f27ebc3d08f23e7ca8c3f63c7fa502
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.6.2
|
||||
'@silverhand/ts-config-react': 0.9.5_typescript@4.6.2
|
||||
'@testing-library/react': 12.1.2_react-dom@17.0.2+react@17.0.2
|
||||
'@types/jest': 27.4.0
|
||||
'@types/react': 17.0.37
|
||||
|
@ -317,7 +317,7 @@ importers:
|
|||
postcss-modules: 4.3.0_postcss@8.4.6
|
||||
prettier: 2.5.1
|
||||
stylelint: 13.13.1
|
||||
ts-jest: 27.1.1_1e2406a8ca2ae3dc934d01f9ee2aebbb
|
||||
ts-jest: 27.1.1_ac171f3d9f636bd8b4c3e7aa384f840e
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -451,7 +451,7 @@ packages:
|
|||
'@babel/compat-data': 7.17.0
|
||||
'@babel/core': 7.17.5
|
||||
'@babel/helper-validator-option': 7.16.7
|
||||
browserslist: 4.19.3
|
||||
browserslist: 4.20.0
|
||||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
|
@ -949,12 +949,12 @@ packages:
|
|||
'@commitlint/execute-rule': 13.2.0
|
||||
'@commitlint/resolve-extends': 13.2.0
|
||||
'@commitlint/types': 13.2.0
|
||||
'@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_e1c3b685f8b7686dcc885a02fd14c5f0
|
||||
'@endemolshinegroup/cosmiconfig-typescript-loader': 3.0.2_c84a270c92bf6e8d30a9786dab5936e4
|
||||
chalk: 4.1.2
|
||||
cosmiconfig: 7.0.1
|
||||
lodash: 4.17.21
|
||||
resolve-from: 5.0.0
|
||||
typescript: 4.5.5
|
||||
typescript: 4.6.2
|
||||
dev: true
|
||||
|
||||
/@commitlint/message/13.2.0:
|
||||
|
@ -1033,7 +1033,7 @@ packages:
|
|||
'@cspotcode/source-map-consumer': 0.8.0
|
||||
dev: true
|
||||
|
||||
/@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_e1c3b685f8b7686dcc885a02fd14c5f0:
|
||||
/@endemolshinegroup/cosmiconfig-typescript-loader/3.0.2_c84a270c92bf6e8d30a9786dab5936e4:
|
||||
resolution: {integrity: sha512-QRVtqJuS1mcT56oHpVegkKBlgtWjXw/gHNWO3eL9oyB5Sc7HBoc2OLG/nYpVfT/Jejvo3NUrD0Udk7XgoyDKkA==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -1042,7 +1042,7 @@ packages:
|
|||
cosmiconfig: 7.0.1
|
||||
lodash.get: 4.4.2
|
||||
make-error: 1.3.6
|
||||
ts-node: 9.1.1_typescript@4.5.5
|
||||
ts-node: 9.1.1_typescript@4.6.2
|
||||
tslib: 2.3.1
|
||||
transitivePeerDependencies:
|
||||
- typescript
|
||||
|
@ -3060,14 +3060,14 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@silverhand/eslint-config-react/0.9.3_40768c17363f6507b3c2d36cc72e1a6b:
|
||||
resolution: {integrity: sha512-o1n0llNeTtOZm9GgckPRnJ8xJOBOW/Z7tsf0OM0OxRpkVxE61nwIFIPik3loz+6jGT+q4hN1fuE4P1+r/jUiRw==}
|
||||
/@silverhand/eslint-config-react/0.9.5_40768c17363f6507b3c2d36cc72e1a6b:
|
||||
resolution: {integrity: sha512-3teJha0YxzPWHn3wBSuuUA2UDUGyX9RtyhfWgddRg1rKLUO429Go7SFQ20oRVeJRPFfwJSJI8/0pD8iMjCs62A==}
|
||||
peerDependencies:
|
||||
stylelint: ^13.13.1
|
||||
stylelint: '>=13.13.1'
|
||||
dependencies:
|
||||
'@silverhand/eslint-config': 0.9.1_dd26a5c7f44cc79875cab41b61b7f609
|
||||
eslint-config-xo-react: 0.25.0_4fbc8ed04fe651f7b6cd4e2fdf2a6286
|
||||
eslint-plugin-react: 7.29.2_eslint@8.10.0
|
||||
'@silverhand/eslint-config': 0.9.4_dd26a5c7f44cc79875cab41b61b7f609
|
||||
eslint-config-xo-react: 0.25.0_e4a0611724b3ba59fbf3ee8e61d9dcd0
|
||||
eslint-plugin-react: 7.29.3_eslint@8.10.0
|
||||
eslint-plugin-react-hooks: 4.3.0_eslint@8.10.0
|
||||
stylelint: 13.13.1
|
||||
stylelint-config-xo-scss: 0.14.0_stylelint@13.13.1
|
||||
|
@ -3078,8 +3078,26 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@silverhand/eslint-config/0.9.1_dd26a5c7f44cc79875cab41b61b7f609:
|
||||
resolution: {integrity: sha512-kQJcdR7ElJ22uY/aLUqcmJj3XlcM32R+uoYaqBfWFlh2afHziLkoFD4gM3ZsqRNEW8C/Ji908TNUMSISPXbGUQ==}
|
||||
/@silverhand/eslint-config-react/0.9.5_75f27ebc3d08f23e7ca8c3f63c7fa502:
|
||||
resolution: {integrity: sha512-3teJha0YxzPWHn3wBSuuUA2UDUGyX9RtyhfWgddRg1rKLUO429Go7SFQ20oRVeJRPFfwJSJI8/0pD8iMjCs62A==}
|
||||
peerDependencies:
|
||||
stylelint: '>=13.13.1'
|
||||
dependencies:
|
||||
'@silverhand/eslint-config': 0.9.4_3a533fa6cc3da0cf8525ef55d41c4384
|
||||
eslint-config-xo-react: 0.25.0_e4a0611724b3ba59fbf3ee8e61d9dcd0
|
||||
eslint-plugin-react: 7.29.3_eslint@8.10.0
|
||||
eslint-plugin-react-hooks: 4.3.0_eslint@8.10.0
|
||||
stylelint: 13.13.1
|
||||
stylelint-config-xo-scss: 0.14.0_stylelint@13.13.1
|
||||
transitivePeerDependencies:
|
||||
- eslint
|
||||
- prettier
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@silverhand/eslint-config/0.9.4_3a533fa6cc3da0cf8525ef55d41c4384:
|
||||
resolution: {integrity: sha512-TlMi206oWQLIFr1Tq2pk8swuEehIlCJiXeNPZcSpRfruXV9zbJNeK9vwMGTTmyO0J3zo3AcKXZEnIftbBu2yNw==}
|
||||
engines: {node: '>=14.15.0'}
|
||||
peerDependencies:
|
||||
eslint: ^8.1.0
|
||||
|
@ -3087,19 +3105,50 @@ packages:
|
|||
typescript: ^4.3.5
|
||||
dependencies:
|
||||
'@silverhand/eslint-plugin-fp': 2.5.0_eslint@8.10.0
|
||||
'@typescript-eslint/eslint-plugin': 5.12.1_27a0c788acac7d65514027b167e3b3f6
|
||||
'@typescript-eslint/parser': 5.12.1_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/eslint-plugin': 5.14.0_f4054b8c3cd621db16ae1b9d571bccc0
|
||||
'@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.6.2
|
||||
eslint: 8.10.0
|
||||
eslint-config-prettier: 8.4.0_eslint@8.10.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.10.0
|
||||
eslint-config-xo: 0.40.0_eslint@8.10.0
|
||||
eslint-config-xo-typescript: 0.50.0_570bf7ac8e47f19836c9e7a7bf125b35
|
||||
eslint-config-xo-typescript: 0.50.0_22191a90d902226c492032929b57715a
|
||||
eslint-import-resolver-typescript: 2.5.0_8b406960a2a06af75ddac353adbd0cfd
|
||||
eslint-plugin-consistent-default-export-name: 0.0.7
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||
eslint-plugin-no-use-extend-native: 0.5.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.10.0
|
||||
eslint-plugin-prettier: 3.4.1_1669956a82292b1f29101a00a555e5bf
|
||||
eslint-plugin-prettier: 3.4.1_f3d13a703a9c1079e3d1af6044603beb
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||
eslint-plugin-sql: 2.1.0_eslint@8.10.0
|
||||
eslint-plugin-unicorn: 39.0.0_eslint@8.10.0
|
||||
prettier: 2.5.1
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@silverhand/eslint-config/0.9.4_dd26a5c7f44cc79875cab41b61b7f609:
|
||||
resolution: {integrity: sha512-TlMi206oWQLIFr1Tq2pk8swuEehIlCJiXeNPZcSpRfruXV9zbJNeK9vwMGTTmyO0J3zo3AcKXZEnIftbBu2yNw==}
|
||||
engines: {node: '>=14.15.0'}
|
||||
peerDependencies:
|
||||
eslint: ^8.1.0
|
||||
prettier: ^2.3.2
|
||||
typescript: ^4.3.5
|
||||
dependencies:
|
||||
'@silverhand/eslint-plugin-fp': 2.5.0_eslint@8.10.0
|
||||
'@typescript-eslint/eslint-plugin': 5.14.0_e74fb90c35f99587899145b1078aa5b4
|
||||
'@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.5.5
|
||||
eslint: 8.10.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.10.0
|
||||
eslint-config-xo: 0.40.0_eslint@8.10.0
|
||||
eslint-config-xo-typescript: 0.50.0_febf4d62047abd9717bb6d7b0f5c882b
|
||||
eslint-import-resolver-typescript: 2.5.0_8b406960a2a06af75ddac353adbd0cfd
|
||||
eslint-plugin-consistent-default-export-name: 0.0.7
|
||||
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
|
||||
eslint-plugin-import: 2.25.4_eslint@8.10.0
|
||||
eslint-plugin-no-use-extend-native: 0.5.0
|
||||
eslint-plugin-node: 11.1.0_eslint@8.10.0
|
||||
eslint-plugin-prettier: 3.4.1_f3d13a703a9c1079e3d1af6044603beb
|
||||
eslint-plugin-promise: 6.0.0_eslint@8.10.0
|
||||
eslint-plugin-sql: 2.1.0_eslint@8.10.0
|
||||
eslint-plugin-unicorn: 39.0.0_eslint@8.10.0
|
||||
|
@ -3145,18 +3194,28 @@ packages:
|
|||
lodash.pick: 4.4.0
|
||||
dev: false
|
||||
|
||||
/@silverhand/ts-config-react/0.9.3_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-oKI9/xxrqcLzCjoNxhDRKhk1HRfLKw1nvoWm4RQUHJWCSGBLHovuUB/qwwQXEPrJnwweRGfatFnbM5dTSKPwGA==}
|
||||
/@silverhand/ts-config-react/0.9.5_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-KYMBwVypUVwxDcE+OCwNSEG/k3N7gGFsLZ+i/JCtPVqPBK25VQg0uATc/YwMxKjY6VkXrIr5uHer4b3tMM5ZSQ==}
|
||||
engines: {node: '>=14.15.0'}
|
||||
peerDependencies:
|
||||
typescript: ^4.3.5
|
||||
dependencies:
|
||||
'@silverhand/ts-config': 0.9.1_typescript@4.5.5
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.5.5
|
||||
typescript: 4.5.5
|
||||
dev: true
|
||||
|
||||
/@silverhand/ts-config/0.9.1_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-tj1cR71DhwZ90HnE9+v/bbaAgkuTQ5zGpErpL69BHJeOib6XaI34Nerl8XQs1kpL5DK8JG0rC8p4VT4XyxZLAw==}
|
||||
/@silverhand/ts-config-react/0.9.5_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-KYMBwVypUVwxDcE+OCwNSEG/k3N7gGFsLZ+i/JCtPVqPBK25VQg0uATc/YwMxKjY6VkXrIr5uHer4b3tMM5ZSQ==}
|
||||
engines: {node: '>=14.15.0'}
|
||||
peerDependencies:
|
||||
typescript: ^4.3.5
|
||||
dependencies:
|
||||
'@silverhand/ts-config': 0.9.4_typescript@4.6.2
|
||||
typescript: 4.6.2
|
||||
dev: true
|
||||
|
||||
/@silverhand/ts-config/0.9.4_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-EJOqlBYy6BV8cOIq6Owv9OaPB79nqtKe6En61SgcfwveL1MM0CbaJNjsYXVZvpriEkCDfXQ1+QMw6Vb9iQaM7Q==}
|
||||
engines: {node: '>=14.15.0'}
|
||||
peerDependencies:
|
||||
typescript: ^4.3.5
|
||||
|
@ -3164,6 +3223,15 @@ packages:
|
|||
typescript: 4.5.5
|
||||
dev: true
|
||||
|
||||
/@silverhand/ts-config/0.9.4_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-EJOqlBYy6BV8cOIq6Owv9OaPB79nqtKe6En61SgcfwveL1MM0CbaJNjsYXVZvpriEkCDfXQ1+QMw6Vb9iQaM7Q==}
|
||||
engines: {node: '>=14.15.0'}
|
||||
peerDependencies:
|
||||
typescript: ^4.3.5
|
||||
dependencies:
|
||||
typescript: 4.6.2
|
||||
dev: true
|
||||
|
||||
/@sindresorhus/is/4.2.0:
|
||||
resolution: {integrity: sha512-VkE3KLBmJwcCaVARtQpfuKcKv8gcBmUubrfHGF84dXuuW6jgsRYxPtzcIhPyK9WAPpRt2/xY6zkD9MnRaJzSyw==}
|
||||
engines: {node: '>=10'}
|
||||
|
@ -3655,8 +3723,8 @@ packages:
|
|||
'@types/yargs-parser': 20.2.1
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.12.1_27a0c788acac7d65514027b167e3b3f6:
|
||||
resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==}
|
||||
/@typescript-eslint/eslint-plugin/5.14.0_e74fb90c35f99587899145b1078aa5b4:
|
||||
resolution: {integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -3666,10 +3734,10 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.12.1_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.12.1
|
||||
'@typescript-eslint/type-utils': 5.12.1_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/utils': 5.12.1_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.14.0
|
||||
'@typescript-eslint/type-utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
|
||||
debug: 4.3.3
|
||||
eslint: 8.10.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
|
@ -3682,8 +3750,35 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.12.1_eslint@8.10.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==}
|
||||
/@typescript-eslint/eslint-plugin/5.14.0_f4054b8c3cd621db16ae1b9d571bccc0:
|
||||
resolution: {integrity: sha512-ir0wYI4FfFUDfLcuwKzIH7sMVA+db7WYen47iRSaCGl+HMAZI9fpBwfDo45ZALD3A45ZGyHWDNLhbg8tZrMX4w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.14.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/scope-manager': 5.14.0
|
||||
'@typescript-eslint/type-utils': 5.14.0_eslint@8.10.0+typescript@4.6.2
|
||||
'@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.6.2
|
||||
debug: 4.3.3
|
||||
eslint: 8.10.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
ignore: 5.2.0
|
||||
regexpp: 3.2.0
|
||||
semver: 7.3.5
|
||||
tsutils: 3.21.0_typescript@4.6.2
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.14.0_eslint@8.10.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -3692,9 +3787,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.12.1
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.14.0
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/typescript-estree': 5.14.0_typescript@4.5.5
|
||||
debug: 4.3.3
|
||||
eslint: 8.10.0
|
||||
typescript: 4.5.5
|
||||
|
@ -3702,16 +3797,36 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.12.1:
|
||||
resolution: {integrity: sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==}
|
||||
/@typescript-eslint/parser/5.14.0_eslint@8.10.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-aHJN8/FuIy1Zvqk4U/gcO/fxeMKyoSv/rS46UXMXOJKVsLQ+iYPuXNbpbH7cBLcpSbmyyFbwrniLx5+kutu1pw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/visitor-keys': 5.12.1
|
||||
'@typescript-eslint/scope-manager': 5.14.0
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2
|
||||
debug: 4.3.3
|
||||
eslint: 8.10.0
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.12.1_eslint@8.10.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==}
|
||||
/@typescript-eslint/scope-manager/5.14.0:
|
||||
resolution: {integrity: sha512-LazdcMlGnv+xUc5R4qIlqH0OWARyl2kaP8pVCS39qSL3Pd1F7mI10DbdXeARcE62sVQE4fHNvEqMWsypWO+yEw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/visitor-keys': 5.14.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.14.0_eslint@8.10.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
@ -3720,7 +3835,7 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.12.1_eslint@8.10.0+typescript@4.5.5
|
||||
'@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.5.5
|
||||
debug: 4.3.3
|
||||
eslint: 8.10.0
|
||||
tsutils: 3.21.0_typescript@4.5.5
|
||||
|
@ -3729,13 +3844,32 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.12.1:
|
||||
resolution: {integrity: sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==}
|
||||
/@typescript-eslint/type-utils/5.14.0_eslint@8.10.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-d4PTJxsqaUpv8iERTDSQBKUCV7Q5yyXjqXUl3XF7Sd9ogNLuKLkxz82qxokqQ4jXdTPZudWpmNtr/JjbbvUixw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.14.0_eslint@8.10.0+typescript@4.6.2
|
||||
debug: 4.3.3
|
||||
eslint: 8.10.0
|
||||
tsutils: 3.21.0_typescript@4.6.2
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.14.0:
|
||||
resolution: {integrity: sha512-BR6Y9eE9360LNnW3eEUqAg6HxS9Q35kSIs4rp4vNHRdfg0s+/PgHgskvu5DFTM7G5VKAVjuyaN476LCPrdA7Mw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==}
|
||||
/@typescript-eslint/typescript-estree/5.14.0_typescript@4.5.5:
|
||||
resolution: {integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -3743,8 +3877,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/visitor-keys': 5.12.1
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/visitor-keys': 5.14.0
|
||||
debug: 4.3.3
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -3755,16 +3889,37 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.12.1_eslint@8.10.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==}
|
||||
/@typescript-eslint/typescript-estree/5.14.0_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-QGnxvROrCVtLQ1724GLTHBTR0lZVu13izOp9njRvMkCBgWX26PKvmMP8k82nmXBRD3DQcFFq2oj3cKDwr0FaUA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/visitor-keys': 5.14.0
|
||||
debug: 4.3.3
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.3.5
|
||||
tsutils: 3.21.0_typescript@4.6.2
|
||||
typescript: 4.6.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.14.0_eslint@8.10.0+typescript@4.5.5:
|
||||
resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.9
|
||||
'@typescript-eslint/scope-manager': 5.12.1
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5
|
||||
'@typescript-eslint/scope-manager': 5.14.0
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/typescript-estree': 5.14.0_typescript@4.5.5
|
||||
eslint: 8.10.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
|
@ -3773,11 +3928,29 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.12.1:
|
||||
resolution: {integrity: sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==}
|
||||
/@typescript-eslint/utils/5.14.0_eslint@8.10.0+typescript@4.6.2:
|
||||
resolution: {integrity: sha512-EHwlII5mvUA0UsKYnVzySb/5EE/t03duUTweVy8Zqt3UQXBrpEVY144OTceFKaOe4xQXZJrkptCf7PjEBeGK4w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@types/json-schema': 7.0.9
|
||||
'@typescript-eslint/scope-manager': 5.14.0
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
'@typescript-eslint/typescript-estree': 5.14.0_typescript@4.6.2
|
||||
eslint: 8.10.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.10.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.14.0:
|
||||
resolution: {integrity: sha512-yL0XxfzR94UEkjBqyymMLgCBdojzEuy/eim7N9/RIcTNxpJudAcqsU8eRyfzBbcEzGoPWfdM3AGak3cN08WOIw==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.12.1
|
||||
'@typescript-eslint/types': 5.14.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
|
@ -4307,13 +4480,13 @@ packages:
|
|||
picocolors: 1.0.0
|
||||
dev: true
|
||||
|
||||
/browserslist/4.19.3:
|
||||
resolution: {integrity: sha512-XK3X4xtKJ+Txj8G5c30B4gsm71s69lqXlkYui4s6EkKxuv49qjYlY6oVd+IFJ73d4YymtM3+djvvt/R/iJwwDg==}
|
||||
/browserslist/4.20.0:
|
||||
resolution: {integrity: sha512-bnpOoa+DownbciXj0jVGENf8VYQnE2LNWomhYuCsMmmx9Jd9lwq0WXODuwpSsp8AVdKM2/HorrzxAfbKvWTByQ==}
|
||||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001312
|
||||
electron-to-chromium: 1.4.73
|
||||
caniuse-lite: 1.0.30001314
|
||||
electron-to-chromium: 1.4.77
|
||||
escalade: 3.1.1
|
||||
node-releases: 2.0.2
|
||||
picocolors: 1.0.0
|
||||
|
@ -4471,8 +4644,8 @@ packages:
|
|||
resolution: {integrity: sha512-zaEMRH6xg8ESMi2eQ3R4eZ5qw/hJiVsO/HlLwniIwErij0JDr9P+8V4dtx1l+kLq6j3yy8l8W4fst1lBnat5wQ==}
|
||||
dev: true
|
||||
|
||||
/caniuse-lite/1.0.30001312:
|
||||
resolution: {integrity: sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==}
|
||||
/caniuse-lite/1.0.30001314:
|
||||
resolution: {integrity: sha512-0zaSO+TnCHtHJIbpLroX7nsD+vYuOVjl3uzFbJO1wMVbuveJA0RK2WcQA9ZUIOiO0/ArMiMgHJLxfEZhQiC0kw==}
|
||||
dev: true
|
||||
|
||||
/caseless/0.12.0:
|
||||
|
@ -5418,8 +5591,8 @@ packages:
|
|||
resolution: {integrity: sha512-BQb7FgYwnu6haWLU63/CdVW+9xhmHls3RCQUFiV4lvw3wimEHTVcUk2hkuZo76QhR8nnDdfZE7evJIZqijwPdA==}
|
||||
dev: true
|
||||
|
||||
/electron-to-chromium/1.4.73:
|
||||
resolution: {integrity: sha512-RlCffXkE/LliqfA5m29+dVDPB2r72y2D2egMMfIy3Le8ODrxjuZNVo4NIC2yPL01N4xb4nZQLwzi6Z5tGIGLnA==}
|
||||
/electron-to-chromium/1.4.77:
|
||||
resolution: {integrity: sha512-fiDxw8mO9Ph1Z0bjX2sFTPpi0J0QkOiwOJF+5Q0J0baNc/F9lLePAvDPlnoxvbUYYMizqrKPeotRRkJ9LtxAew==}
|
||||
dev: true
|
||||
|
||||
/emittery/0.8.1:
|
||||
|
@ -5502,7 +5675,7 @@ packages:
|
|||
get-intrinsic: 1.1.1
|
||||
get-symbol-description: 1.0.0
|
||||
has: 1.0.3
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
internal-slot: 1.0.3
|
||||
is-callable: 1.2.4
|
||||
is-negative-zero: 2.0.2
|
||||
|
@ -5573,8 +5746,8 @@ packages:
|
|||
lodash.zip: 4.2.0
|
||||
dev: true
|
||||
|
||||
/eslint-config-prettier/8.4.0_eslint@8.10.0:
|
||||
resolution: {integrity: sha512-CFotdUcMY18nGRo5KGsnNxpznzhkopOcOo0InID+sgQssPrzjvsyKZPvOgymTFeHrFuC3Tzdf2YndhXtULK9Iw==}
|
||||
/eslint-config-prettier/8.5.0_eslint@8.10.0:
|
||||
resolution: {integrity: sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
|
@ -5582,7 +5755,7 @@ packages:
|
|||
eslint: 8.10.0
|
||||
dev: true
|
||||
|
||||
/eslint-config-xo-react/0.25.0_4fbc8ed04fe651f7b6cd4e2fdf2a6286:
|
||||
/eslint-config-xo-react/0.25.0_e4a0611724b3ba59fbf3ee8e61d9dcd0:
|
||||
resolution: {integrity: sha512-YpABFxnoATAYtxsZQChZEbOkWqzCtcQDRdiUqHhLgG7hzbAEzPDmsRUWnTP8oTVLVFWrbgdf913b8kQJaR1cBA==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
|
@ -5591,11 +5764,11 @@ packages:
|
|||
eslint-plugin-react-hooks: '>=4.2.0'
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint-plugin-react: 7.29.2_eslint@8.10.0
|
||||
eslint-plugin-react: 7.29.3_eslint@8.10.0
|
||||
eslint-plugin-react-hooks: 4.3.0_eslint@8.10.0
|
||||
dev: true
|
||||
|
||||
/eslint-config-xo-typescript/0.50.0_570bf7ac8e47f19836c9e7a7bf125b35:
|
||||
/eslint-config-xo-typescript/0.50.0_22191a90d902226c492032929b57715a:
|
||||
resolution: {integrity: sha512-Ru2tXB8y2w9fFHLm4v2AVfY6P81UbfEuDZuxEpeXlfV65Ezlk0xO4nBaT899ojIFkWfr60rP9Ye4CdVUUT1UYg==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
|
@ -5603,7 +5776,20 @@ packages:
|
|||
eslint: '>=8.0.0'
|
||||
typescript: '>=4.4'
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.12.1_27a0c788acac7d65514027b167e3b3f6
|
||||
'@typescript-eslint/eslint-plugin': 5.14.0_f4054b8c3cd621db16ae1b9d571bccc0
|
||||
eslint: 8.10.0
|
||||
typescript: 4.6.2
|
||||
dev: true
|
||||
|
||||
/eslint-config-xo-typescript/0.50.0_febf4d62047abd9717bb6d7b0f5c882b:
|
||||
resolution: {integrity: sha512-Ru2tXB8y2w9fFHLm4v2AVfY6P81UbfEuDZuxEpeXlfV65Ezlk0xO4nBaT899ojIFkWfr60rP9Ye4CdVUUT1UYg==}
|
||||
engines: {node: '>=12'}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': '>=5.8.0'
|
||||
eslint: '>=8.0.0'
|
||||
typescript: '>=4.4'
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.14.0_e74fb90c35f99587899145b1078aa5b4
|
||||
eslint: 8.10.0
|
||||
typescript: 4.5.5
|
||||
dev: true
|
||||
|
@ -5638,7 +5824,7 @@ packages:
|
|||
glob: 7.2.0
|
||||
is-glob: 4.0.3
|
||||
resolve: 1.22.0
|
||||
tsconfig-paths: 3.12.0
|
||||
tsconfig-paths: 3.13.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -5702,7 +5888,7 @@ packages:
|
|||
minimatch: 3.1.2
|
||||
object.values: 1.1.5
|
||||
resolve: 1.22.0
|
||||
tsconfig-paths: 3.12.0
|
||||
tsconfig-paths: 3.13.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-no-use-extend-native/0.5.0:
|
||||
|
@ -5730,7 +5916,7 @@ packages:
|
|||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-prettier/3.4.1_1669956a82292b1f29101a00a555e5bf:
|
||||
/eslint-plugin-prettier/3.4.1_f3d13a703a9c1079e3d1af6044603beb:
|
||||
resolution: {integrity: sha512-htg25EUYUeIhKHXjOinK4BgCcDwtLHjqaxCDsMy5nbnUMkKFvIhMVCp+5GFUXQ4Nr8lBsPqtGAqBenbpFqAA2g==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -5742,7 +5928,7 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
eslint: 8.10.0
|
||||
eslint-config-prettier: 8.4.0_eslint@8.10.0
|
||||
eslint-config-prettier: 8.5.0_eslint@8.10.0
|
||||
prettier: 2.5.1
|
||||
prettier-linter-helpers: 1.0.0
|
||||
dev: true
|
||||
|
@ -5765,8 +5951,8 @@ packages:
|
|||
eslint: 8.10.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react/7.29.2_eslint@8.10.0:
|
||||
resolution: {integrity: sha512-ypEBTKOy5liFQXZWMchJ3LN0JX1uPI6n7MN7OPHKacqXAxq5gYC30TdO7wqGYQyxD1OrzpobdHC3hDmlRWDg9w==}
|
||||
/eslint-plugin-react/7.29.3_eslint@8.10.0:
|
||||
resolution: {integrity: sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
|
||||
|
@ -6353,7 +6539,7 @@ packages:
|
|||
dependencies:
|
||||
function-bind: 1.1.1
|
||||
has: 1.0.3
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
|
||||
/get-own-enumerable-property-symbols/3.0.2:
|
||||
resolution: {integrity: sha512-I0UBV/XOz1XkIJHEUDMZAbzCThU/H8DxmSfmdGcKPnVhu2VfFqr34jr9777IyaTYvxjedWhqVIilEDsCdP5G6g==}
|
||||
|
@ -6661,15 +6847,15 @@ packages:
|
|||
engines: {node: '>=8'}
|
||||
dev: true
|
||||
|
||||
/has-symbols/1.0.2:
|
||||
resolution: {integrity: sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==}
|
||||
/has-symbols/1.0.3:
|
||||
resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==}
|
||||
engines: {node: '>= 0.4'}
|
||||
|
||||
/has-tostringtag/1.0.0:
|
||||
resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
|
||||
/has-unicode/2.0.1:
|
||||
resolution: {integrity: sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=}
|
||||
|
@ -7391,7 +7577,7 @@ packages:
|
|||
resolution: {integrity: sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==}
|
||||
engines: {node: '>= 0.4'}
|
||||
dependencies:
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
dev: true
|
||||
|
||||
/is-text-path/1.0.1:
|
||||
|
@ -9864,7 +10050,7 @@ packages:
|
|||
dependencies:
|
||||
call-bind: 1.0.2
|
||||
define-properties: 1.1.3
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
object-keys: 1.1.1
|
||||
dev: true
|
||||
|
||||
|
@ -12299,7 +12485,7 @@ packages:
|
|||
define-properties: 1.1.3
|
||||
es-abstract: 1.19.1
|
||||
get-intrinsic: 1.1.1
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
internal-slot: 1.0.3
|
||||
regexp.prototype.flags: 1.4.1
|
||||
side-channel: 1.0.4
|
||||
|
@ -12867,7 +13053,7 @@ packages:
|
|||
yargs-parser: 20.2.9
|
||||
dev: true
|
||||
|
||||
/ts-jest/27.1.1_1e2406a8ca2ae3dc934d01f9ee2aebbb:
|
||||
/ts-jest/27.1.1_ac171f3d9f636bd8b4c3e7aa384f840e:
|
||||
resolution: {integrity: sha512-Ds0VkB+cB+8g2JUmP/GKWndeZcCKrbe6jzolGrVWdqVUFByY/2KDHqxJ7yBSon7hDB1TA4PXxjfZ+JjzJisvgA==}
|
||||
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
|
||||
hasBin: true
|
||||
|
@ -12897,7 +13083,7 @@ packages:
|
|||
lodash.memoize: 4.1.2
|
||||
make-error: 1.3.6
|
||||
semver: 7.3.5
|
||||
typescript: 4.5.5
|
||||
typescript: 4.6.2
|
||||
yargs-parser: 20.2.9
|
||||
dev: true
|
||||
|
||||
|
@ -12931,7 +13117,7 @@ packages:
|
|||
yn: 3.1.1
|
||||
dev: true
|
||||
|
||||
/ts-node/9.1.1_typescript@4.5.5:
|
||||
/ts-node/9.1.1_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg==}
|
||||
engines: {node: '>=10.0.0'}
|
||||
hasBin: true
|
||||
|
@ -12943,7 +13129,7 @@ packages:
|
|||
diff: 4.0.2
|
||||
make-error: 1.3.6
|
||||
source-map-support: 0.5.21
|
||||
typescript: 4.5.5
|
||||
typescript: 4.6.2
|
||||
yn: 3.1.1
|
||||
dev: true
|
||||
|
||||
|
@ -12962,8 +13148,8 @@ packages:
|
|||
typescript: 4.5.5
|
||||
dev: true
|
||||
|
||||
/tsconfig-paths/3.12.0:
|
||||
resolution: {integrity: sha512-e5adrnOYT6zqVnWqZu7i/BQ3BnhzvGbjEjejFXO20lKIKpwTaupkCPgEfv4GZK1IBciJUEhYs3J3p75FdaTFVg==}
|
||||
/tsconfig-paths/3.13.0:
|
||||
resolution: {integrity: sha512-nWuffZppoaYK0vQ1SQmkSsQzJoHA4s6uzdb2waRpD806x9yfq153AdVsWz4je2qZcW+pENrMQXbGQ3sMCkXuhw==}
|
||||
dependencies:
|
||||
'@types/json5': 0.0.29
|
||||
json5: 1.0.1
|
||||
|
@ -12996,6 +13182,16 @@ packages:
|
|||
typescript: 4.5.5
|
||||
dev: true
|
||||
|
||||
/tsutils/3.21.0_typescript@4.6.2:
|
||||
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
|
||||
engines: {node: '>= 6'}
|
||||
peerDependencies:
|
||||
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
|
||||
dependencies:
|
||||
tslib: 1.14.1
|
||||
typescript: 4.6.2
|
||||
dev: true
|
||||
|
||||
/tunnel-agent/0.6.0:
|
||||
resolution: {integrity: sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=}
|
||||
dependencies:
|
||||
|
@ -13086,6 +13282,12 @@ packages:
|
|||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/typescript/4.6.2:
|
||||
resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
|
||||
engines: {node: '>=4.2.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
/uglify-js/3.15.2:
|
||||
resolution: {integrity: sha512-peeoTk3hSwYdoc9nrdiEJk+gx1ALCtTjdYuKSXMTDqq7n1W7dHPqWDdSi+BPL0ni2YMeHD7hKUSdbj3TZauY2A==}
|
||||
engines: {node: '>=0.8.0'}
|
||||
|
@ -13112,7 +13314,7 @@ packages:
|
|||
dependencies:
|
||||
function-bind: 1.1.1
|
||||
has-bigints: 1.0.1
|
||||
has-symbols: 1.0.2
|
||||
has-symbols: 1.0.3
|
||||
which-boxed-primitive: 1.0.2
|
||||
dev: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue