mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-20 01:28:43 +00:00
deps: Update to latest.
This commit is contained in:
parent
9d93ed2c80
commit
b183549b9a
2 changed files with 110 additions and 110 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@moonrepo/setup-rust",
|
||||
"version": "0.2.3",
|
||||
"version": "0.3.0",
|
||||
"description": "A GitHub action for setting up Rust and Cargo.",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
@ -24,13 +24,13 @@
|
|||
"@ltd/j-toml": "^1.38.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^18.15.10",
|
||||
"@types/node": "^18.15.11",
|
||||
"@vercel/ncc": "^0.36.1",
|
||||
"eslint": "^8.36.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint-config-moon": "^2.0.2",
|
||||
"prettier": "^2.8.7",
|
||||
"prettier-config-moon": "^1.1.2",
|
||||
"tsconfig-moon": "^1.3.0",
|
||||
"typescript": "^5.0.2"
|
||||
"typescript": "^5.0.4"
|
||||
}
|
||||
}
|
||||
|
|
212
pnpm-lock.yaml
generated
212
pnpm-lock.yaml
generated
|
@ -22,17 +22,17 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^18.15.10
|
||||
version: 18.15.10
|
||||
specifier: ^18.15.11
|
||||
version: 18.15.11
|
||||
'@vercel/ncc':
|
||||
specifier: ^0.36.1
|
||||
version: 0.36.1
|
||||
eslint:
|
||||
specifier: ^8.36.0
|
||||
version: 8.36.0
|
||||
specifier: ^8.38.0
|
||||
version: 8.38.0
|
||||
eslint-config-moon:
|
||||
specifier: ^2.0.2
|
||||
version: 2.0.2(eslint@8.36.0)(typescript@5.0.2)
|
||||
version: 2.0.2(eslint@8.38.0)(typescript@5.0.4)
|
||||
prettier:
|
||||
specifier: ^2.8.7
|
||||
version: 2.8.7
|
||||
|
@ -43,8 +43,8 @@ devDependencies:
|
|||
specifier: ^1.3.0
|
||||
version: 1.3.0
|
||||
typescript:
|
||||
specifier: ^5.0.2
|
||||
version: 5.0.2
|
||||
specifier: ^5.0.4
|
||||
version: 5.0.4
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -250,13 +250,13 @@ packages:
|
|||
regenerator-runtime: 0.13.11
|
||||
dev: true
|
||||
|
||||
/@eslint-community/eslint-utils@4.4.0(eslint@8.36.0):
|
||||
/@eslint-community/eslint-utils@4.4.0(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
eslint-visitor-keys: 3.4.0
|
||||
dev: true
|
||||
|
||||
|
@ -282,8 +282,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@eslint/js@8.36.0:
|
||||
resolution: {integrity: sha512-lxJ9R5ygVm8ZWgYdUweoq5ownDlJ4upvoWmO4eLxBYHdMo+vZ/Rx0EN6MbKWDJOSUGrqJy2Gt+Dyv/VKml0fjg==}
|
||||
/@eslint/js@8.38.0:
|
||||
resolution: {integrity: sha512-IoD2MfUnOV58ghIHCiil01PcohxjbYR/qCxsoC+xNgUwh1EY8jOOrYmu3d3a71+tJJ23uscEV4X2HJWMsPJu4g==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
|
@ -365,12 +365,12 @@ packages:
|
|||
/@types/node-fetch@2.6.3:
|
||||
resolution: {integrity: sha512-ETTL1mOEdq/sxUtgtOhKjyB2Irra4cjxksvcMUR5Zr4n+PxVhsCD9WS46oPbHL3et9Zde7CNRr+WUNlcHvsX+w==}
|
||||
dependencies:
|
||||
'@types/node': 18.15.10
|
||||
'@types/node': 18.15.11
|
||||
form-data: 3.0.1
|
||||
dev: false
|
||||
|
||||
/@types/node@18.15.10:
|
||||
resolution: {integrity: sha512-9avDaQJczATcXgfmMAW3MIWArOO7A+m90vuCFLr8AotWf8igO/mRoYukrk2cqZVtv38tHs33retzHEilM7FpeQ==}
|
||||
/@types/node@18.15.11:
|
||||
resolution: {integrity: sha512-E5Kwq2n4SbMzQOn6wnmBjuK9ouqlURrcZDVfbo9ftDDTFt3nk7ZKK4GMOzoYgnpQJKcxwQw+lGaBvvlMo0qN/Q==}
|
||||
|
||||
/@types/normalize-package-data@2.4.1:
|
||||
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
|
||||
|
@ -383,10 +383,10 @@ packages:
|
|||
/@types/tunnel@0.0.3:
|
||||
resolution: {integrity: sha512-sOUTGn6h1SfQ+gbgqC364jLFBw2lnFqkgF3q0WovEHRLMrVD1sd5aufqi/aJObLekJO+Aq5z646U4Oxy6shXMA==}
|
||||
dependencies:
|
||||
'@types/node': 18.15.10
|
||||
'@types/node': 18.15.11
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin@5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.36.0)(typescript@5.0.2):
|
||||
/@typescript-eslint/eslint-plugin@5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -398,23 +398,23 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.5.0
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/scope-manager': 5.58.0
|
||||
'@typescript-eslint/type-utils': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/type-utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
grapheme-splitter: 1.0.4
|
||||
ignore: 5.2.4
|
||||
natural-compare-lite: 1.4.0
|
||||
semver: 7.4.0
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser@5.58.0(eslint@8.36.0)(typescript@5.0.2):
|
||||
/@typescript-eslint/parser@5.58.0(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -426,10 +426,10 @@ packages:
|
|||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.58.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2)
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.36.0
|
||||
typescript: 5.0.2
|
||||
eslint: 8.38.0
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -442,7 +442,7 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 5.58.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@5.58.0(eslint@8.36.0)(typescript@5.0.2):
|
||||
/@typescript-eslint/type-utils@5.58.0(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -452,12 +452,12 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
debug: 4.3.4
|
||||
eslint: 8.36.0
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
eslint: 8.38.0
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
@ -467,7 +467,7 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@5.58.0(typescript@5.0.2):
|
||||
/@typescript-eslint/typescript-estree@5.58.0(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -482,25 +482,25 @@ packages:
|
|||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.4.0
|
||||
tsutils: 3.21.0(typescript@5.0.2)
|
||||
typescript: 5.0.2
|
||||
tsutils: 3.21.0(typescript@5.0.4)
|
||||
typescript: 5.0.4
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@5.58.0(eslint@8.36.0)(typescript@5.0.2):
|
||||
/@typescript-eslint/utils@5.58.0(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
|
||||
'@types/json-schema': 7.0.11
|
||||
'@types/semver': 7.3.13
|
||||
'@typescript-eslint/scope-manager': 5.58.0
|
||||
'@typescript-eslint/types': 5.58.0
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.2)
|
||||
eslint: 8.36.0
|
||||
'@typescript-eslint/typescript-estree': 5.58.0(typescript@5.0.4)
|
||||
eslint: 8.38.0
|
||||
eslint-scope: 5.1.1
|
||||
semver: 7.4.0
|
||||
transitivePeerDependencies:
|
||||
|
@ -983,7 +983,7 @@ packages:
|
|||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.27.5)(eslint@8.36.0):
|
||||
/eslint-config-airbnb-base@15.0.0(eslint-plugin-import@2.27.5)(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
|
@ -991,37 +991,37 @@ packages:
|
|||
eslint-plugin-import: ^2.25.2
|
||||
dependencies:
|
||||
confusing-browser-globals: 1.0.11
|
||||
eslint: 8.36.0
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.36.0)
|
||||
eslint: 8.38.0
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)
|
||||
object.assign: 4.1.4
|
||||
object.entries: 1.1.6
|
||||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-config-moon@2.0.2(eslint@8.36.0)(typescript@5.0.2):
|
||||
/eslint-config-moon@2.0.2(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-0Y7LFpBuc6N/BjTcW3azHZ095LyOxLVBkpsAzS3qRJWYNDrK6IDQybpvi0o8fo8ccBgytqoek0aXdoFDiOHLww==}
|
||||
engines: {node: '>=16.12.0'}
|
||||
peerDependencies:
|
||||
eslint: ^8.0.0
|
||||
dependencies:
|
||||
'@moonrepo/dev': 2.0.0
|
||||
'@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
eslint: 8.36.0
|
||||
eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.36.0)
|
||||
eslint-config-prettier: 8.8.0(eslint@8.36.0)
|
||||
eslint-plugin-compat: 4.1.4(eslint@8.36.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.36.0)
|
||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.36.0)(typescript@5.0.2)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.36.0)
|
||||
eslint-plugin-node: 11.1.0(eslint@8.36.0)
|
||||
eslint-plugin-promise: 6.1.1(eslint@8.36.0)
|
||||
eslint-plugin-react: 7.32.2(eslint@8.36.0)
|
||||
eslint-plugin-react-hooks: 4.6.0(eslint@8.36.0)
|
||||
eslint-plugin-react-perf: 3.3.1(eslint@8.36.0)
|
||||
eslint-plugin-simple-import-sort: 10.0.0(eslint@8.36.0)
|
||||
eslint-plugin-solid: 0.11.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
eslint-plugin-unicorn: 46.0.0(eslint@8.36.0)
|
||||
'@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
eslint: 8.38.0
|
||||
eslint-config-airbnb-base: 15.0.0(eslint-plugin-import@2.27.5)(eslint@8.38.0)
|
||||
eslint-config-prettier: 8.8.0(eslint@8.38.0)
|
||||
eslint-plugin-compat: 4.1.4(eslint@8.38.0)
|
||||
eslint-plugin-import: 2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)
|
||||
eslint-plugin-jest: 27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(typescript@5.0.4)
|
||||
eslint-plugin-jsx-a11y: 6.7.1(eslint@8.38.0)
|
||||
eslint-plugin-node: 11.1.0(eslint@8.38.0)
|
||||
eslint-plugin-promise: 6.1.1(eslint@8.38.0)
|
||||
eslint-plugin-react: 7.32.2(eslint@8.38.0)
|
||||
eslint-plugin-react-hooks: 4.6.0(eslint@8.38.0)
|
||||
eslint-plugin-react-perf: 3.3.1(eslint@8.38.0)
|
||||
eslint-plugin-simple-import-sort: 10.0.0(eslint@8.38.0)
|
||||
eslint-plugin-solid: 0.11.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
eslint-plugin-unicorn: 46.0.0(eslint@8.38.0)
|
||||
transitivePeerDependencies:
|
||||
- eslint-import-resolver-typescript
|
||||
- eslint-import-resolver-webpack
|
||||
|
@ -1030,13 +1030,13 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/eslint-config-prettier@8.8.0(eslint@8.36.0):
|
||||
/eslint-config-prettier@8.8.0(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
eslint: '>=7.0.0'
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
dev: true
|
||||
|
||||
/eslint-import-resolver-node@0.3.7:
|
||||
|
@ -1049,7 +1049,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-node@0.3.7)(eslint@8.36.0):
|
||||
/eslint-module-utils@2.8.0(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-node@0.3.7)(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -1070,15 +1070,15 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
debug: 3.2.7
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-compat@4.1.4(eslint@8.36.0):
|
||||
/eslint-plugin-compat@4.1.4(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-RxySWBmzfIROLFKgeJBJue2BU/6vM2KJWXWAUq+oW4QtrsZXRxbjgxmO1OfF3sHcRuuIenTS/wgo3GyUWZF24w==}
|
||||
engines: {node: '>=14.x'}
|
||||
peerDependencies:
|
||||
|
@ -1089,24 +1089,24 @@ packages:
|
|||
ast-metadata-inferer: 0.8.0
|
||||
browserslist: 4.21.5
|
||||
caniuse-lite: 1.0.30001478
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
find-up: 5.0.0
|
||||
lodash.memoize: 4.1.2
|
||||
semver: 7.3.8
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-es@3.0.1(eslint@8.36.0):
|
||||
/eslint-plugin-es@3.0.1(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=4.19.1'
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
eslint-utils: 2.1.0
|
||||
regexpp: 3.2.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.36.0):
|
||||
/eslint-plugin-import@2.27.5(@typescript-eslint/parser@5.58.0)(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -1116,15 +1116,15 @@ packages:
|
|||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/parser': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
array-includes: 3.1.6
|
||||
array.prototype.flat: 1.3.1
|
||||
array.prototype.flatmap: 1.3.1
|
||||
debug: 3.2.7
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
eslint-import-resolver-node: 0.3.7
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-node@0.3.7)(eslint@8.36.0)
|
||||
eslint-module-utils: 2.8.0(@typescript-eslint/parser@5.58.0)(eslint-import-resolver-node@0.3.7)(eslint@8.38.0)
|
||||
has: 1.0.3
|
||||
is-core-module: 2.12.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -1139,7 +1139,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.36.0)(typescript@5.0.2):
|
||||
/eslint-plugin-jest@27.2.1(@typescript-eslint/eslint-plugin@5.58.0)(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==}
|
||||
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
|
@ -1152,15 +1152,15 @@ packages:
|
|||
jest:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.36.0)(typescript@5.0.2)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
eslint: 8.36.0
|
||||
'@typescript-eslint/eslint-plugin': 5.58.0(@typescript-eslint/parser@5.58.0)(eslint@8.38.0)(typescript@5.0.4)
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
eslint: 8.38.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jsx-a11y@6.7.1(eslint@8.36.0):
|
||||
/eslint-plugin-jsx-a11y@6.7.1(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==}
|
||||
engines: {node: '>=4.0'}
|
||||
peerDependencies:
|
||||
|
@ -1175,7 +1175,7 @@ packages:
|
|||
axobject-query: 3.1.1
|
||||
damerau-levenshtein: 1.0.8
|
||||
emoji-regex: 9.2.2
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
has: 1.0.3
|
||||
jsx-ast-utils: 3.3.3
|
||||
language-tags: 1.0.5
|
||||
|
@ -1185,14 +1185,14 @@ packages:
|
|||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-node@11.1.0(eslint@8.36.0):
|
||||
/eslint-plugin-node@11.1.0(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==}
|
||||
engines: {node: '>=8.10.0'}
|
||||
peerDependencies:
|
||||
eslint: '>=5.16.0'
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint-plugin-es: 3.0.1(eslint@8.36.0)
|
||||
eslint: 8.38.0
|
||||
eslint-plugin-es: 3.0.1(eslint@8.38.0)
|
||||
eslint-utils: 2.1.0
|
||||
ignore: 5.2.4
|
||||
minimatch: 3.1.2
|
||||
|
@ -1200,34 +1200,34 @@ packages:
|
|||
semver: 6.3.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-promise@6.1.1(eslint@8.36.0):
|
||||
/eslint-plugin-promise@6.1.1(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react-hooks@4.6.0(eslint@8.36.0):
|
||||
/eslint-plugin-react-hooks@4.6.0(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react-perf@3.3.1(eslint@8.36.0):
|
||||
/eslint-plugin-react-perf@3.3.1(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-iOx2UtEOH50TmQhezTS4jbBAj/2gbrUdX+ZM28c2K9mwTvtRX6gdnd2P4WPQrejITDsAMNTCz95zu5HcjCD0xg==}
|
||||
engines: {node: '>=6.9.1'}
|
||||
peerDependencies:
|
||||
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react@7.32.2(eslint@8.36.0):
|
||||
/eslint-plugin-react@7.32.2(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-t2fBMa+XzonrrNkyVirzKlvn5RXzzPwRHtMvLAtVZrt8oxgnTQaYbU6SXTOO1mwQgp1y5+toMSKInnzGr0Knqg==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -1237,7 +1237,7 @@ packages:
|
|||
array.prototype.flatmap: 1.3.1
|
||||
array.prototype.tosorted: 1.1.1
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
estraverse: 5.3.0
|
||||
jsx-ast-utils: 3.3.3
|
||||
minimatch: 3.1.2
|
||||
|
@ -1251,22 +1251,22 @@ packages:
|
|||
string.prototype.matchall: 4.0.8
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-simple-import-sort@10.0.0(eslint@8.36.0):
|
||||
/eslint-plugin-simple-import-sort@10.0.0(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==}
|
||||
peerDependencies:
|
||||
eslint: '>=5.0.0'
|
||||
dependencies:
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-solid@0.11.0(eslint@8.36.0)(typescript@5.0.2):
|
||||
/eslint-plugin-solid@0.11.0(eslint@8.38.0)(typescript@5.0.4):
|
||||
resolution: {integrity: sha512-3ve6IpEtl8nOvJnjaJACqlBmv449l6dMMhMczjQWvvLlRqkzLemgsJ9H+Isu8GLSBTNxDIm5oSKx/lO2j8vKbA==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.36.0)(typescript@5.0.2)
|
||||
eslint: 8.36.0
|
||||
'@typescript-eslint/utils': 5.58.0(eslint@8.38.0)(typescript@5.0.4)
|
||||
eslint: 8.38.0
|
||||
is-html: 2.0.0
|
||||
jsx-ast-utils: 3.3.3
|
||||
kebab-case: 1.0.2
|
||||
|
@ -1277,17 +1277,17 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-unicorn@46.0.0(eslint@8.36.0):
|
||||
/eslint-plugin-unicorn@46.0.0(eslint@8.38.0):
|
||||
resolution: {integrity: sha512-j07WkC+PFZwk8J33LYp6JMoHa1lXc1u6R45pbSAipjpfpb7KIGr17VE2D685zCxR5VL4cjrl65kTJflziQWMDA==}
|
||||
engines: {node: '>=14.18'}
|
||||
peerDependencies:
|
||||
eslint: '>=8.28.0'
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.19.1
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
|
||||
ci-info: 3.8.0
|
||||
clean-regexp: 1.0.0
|
||||
eslint: 8.36.0
|
||||
eslint: 8.38.0
|
||||
esquery: 1.5.0
|
||||
indent-string: 4.0.0
|
||||
is-builtin-module: 3.2.1
|
||||
|
@ -1335,15 +1335,15 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/eslint@8.36.0:
|
||||
resolution: {integrity: sha512-Y956lmS7vDqomxlaaQAHVmeb4tNMp2FWIvU/RnU5BD3IKMD/MJPr76xdyr68P8tV1iNMvN2mRK0yy3c+UjL+bw==}
|
||||
/eslint@8.38.0:
|
||||
resolution: {integrity: sha512-pIdsD2jwlUGf/U38Jv97t8lq6HpaU/G9NKbYmpWpZGw3LdTNhZLbJePqxOXGB5+JEKfOPU/XLxYxFh03nr1KTg==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.36.0)
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.38.0)
|
||||
'@eslint-community/regexpp': 4.5.0
|
||||
'@eslint/eslintrc': 2.0.2
|
||||
'@eslint/js': 8.36.0
|
||||
'@eslint/js': 8.38.0
|
||||
'@humanwhocodes/config-array': 0.11.8
|
||||
'@humanwhocodes/module-importer': 1.0.1
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
|
@ -2711,14 +2711,14 @@ packages:
|
|||
resolution: {integrity: sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==}
|
||||
dev: false
|
||||
|
||||
/tsutils@3.21.0(typescript@5.0.2):
|
||||
/tsutils@3.21.0(typescript@5.0.4):
|
||||
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: 5.0.2
|
||||
typescript: 5.0.4
|
||||
dev: true
|
||||
|
||||
/tunnel@0.0.6:
|
||||
|
@ -2756,8 +2756,8 @@ packages:
|
|||
is-typed-array: 1.1.10
|
||||
dev: true
|
||||
|
||||
/typescript@5.0.2:
|
||||
resolution: {integrity: sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==}
|
||||
/typescript@5.0.4:
|
||||
resolution: {integrity: sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==}
|
||||
engines: {node: '>=12.20'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
|
Loading…
Add table
Reference in a new issue