mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
bump deps
This commit is contained in:
parent
b7237bad99
commit
b449e1bf14
10
package.json
10
package.json
|
@ -21,7 +21,7 @@
|
|||
"@heroicons/react": "^2.0.12",
|
||||
"@leenguyen/react-flip-clock-countdown": "^1.3.1",
|
||||
"@mdx-js/react": "^1.6.22",
|
||||
"autoprefixer": "^10.4.12",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"dotenv": "^16.0.3",
|
||||
"framer-motion": "^6.5.1",
|
||||
"postcss": "^8.4.18",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"react-icons": "^4.6.0",
|
||||
"react-responsive-carousel": "^3.2.23",
|
||||
"swr": "^1.3.0",
|
||||
"tailwindcss": "^3.1.8",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"url-search-params-polyfill": "^8.1.1",
|
||||
"use-breakpoint": "^3.0.3"
|
||||
},
|
||||
|
@ -39,9 +39,9 @@
|
|||
"@meshtastic/eslint-config": "^1.0.8",
|
||||
"@tailwindcss/typography": "^0.5.7",
|
||||
"@tsconfig/docusaurus": "^1.0.6",
|
||||
"@types/node": "^18.11.0",
|
||||
"@types/react": "^18.0.21",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/node": "^18.11.8",
|
||||
"@types/react": "^18.0.24",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
|
|
189
pnpm-lock.yaml
189
pnpm-lock.yaml
|
@ -13,10 +13,10 @@ specifiers:
|
|||
'@meshtastic/eslint-config': ^1.0.8
|
||||
'@tailwindcss/typography': ^0.5.7
|
||||
'@tsconfig/docusaurus': ^1.0.6
|
||||
'@types/node': ^18.11.0
|
||||
'@types/react': ^18.0.21
|
||||
'@types/react-dom': ^18.0.6
|
||||
autoprefixer: ^10.4.12
|
||||
'@types/node': ^18.11.8
|
||||
'@types/react': ^18.0.24
|
||||
'@types/react-dom': ^18.0.8
|
||||
autoprefixer: ^10.4.13
|
||||
dotenv: ^16.0.3
|
||||
framer-motion: ^6.5.1
|
||||
postcss: ^8.4.18
|
||||
|
@ -26,7 +26,7 @@ specifiers:
|
|||
react-icons: ^4.6.0
|
||||
react-responsive-carousel: ^3.2.23
|
||||
swr: ^1.3.0
|
||||
tailwindcss: ^3.1.8
|
||||
tailwindcss: ^3.2.1
|
||||
typescript: ^4.8.4
|
||||
url-search-params-polyfill: ^8.1.1
|
||||
use-breakpoint: ^3.0.3
|
||||
|
@ -35,12 +35,12 @@ dependencies:
|
|||
'@algolia/client-search': 4.14.2
|
||||
'@docusaurus/core': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/plugin-content-docs': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/preset-classic': 2.2.0_mbw5h45gof7hn3hp3pa63yclza
|
||||
'@docusaurus/preset-classic': 2.2.0_4h4s6lhgriewn4aouhf5z5dani
|
||||
'@headlessui/react': 1.7.3_sfoxds7t5ydpegc3knd667wn6m
|
||||
'@heroicons/react': 2.0.12_react@17.0.2
|
||||
'@leenguyen/react-flip-clock-countdown': 1.3.1_react@17.0.2
|
||||
'@mdx-js/react': 1.6.22_react@17.0.2
|
||||
autoprefixer: 10.4.12_postcss@8.4.18
|
||||
autoprefixer: 10.4.13_postcss@8.4.18
|
||||
dotenv: 16.0.3
|
||||
framer-motion: 6.5.1_sfoxds7t5ydpegc3knd667wn6m
|
||||
postcss: 8.4.18
|
||||
|
@ -49,18 +49,18 @@ dependencies:
|
|||
react-icons: 4.6.0_react@17.0.2
|
||||
react-responsive-carousel: 3.2.23
|
||||
swr: 1.3.0_react@17.0.2
|
||||
tailwindcss: 3.1.8_postcss@8.4.18
|
||||
tailwindcss: 3.2.1_postcss@8.4.18
|
||||
url-search-params-polyfill: 8.1.1
|
||||
use-breakpoint: 3.0.3_sfoxds7t5ydpegc3knd667wn6m
|
||||
|
||||
devDependencies:
|
||||
'@docusaurus/module-type-aliases': 2.2.0_sfoxds7t5ydpegc3knd667wn6m
|
||||
'@meshtastic/eslint-config': 1.0.8
|
||||
'@tailwindcss/typography': 0.5.7_tailwindcss@3.1.8
|
||||
'@tailwindcss/typography': 0.5.7_tailwindcss@3.2.1
|
||||
'@tsconfig/docusaurus': 1.0.6
|
||||
'@types/node': 18.11.0
|
||||
'@types/react': 18.0.21
|
||||
'@types/react-dom': 18.0.6
|
||||
'@types/node': 18.11.8
|
||||
'@types/react': 18.0.24
|
||||
'@types/react-dom': 18.0.8
|
||||
prettier: 2.7.1
|
||||
typescript: 4.8.4
|
||||
|
||||
|
@ -1578,7 +1578,7 @@ packages:
|
|||
resolution: {integrity: sha512-utLgg7E1agqQeqCJn05DWC7XXMk4tMUUnL7MZupcknRu2OzGN13qwey2qA/0NAKkVBGugiWtON0+rlU0QIPojg==}
|
||||
dev: false
|
||||
|
||||
/@docsearch/react/3.1.1_mdeuh6xvylv4lsmhedue4hhxma:
|
||||
/@docsearch/react/3.1.1_ycicrtgnqihs6e3l6z2tenagdm:
|
||||
resolution: {integrity: sha512-cfoql4qvtsVRqBMYxhlGNpvyy/KlCoPqjIsJSZYqYf9AplZncKjLBTcwBu6RXFMVCe30cIFljniI4OjqAU67pQ==}
|
||||
peerDependencies:
|
||||
'@types/react': '>= 16.8.0 < 19.0.0'
|
||||
|
@ -1588,7 +1588,7 @@ packages:
|
|||
'@algolia/autocomplete-core': 1.7.1
|
||||
'@algolia/autocomplete-preset-algolia': 1.7.1_bynjdelmk7kqfxl6rolmquprhm
|
||||
'@docsearch/css': 3.1.1
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
algoliasearch: 4.13.1
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -1623,7 +1623,7 @@ packages:
|
|||
'@docusaurus/utils-validation': 2.2.0
|
||||
'@slorber/static-site-generator-webpack-plugin': 4.0.7
|
||||
'@svgr/webpack': 6.2.1
|
||||
autoprefixer: 10.4.12_postcss@8.4.18
|
||||
autoprefixer: 10.4.13_postcss@8.4.18
|
||||
babel-loader: 8.2.5_sqoqrlbh4fciq6urcohea2fb5a
|
||||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
boxen: 6.2.1
|
||||
|
@ -1721,7 +1721,7 @@ packages:
|
|||
'@docusaurus/utils-validation': 2.2.0_@docusaurus+types@2.2.0
|
||||
'@slorber/static-site-generator-webpack-plugin': 4.0.7
|
||||
'@svgr/webpack': 6.2.1
|
||||
autoprefixer: 10.4.12_postcss@8.4.18
|
||||
autoprefixer: 10.4.13_postcss@8.4.18
|
||||
babel-loader: 8.2.5_sqoqrlbh4fciq6urcohea2fb5a
|
||||
babel-plugin-dynamic-import-node: 2.3.3
|
||||
boxen: 6.2.1
|
||||
|
@ -1889,7 +1889,7 @@ packages:
|
|||
'@docusaurus/react-loadable': 5.5.2_react@17.0.2
|
||||
'@docusaurus/types': 2.2.0_sfoxds7t5ydpegc3knd667wn6m
|
||||
'@types/history': 4.7.11
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
'@types/react-router-config': 5.0.6
|
||||
'@types/react-router-dom': 5.3.3
|
||||
react: 17.0.2
|
||||
|
@ -2017,7 +2017,7 @@ packages:
|
|||
- webpack-cli
|
||||
dev: false
|
||||
|
||||
/@docusaurus/plugin-debug/2.2.0_tjmp3ztwomov3drofreyj6ll2y:
|
||||
/@docusaurus/plugin-debug/2.2.0_oacyqvooh5ltns6i7jym7dksti:
|
||||
resolution: {integrity: sha512-p9vOep8+7OVl6r/NREEYxf4HMAjV8JMYJ7Bos5fCFO0Wyi9AZEo0sCTliRd7R8+dlJXZEgcngSdxAUo/Q+CJow==}
|
||||
engines: {node: '>=16.14'}
|
||||
peerDependencies:
|
||||
|
@ -2030,7 +2030,7 @@ packages:
|
|||
fs-extra: 10.1.0
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
react-json-view: 1.21.3_if3jsaxjd3pbqrw6g3fkl46eqq
|
||||
react-json-view: 1.21.3_c3dqlst3v6mlfziu5hqp6heimu
|
||||
tslib: 2.4.0
|
||||
transitivePeerDependencies:
|
||||
- '@parcel/css'
|
||||
|
@ -2142,7 +2142,7 @@ packages:
|
|||
- webpack-cli
|
||||
dev: false
|
||||
|
||||
/@docusaurus/preset-classic/2.2.0_mbw5h45gof7hn3hp3pa63yclza:
|
||||
/@docusaurus/preset-classic/2.2.0_4h4s6lhgriewn4aouhf5z5dani:
|
||||
resolution: {integrity: sha512-yKIWPGNx7BT8v2wjFIWvYrS+nvN04W+UameSFf8lEiJk6pss0kL6SG2MRvyULiI3BDxH+tj6qe02ncpSPGwumg==}
|
||||
engines: {node: '>=16.14'}
|
||||
peerDependencies:
|
||||
|
@ -2153,13 +2153,13 @@ packages:
|
|||
'@docusaurus/plugin-content-blog': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/plugin-content-docs': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/plugin-content-pages': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/plugin-debug': 2.2.0_tjmp3ztwomov3drofreyj6ll2y
|
||||
'@docusaurus/plugin-debug': 2.2.0_oacyqvooh5ltns6i7jym7dksti
|
||||
'@docusaurus/plugin-google-analytics': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/plugin-google-gtag': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/plugin-sitemap': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/theme-classic': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/theme-common': 2.2.0_ehuab5y7qm7umqkczzguzxp57i
|
||||
'@docusaurus/theme-search-algolia': 2.2.0_ftxno7sazudarvsqop4wxxxz6q
|
||||
'@docusaurus/theme-search-algolia': 2.2.0_g3ogbpimnb36xdfd3ytr4barly
|
||||
'@docusaurus/types': 2.2.0_sfoxds7t5ydpegc3knd667wn6m
|
||||
react: 17.0.2
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
|
@ -2187,7 +2187,7 @@ packages:
|
|||
peerDependencies:
|
||||
react: '*'
|
||||
dependencies:
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
prop-types: 15.8.1
|
||||
react: 17.0.2
|
||||
|
||||
|
@ -2255,7 +2255,7 @@ packages:
|
|||
'@docusaurus/plugin-content-pages': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
'@docusaurus/utils': 2.2.0_@docusaurus+types@2.2.0
|
||||
'@types/history': 4.7.11
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
'@types/react-router-config': 5.0.6
|
||||
clsx: 1.2.1
|
||||
parse-numeric-range: 1.3.0
|
||||
|
@ -2281,14 +2281,14 @@ packages:
|
|||
- webpack-cli
|
||||
dev: false
|
||||
|
||||
/@docusaurus/theme-search-algolia/2.2.0_ftxno7sazudarvsqop4wxxxz6q:
|
||||
/@docusaurus/theme-search-algolia/2.2.0_g3ogbpimnb36xdfd3ytr4barly:
|
||||
resolution: {integrity: sha512-2h38B0tqlxgR2FZ9LpAkGrpDWVdXZ7vltfmTdX+4RsDs3A7khiNsmZB+x/x6sA4+G2V2CvrsPMlsYBy5X+cY1w==}
|
||||
engines: {node: '>=16.14'}
|
||||
peerDependencies:
|
||||
react: ^16.8.4 || ^17.0.0
|
||||
react-dom: ^16.8.4 || ^17.0.0
|
||||
dependencies:
|
||||
'@docsearch/react': 3.1.1_mdeuh6xvylv4lsmhedue4hhxma
|
||||
'@docsearch/react': 3.1.1_ycicrtgnqihs6e3l6z2tenagdm
|
||||
'@docusaurus/core': 2.2.0_ehuab5y7qm7umqkczzguzxp57i
|
||||
'@docusaurus/logger': 2.2.0
|
||||
'@docusaurus/plugin-content-docs': 2.2.0_56jbash75ng5psbctf36wqywr4
|
||||
|
@ -2340,7 +2340,7 @@ packages:
|
|||
react-dom: ^16.8.4 || ^17.0.0
|
||||
dependencies:
|
||||
'@types/history': 4.7.11
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
commander: 5.1.0
|
||||
joi: 17.6.0
|
||||
react: 17.0.2
|
||||
|
@ -2904,7 +2904,7 @@ packages:
|
|||
defer-to-connect: 1.1.3
|
||||
dev: false
|
||||
|
||||
/@tailwindcss/typography/0.5.7_tailwindcss@3.1.8:
|
||||
/@tailwindcss/typography/0.5.7_tailwindcss@3.2.1:
|
||||
resolution: {integrity: sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==}
|
||||
peerDependencies:
|
||||
tailwindcss: '>=3.0.0 || insiders'
|
||||
|
@ -2913,7 +2913,7 @@ packages:
|
|||
lodash.isplainobject: 4.0.6
|
||||
lodash.merge: 4.6.2
|
||||
postcss-selector-parser: 6.0.10
|
||||
tailwindcss: 3.1.8_postcss@8.4.18
|
||||
tailwindcss: 3.2.1_postcss@8.4.18
|
||||
dev: true
|
||||
|
||||
/@trysound/sax/0.2.0:
|
||||
|
@ -2929,26 +2929,26 @@ packages:
|
|||
resolution: {integrity: sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==}
|
||||
dependencies:
|
||||
'@types/connect': 3.4.35
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/bonjour/3.5.10:
|
||||
resolution: {integrity: sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/connect-history-api-fallback/1.3.5:
|
||||
resolution: {integrity: sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==}
|
||||
dependencies:
|
||||
'@types/express-serve-static-core': 4.17.28
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/connect/3.4.35:
|
||||
resolution: {integrity: sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/eslint-scope/3.7.3:
|
||||
|
@ -2969,7 +2969,7 @@ packages:
|
|||
/@types/express-serve-static-core/4.17.28:
|
||||
resolution: {integrity: sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
'@types/qs': 6.9.7
|
||||
'@types/range-parser': 1.2.4
|
||||
dev: false
|
||||
|
@ -2999,7 +2999,7 @@ packages:
|
|||
/@types/http-proxy/1.17.8:
|
||||
resolution: {integrity: sha512-5kPLG5BKpWYkw/LVOGWpiq3nEVqxiN32rTgI53Sk12/xHFQ2rG3ehI9IO+O3W2QoKeyB92dJkoka8SUm6BX1pA==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/json-schema/7.0.11:
|
||||
|
@ -3012,7 +3012,7 @@ packages:
|
|||
/@types/keyv/3.1.4:
|
||||
resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/mdast/3.0.10:
|
||||
|
@ -3029,8 +3029,8 @@ packages:
|
|||
resolution: {integrity: sha512-AR0x5HbXGqkEx9CadRH3EBYx/VkiUgZIhP4wvPn/+5KIsgpNoyFaRlVe0Zlx9gRtg8fA06a9tskE2MSN7TcG4Q==}
|
||||
dev: false
|
||||
|
||||
/@types/node/18.11.0:
|
||||
resolution: {integrity: sha512-IOXCvVRToe7e0ny7HpT/X9Rb2RYtElG1a+VshjwT00HxrM2dWBApHQoqsI6WiY7Q03vdf2bCrIGzVrkF/5t10w==}
|
||||
/@types/node/18.11.8:
|
||||
resolution: {integrity: sha512-uGwPWlE0Hj972KkHtCDVwZ8O39GmyjfMane1Z3GUBGGnkZ2USDq7SxLpVIiIHpweY9DS0QTDH0Nw7RNBsAAZ5A==}
|
||||
|
||||
/@types/parse-json/4.0.0:
|
||||
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
|
||||
|
@ -3051,34 +3051,34 @@ packages:
|
|||
resolution: {integrity: sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==}
|
||||
dev: false
|
||||
|
||||
/@types/react-dom/18.0.6:
|
||||
resolution: {integrity: sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==}
|
||||
/@types/react-dom/18.0.8:
|
||||
resolution: {integrity: sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==}
|
||||
dependencies:
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
dev: true
|
||||
|
||||
/@types/react-router-config/5.0.6:
|
||||
resolution: {integrity: sha512-db1mx37a1EJDf1XeX8jJN7R3PZABmJQXR8r28yUjVMFSjkmnQo6X6pOEEmNl+Tp2gYQOGPdYbFIipBtdElZ3Yg==}
|
||||
dependencies:
|
||||
'@types/history': 4.7.11
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
'@types/react-router': 5.1.18
|
||||
|
||||
/@types/react-router-dom/5.3.3:
|
||||
resolution: {integrity: sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==}
|
||||
dependencies:
|
||||
'@types/history': 4.7.11
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
'@types/react-router': 5.1.18
|
||||
|
||||
/@types/react-router/5.1.18:
|
||||
resolution: {integrity: sha512-YYknwy0D0iOwKQgz9v8nOzt2J6l4gouBmDnWqUUznltOTaon+r8US8ky8HvN0tXvc38U9m6z/t2RsVsnd1zM0g==}
|
||||
dependencies:
|
||||
'@types/history': 4.7.11
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
|
||||
/@types/react/18.0.21:
|
||||
resolution: {integrity: sha512-7QUCOxvFgnD5Jk8ZKlUAhVcRj7GuJRjnjjiY/IUBWKgOlnvDvTMLD4RTF7NPyVmbRhNrbomZiOepg7M/2Kj1mA==}
|
||||
/@types/react/18.0.24:
|
||||
resolution: {integrity: sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==}
|
||||
dependencies:
|
||||
'@types/prop-types': 15.7.4
|
||||
'@types/scheduler': 0.16.2
|
||||
|
@ -3087,7 +3087,7 @@ packages:
|
|||
/@types/responselike/1.0.0:
|
||||
resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/retry/0.12.1:
|
||||
|
@ -3097,7 +3097,7 @@ packages:
|
|||
/@types/sax/1.2.4:
|
||||
resolution: {integrity: sha512-pSAff4IAxJjfAXUG6tFkO7dsSbTmf8CtUpfhhZ5VhkRpC4628tJhh3+V6H1E+/Gs9piSzYKT5yzHO5M4GG9jkw==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/scheduler/0.16.2:
|
||||
|
@ -3113,13 +3113,13 @@ packages:
|
|||
resolution: {integrity: sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==}
|
||||
dependencies:
|
||||
'@types/mime': 1.3.2
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/sockjs/0.3.33:
|
||||
resolution: {integrity: sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@types/unist/2.0.6:
|
||||
|
@ -3129,7 +3129,7 @@ packages:
|
|||
/@types/ws/8.5.3:
|
||||
resolution: {integrity: sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
dev: false
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.22.0_4bcn5aatkhkr3q2dzj4ewaqjbe:
|
||||
|
@ -3595,15 +3595,15 @@ packages:
|
|||
engines: {node: '>= 4.0.0'}
|
||||
dev: false
|
||||
|
||||
/autoprefixer/10.4.12_postcss@8.4.18:
|
||||
resolution: {integrity: sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==}
|
||||
/autoprefixer/10.4.13_postcss@8.4.18:
|
||||
resolution: {integrity: sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==}
|
||||
engines: {node: ^10 || ^12 || >=14}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
postcss: ^8.1.0
|
||||
dependencies:
|
||||
browserslist: 4.21.4
|
||||
caniuse-lite: 1.0.30001414
|
||||
caniuse-lite: 1.0.30001427
|
||||
fraction.js: 4.2.0
|
||||
normalize-range: 0.1.2
|
||||
picocolors: 1.0.0
|
||||
|
@ -3704,7 +3704,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/batch/0.6.1:
|
||||
resolution: {integrity: sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==}
|
||||
resolution: {integrity: sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=}
|
||||
dev: false
|
||||
|
||||
/big.js/5.2.2:
|
||||
|
@ -3791,7 +3791,7 @@ packages:
|
|||
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
caniuse-lite: 1.0.30001414
|
||||
caniuse-lite: 1.0.30001427
|
||||
electron-to-chromium: 1.4.270
|
||||
node-releases: 2.0.6
|
||||
update-browserslist-db: 1.0.9_browserslist@4.21.4
|
||||
|
@ -3800,7 +3800,7 @@ packages:
|
|||
resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==}
|
||||
|
||||
/bytes/3.0.0:
|
||||
resolution: {integrity: sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==}
|
||||
resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=}
|
||||
engines: {node: '>= 0.8'}
|
||||
dev: false
|
||||
|
||||
|
@ -3852,13 +3852,13 @@ packages:
|
|||
resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==}
|
||||
dependencies:
|
||||
browserslist: 4.21.4
|
||||
caniuse-lite: 1.0.30001414
|
||||
caniuse-lite: 1.0.30001427
|
||||
lodash.memoize: 4.1.2
|
||||
lodash.uniq: 4.5.0
|
||||
dev: false
|
||||
|
||||
/caniuse-lite/1.0.30001414:
|
||||
resolution: {integrity: sha512-t55jfSaWjCdocnFdKQoO+d2ct9C59UZg4dY3OnUlSZ447r8pUtIKdp0hpAzrGFultmTC+Us+KpKi4GZl/LXlFg==}
|
||||
/caniuse-lite/1.0.30001427:
|
||||
resolution: {integrity: sha512-lfXQ73oB9c8DP5Suxaszm+Ta2sr/4tf8+381GkIm1MLj/YdLf+rEDyDSRCzeltuyTVGm+/s18gdZ0q+Wmp8VsQ==}
|
||||
|
||||
/ccount/1.1.0:
|
||||
resolution: {integrity: sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==}
|
||||
|
@ -4100,7 +4100,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/content-disposition/0.5.2:
|
||||
resolution: {integrity: sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==}
|
||||
resolution: {integrity: sha1-DPaLud318r55YcOoUXjLhdunjLQ=}
|
||||
engines: {node: '>= 0.6'}
|
||||
dev: false
|
||||
|
||||
|
@ -4123,7 +4123,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/cookie-signature/1.0.6:
|
||||
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==}
|
||||
resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=}
|
||||
dev: false
|
||||
|
||||
/cookie/0.4.2:
|
||||
|
@ -4142,7 +4142,7 @@ packages:
|
|||
peerDependencies:
|
||||
webpack: ^5.1.0
|
||||
dependencies:
|
||||
fast-glob: 3.2.11
|
||||
fast-glob: 3.2.12
|
||||
glob-parent: 6.0.2
|
||||
globby: 13.1.2
|
||||
normalize-path: 3.0.0
|
||||
|
@ -4315,7 +4315,7 @@ packages:
|
|||
peerDependencies:
|
||||
postcss: ^8.2.15
|
||||
dependencies:
|
||||
autoprefixer: 10.4.12_postcss@8.4.18
|
||||
autoprefixer: 10.4.13_postcss@8.4.18
|
||||
cssnano-preset-default: 5.2.12_postcss@8.4.18
|
||||
postcss: 8.4.18
|
||||
postcss-discard-unused: 5.1.0_postcss@8.4.18
|
||||
|
@ -4660,7 +4660,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/ee-first/1.1.1:
|
||||
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==}
|
||||
resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=}
|
||||
dev: false
|
||||
|
||||
/electron-to-chromium/1.4.270:
|
||||
|
@ -5050,7 +5050,7 @@ packages:
|
|||
resolution: {integrity: sha512-EzV94NYKoO09GLXGjXj9JIlXijVck4ONSr5wiCWDvhsvj5jxSrzTmRU/9C1DyB6uToszLs8aifA6NQ7lEQdvFw==}
|
||||
engines: {node: '>= 0.8'}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
require-like: 0.1.2
|
||||
dev: false
|
||||
|
||||
|
@ -5139,6 +5139,16 @@ packages:
|
|||
merge2: 1.4.1
|
||||
micromatch: 4.0.5
|
||||
|
||||
/fast-glob/3.2.12:
|
||||
resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==}
|
||||
engines: {node: '>=8.6.0'}
|
||||
dependencies:
|
||||
'@nodelib/fs.stat': 2.0.5
|
||||
'@nodelib/fs.walk': 1.2.8
|
||||
glob-parent: 5.1.2
|
||||
merge2: 1.4.1
|
||||
micromatch: 4.0.5
|
||||
|
||||
/fast-json-stable-stringify/2.1.0:
|
||||
resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==}
|
||||
|
||||
|
@ -5147,7 +5157,7 @@ packages:
|
|||
dev: true
|
||||
|
||||
/fast-url-parser/1.1.3:
|
||||
resolution: {integrity: sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==}
|
||||
resolution: {integrity: sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=}
|
||||
dependencies:
|
||||
punycode: 1.4.1
|
||||
dev: false
|
||||
|
@ -5379,7 +5389,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/fresh/0.5.2:
|
||||
resolution: {integrity: sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==}
|
||||
resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=}
|
||||
engines: {node: '>= 0.6'}
|
||||
dev: false
|
||||
|
||||
|
@ -5546,7 +5556,7 @@ packages:
|
|||
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
|
||||
dependencies:
|
||||
dir-glob: 3.0.1
|
||||
fast-glob: 3.2.11
|
||||
fast-glob: 3.2.12
|
||||
ignore: 5.2.0
|
||||
merge2: 1.4.1
|
||||
slash: 4.0.0
|
||||
|
@ -6225,7 +6235,7 @@ packages:
|
|||
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
|
||||
engines: {node: '>= 10.13.0'}
|
||||
dependencies:
|
||||
'@types/node': 18.11.0
|
||||
'@types/node': 18.11.8
|
||||
merge-stream: 2.0.0
|
||||
supports-color: 8.1.1
|
||||
|
||||
|
@ -6522,7 +6532,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/media-typer/0.3.0:
|
||||
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==}
|
||||
resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=}
|
||||
engines: {node: '>= 0.6'}
|
||||
dev: false
|
||||
|
||||
|
@ -6534,7 +6544,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/merge-descriptors/1.0.1:
|
||||
resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==}
|
||||
resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=}
|
||||
dev: false
|
||||
|
||||
/merge-stream/2.0.0:
|
||||
|
@ -7338,8 +7348,8 @@ packages:
|
|||
postcss: 8.4.18
|
||||
dev: false
|
||||
|
||||
/postcss-nested/5.0.6_postcss@8.4.18:
|
||||
resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==}
|
||||
/postcss-nested/6.0.0_postcss@8.4.18:
|
||||
resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==}
|
||||
engines: {node: '>=12.0'}
|
||||
peerDependencies:
|
||||
postcss: ^8.2.14
|
||||
|
@ -7806,7 +7816,7 @@ packages:
|
|||
/react-is/16.13.1:
|
||||
resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==}
|
||||
|
||||
/react-json-view/1.21.3_if3jsaxjd3pbqrw6g3fkl46eqq:
|
||||
/react-json-view/1.21.3_c3dqlst3v6mlfziu5hqp6heimu:
|
||||
resolution: {integrity: sha512-13p8IREj9/x/Ye4WI/JpjhoIwuzEgUAtgJZNBJckfzJt1qyh24BdTm6UQNGnyTq9dapQdrqvquZTo3dz1X6Cjw==}
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^16.3.0 || ^15.5.4
|
||||
|
@ -7817,7 +7827,7 @@ packages:
|
|||
react-base16-styling: 0.6.0
|
||||
react-dom: 17.0.2_react@17.0.2
|
||||
react-lifecycles-compat: 3.0.4
|
||||
react-textarea-autosize: 8.3.3_abohtbkno3ufvpuzxfjqlu7hzi
|
||||
react-textarea-autosize: 8.3.3_kxqj3uqjjxu5i6yjbdv7tzqjde
|
||||
transitivePeerDependencies:
|
||||
- '@types/react'
|
||||
- encoding
|
||||
|
@ -7891,7 +7901,7 @@ packages:
|
|||
tiny-warning: 1.0.3
|
||||
dev: false
|
||||
|
||||
/react-textarea-autosize/8.3.3_abohtbkno3ufvpuzxfjqlu7hzi:
|
||||
/react-textarea-autosize/8.3.3_kxqj3uqjjxu5i6yjbdv7tzqjde:
|
||||
resolution: {integrity: sha512-2XlHXK2TDxS6vbQaoPbMOfQ8GK7+irc2fVK6QFIcC8GOnH3zI/v481n+j1L0WaPVvKxwesnY93fEfH++sus2rQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
|
@ -7900,7 +7910,7 @@ packages:
|
|||
'@babel/runtime': 7.18.9
|
||||
react: 17.0.2
|
||||
use-composed-ref: 1.2.1_react@17.0.2
|
||||
use-latest: 1.2.0_abohtbkno3ufvpuzxfjqlu7hzi
|
||||
use-latest: 1.2.0_kxqj3uqjjxu5i6yjbdv7tzqjde
|
||||
transitivePeerDependencies:
|
||||
- '@types/react'
|
||||
dev: false
|
||||
|
@ -8721,8 +8731,8 @@ packages:
|
|||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/tailwindcss/3.1.8_postcss@8.4.18:
|
||||
resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==}
|
||||
/tailwindcss/3.2.1_postcss@8.4.18:
|
||||
resolution: {integrity: sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==}
|
||||
engines: {node: '>=12.13.0'}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
@ -8734,10 +8744,11 @@ packages:
|
|||
detective: 5.2.1
|
||||
didyoumean: 1.2.2
|
||||
dlv: 1.1.3
|
||||
fast-glob: 3.2.11
|
||||
fast-glob: 3.2.12
|
||||
glob-parent: 6.0.2
|
||||
is-glob: 4.0.3
|
||||
lilconfig: 2.0.6
|
||||
micromatch: 4.0.5
|
||||
normalize-path: 3.0.0
|
||||
object-hash: 3.0.0
|
||||
picocolors: 1.0.0
|
||||
|
@ -8745,7 +8756,7 @@ packages:
|
|||
postcss-import: 14.1.0_postcss@8.4.18
|
||||
postcss-js: 4.0.0_postcss@8.4.18
|
||||
postcss-load-config: 3.1.4_postcss@8.4.18
|
||||
postcss-nested: 5.0.6_postcss@8.4.18
|
||||
postcss-nested: 6.0.0_postcss@8.4.18
|
||||
postcss-selector-parser: 6.0.10
|
||||
postcss-value-parser: 4.2.0
|
||||
quick-lru: 5.1.1
|
||||
|
@ -8845,7 +8856,7 @@ packages:
|
|||
dev: false
|
||||
|
||||
/trim/0.0.1:
|
||||
resolution: {integrity: sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==}
|
||||
resolution: {integrity: sha1-WFhUf2spB1fulczMZm+1AITEYN0=}
|
||||
dev: false
|
||||
|
||||
/trough/1.0.5:
|
||||
|
@ -9129,7 +9140,7 @@ packages:
|
|||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/use-isomorphic-layout-effect/1.1.2_abohtbkno3ufvpuzxfjqlu7hzi:
|
||||
/use-isomorphic-layout-effect/1.1.2_kxqj3uqjjxu5i6yjbdv7tzqjde:
|
||||
resolution: {integrity: sha512-49L8yCO3iGT/ZF9QttjwLF/ZD9Iwto5LnH5LmEdk/6cFmXddqi2ulF0edxTwjj+7mqvpVVGQWvbXZdn32wRSHA==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
|
@ -9138,11 +9149,11 @@ packages:
|
|||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
react: 17.0.2
|
||||
dev: false
|
||||
|
||||
/use-latest/1.2.0_abohtbkno3ufvpuzxfjqlu7hzi:
|
||||
/use-latest/1.2.0_kxqj3uqjjxu5i6yjbdv7tzqjde:
|
||||
resolution: {integrity: sha512-d2TEuG6nSLKQLAfW3By8mKr8HurOlTkul0sOpxbClIv4SQ4iOd7BYr7VIzdbktUCnv7dua/60xzd8igMU6jmyw==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
|
@ -9151,9 +9162,9 @@ packages:
|
|||
'@types/react':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@types/react': 18.0.21
|
||||
'@types/react': 18.0.24
|
||||
react: 17.0.2
|
||||
use-isomorphic-layout-effect: 1.1.2_abohtbkno3ufvpuzxfjqlu7hzi
|
||||
use-isomorphic-layout-effect: 1.1.2_kxqj3uqjjxu5i6yjbdv7tzqjde
|
||||
dev: false
|
||||
|
||||
/util-deprecate/1.0.2:
|
||||
|
@ -9168,7 +9179,7 @@ packages:
|
|||
engines: {node: '>= 4'}
|
||||
|
||||
/utils-merge/1.0.1:
|
||||
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==}
|
||||
resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=}
|
||||
engines: {node: '>= 0.4.0'}
|
||||
dev: false
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a72983993ccd9c2dabb1ef9e17b2fe79bd94d671
|
||||
Subproject commit 46bc0afe050a836b6ec8b235c3ff55e9e037efcb
|
Loading…
Reference in a new issue