Upgrade deps
This commit is contained in:
parent
c4346c5a95
commit
b940d9790d
2 changed files with 196 additions and 196 deletions
18
package.json
18
package.json
|
@ -35,23 +35,23 @@
|
|||
"@reach/visually-hidden": "0.17.0",
|
||||
"chart.js": "3.8.0",
|
||||
"clsx": "^1.1.0",
|
||||
"core-js": "3.22.8",
|
||||
"core-js": "3.23.1",
|
||||
"date-fns": "2.28.0",
|
||||
"framer-motion": "6.3.11",
|
||||
"history": "5.3.0",
|
||||
"i18next": "21.8.9",
|
||||
"i18next-browser-languagedetector": "6.1.4",
|
||||
"i18next-http-backend": "1.4.1",
|
||||
"immer": "9.0.14",
|
||||
"immer": "9.0.15",
|
||||
"invariant": "^2.2.4",
|
||||
"lodash-es": "^4.17.21",
|
||||
"memoize-one": "6.0.0",
|
||||
"modern-normalize": "1.1.0",
|
||||
"prop-types": "15.8.1",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-feather": "^2.0.10",
|
||||
"react-i18next": "11.17.1",
|
||||
"react-i18next": "11.17.2",
|
||||
"react-icons": "4.4.0",
|
||||
"react-modal": "3.15.1",
|
||||
"react-query": "3.39.1",
|
||||
|
@ -81,8 +81,8 @@
|
|||
"@types/react-dom": "18.0.5",
|
||||
"@types/react-modal": "3.13.1",
|
||||
"@types/react-window": "1.8.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.27.1",
|
||||
"@typescript-eslint/parser": "5.27.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.28.0",
|
||||
"@typescript-eslint/parser": "5.28.0",
|
||||
"@vitejs/plugin-react": "1.3.2",
|
||||
"autoprefixer": "10.4.7",
|
||||
"cssnano": "5.1.11",
|
||||
|
@ -94,13 +94,13 @@
|
|||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||
"eslint-plugin-react": "7.30.0",
|
||||
"eslint-plugin-react-hooks": "4.5.0",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"postcss": "8.4.14",
|
||||
"postcss-custom-media": "^8.0.2",
|
||||
"postcss-import": "14.1.0",
|
||||
"postcss-simple-vars": "^6.0.3",
|
||||
"prettier": "2.6.2",
|
||||
"prettier": "2.7.0",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"sass": "1.52.3",
|
||||
"typescript": "4.7.3",
|
||||
|
|
374
pnpm-lock.yaml
374
pnpm-lock.yaml
|
@ -13,13 +13,13 @@ specifiers:
|
|||
'@types/react-dom': 18.0.5
|
||||
'@types/react-modal': 3.13.1
|
||||
'@types/react-window': 1.8.5
|
||||
'@typescript-eslint/eslint-plugin': 5.27.1
|
||||
'@typescript-eslint/parser': 5.27.1
|
||||
'@typescript-eslint/eslint-plugin': 5.28.0
|
||||
'@typescript-eslint/parser': 5.28.0
|
||||
'@vitejs/plugin-react': 1.3.2
|
||||
autoprefixer: 10.4.7
|
||||
chart.js: 3.8.0
|
||||
clsx: ^1.1.0
|
||||
core-js: 3.22.8
|
||||
core-js: 3.23.1
|
||||
cssnano: 5.1.11
|
||||
date-fns: 2.28.0
|
||||
eslint: 8.17.0
|
||||
|
@ -30,14 +30,14 @@ specifiers:
|
|||
eslint-plugin-import: 2.26.0
|
||||
eslint-plugin-jsx-a11y: 6.5.1
|
||||
eslint-plugin-react: 7.30.0
|
||||
eslint-plugin-react-hooks: 4.5.0
|
||||
eslint-plugin-react-hooks: 4.6.0
|
||||
eslint-plugin-simple-import-sort: ^7.0.0
|
||||
framer-motion: 6.3.11
|
||||
history: 5.3.0
|
||||
i18next: 21.8.9
|
||||
i18next-browser-languagedetector: 6.1.4
|
||||
i18next-http-backend: 1.4.1
|
||||
immer: 9.0.14
|
||||
immer: 9.0.15
|
||||
invariant: ^2.2.4
|
||||
lodash-es: ^4.17.21
|
||||
memoize-one: 6.0.0
|
||||
|
@ -46,12 +46,12 @@ specifiers:
|
|||
postcss-custom-media: ^8.0.2
|
||||
postcss-import: 14.1.0
|
||||
postcss-simple-vars: ^6.0.3
|
||||
prettier: 2.6.2
|
||||
prettier: 2.7.0
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0
|
||||
react-feather: ^2.0.10
|
||||
react-i18next: 11.17.1
|
||||
react-i18next: 11.17.2
|
||||
react-icons: 4.4.0
|
||||
react-modal: 3.15.1
|
||||
react-query: 3.39.1
|
||||
|
@ -81,43 +81,43 @@ specifiers:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.18.3
|
||||
'@fontsource/roboto-mono': 4.5.7
|
||||
'@reach/menu-button': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/tooltip': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/visually-hidden': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/menu-button': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/tooltip': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/visually-hidden': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
chart.js: 3.8.0
|
||||
clsx: 1.1.1
|
||||
core-js: 3.22.8
|
||||
core-js: 3.23.1
|
||||
date-fns: 2.28.0
|
||||
framer-motion: 6.3.11_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
framer-motion: 6.3.11_biqbaboplfbrettd7655fr4n2y
|
||||
history: 5.3.0
|
||||
i18next: 21.8.9
|
||||
i18next-browser-languagedetector: 6.1.4
|
||||
i18next-http-backend: 1.4.1
|
||||
immer: 9.0.14
|
||||
immer: 9.0.15
|
||||
invariant: 2.2.4
|
||||
lodash-es: 4.17.21
|
||||
memoize-one: 6.0.0
|
||||
modern-normalize: 1.1.0
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react-feather: 2.0.10_react@18.1.0
|
||||
react-i18next: 11.17.1_yu4sb4vmu5dvmheeaa2fohstne
|
||||
react-icons: 4.4.0_react@18.1.0
|
||||
react-modal: 3.15.1_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react-query: 3.39.1_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react-router: 6.3.0_react@18.1.0
|
||||
react-router-dom: 6.3.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react-switch: 7.0.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react-table: 7.8.0_react@18.1.0
|
||||
react-tabs: 5.1.0_react@18.1.0
|
||||
react-tiny-fab: 4.0.4_react@18.1.0
|
||||
react-window: 1.8.7_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
recoil: 0.7.3_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-feather: 2.0.10_react@18.2.0
|
||||
react-i18next: 11.17.2_w2dawyuewtjic4aakr66n7mlim
|
||||
react-icons: 4.4.0_react@18.2.0
|
||||
react-modal: 3.15.1_biqbaboplfbrettd7655fr4n2y
|
||||
react-query: 3.39.1_biqbaboplfbrettd7655fr4n2y
|
||||
react-router: 6.3.0_react@18.2.0
|
||||
react-router-dom: 6.3.0_biqbaboplfbrettd7655fr4n2y
|
||||
react-switch: 7.0.0_biqbaboplfbrettd7655fr4n2y
|
||||
react-table: 7.8.0_react@18.2.0
|
||||
react-tabs: 5.1.0_react@18.2.0
|
||||
react-tiny-fab: 4.0.4_react@18.2.0
|
||||
react-window: 1.8.7_biqbaboplfbrettd7655fr4n2y
|
||||
recoil: 0.7.3_biqbaboplfbrettd7655fr4n2y
|
||||
regenerator-runtime: 0.13.9
|
||||
reselect: 4.1.6
|
||||
tslib: 2.4.0
|
||||
use-asset: 1.0.4_react@18.1.0
|
||||
use-asset: 1.0.4_react@18.2.0
|
||||
workbox-core: 6.5.3
|
||||
workbox-expiration: 6.5.3
|
||||
workbox-precaching: 6.5.3
|
||||
|
@ -132,8 +132,8 @@ devDependencies:
|
|||
'@types/react-dom': 18.0.5
|
||||
'@types/react-modal': 3.13.1
|
||||
'@types/react-window': 1.8.5
|
||||
'@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4
|
||||
'@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/eslint-plugin': 5.28.0_7yumg2qjgbp7maccqlfhx2vudu
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@vitejs/plugin-react': 1.3.2
|
||||
autoprefixer: 10.4.7_postcss@8.4.14
|
||||
cssnano: 5.1.11_postcss@8.4.14
|
||||
|
@ -142,16 +142,16 @@ devDependencies:
|
|||
eslint-config-prettier: 8.5.0_eslint@8.17.0
|
||||
eslint-config-react-app: 7.0.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
eslint-plugin-flowtype: 8.0.3_eslint@8.17.0
|
||||
eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra
|
||||
eslint-plugin-import: 2.26.0_wyrfqmvemfacbroyi3ypviy7f4
|
||||
eslint-plugin-jsx-a11y: 6.5.1_eslint@8.17.0
|
||||
eslint-plugin-react: 7.30.0_eslint@8.17.0
|
||||
eslint-plugin-react-hooks: 4.5.0_eslint@8.17.0
|
||||
eslint-plugin-react-hooks: 4.6.0_eslint@8.17.0
|
||||
eslint-plugin-simple-import-sort: 7.0.0_eslint@8.17.0
|
||||
postcss: 8.4.14
|
||||
postcss-custom-media: 8.0.2_postcss@8.4.14
|
||||
postcss-import: 14.1.0_postcss@8.4.14
|
||||
postcss-simple-vars: 6.0.3_postcss@8.4.14
|
||||
prettier: 2.6.2
|
||||
prettier: 2.7.0
|
||||
resize-observer-polyfill: 1.5.1
|
||||
sass: 1.52.3
|
||||
typescript: 4.7.3
|
||||
|
@ -1731,58 +1731,58 @@ packages:
|
|||
fastq: 1.13.0
|
||||
dev: true
|
||||
|
||||
/@reach/auto-id/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/auto-id/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-ud8iPwF52RVzEmkHq1twuqGuPA+moreumUHdtgvU3sr3/15BNhwp3KyDLrKKSz0LP1r3V4pSdyF9MbYM8BoSjA==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/descendants/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/descendants/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-c7lUaBfjgcmKFZiAWqhG+VnXDMEhPkI4kAav/82XKZD6NVvFjsQOTH+v3tUkskrAPV44Yuch0mFW/u5Ntifr7Q==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/dropdown/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/dropdown/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-qBTIGInhxtPHtdj4Pl2XZgZMz3e37liydh0xR3qc48syu7g71sL4nqyKjOzThykyfhA3Pb3/wFgsFJKGTSdaig==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/auto-id': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/descendants': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/popover': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
'@reach/auto-id': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/descendants': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/popover': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/menu-button/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/menu-button/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-YyuYVyMZKamPtivoEI6D0UEILYH3qZtg4kJzEAuzPmoR/aHN66NZO75Fx0gtjG1S6fZfbiARaCOZJC0VEiDOtQ==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
react-is: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/dropdown': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/popover': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/dropdown': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/popover': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tiny-warning: 1.0.3
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
@ -1791,88 +1791,88 @@ packages:
|
|||
resolution: {integrity: sha512-Ba7HmkFgfQxZqqaeIWWkNK0rEhpxVQHIoVyW1YDSkGsGIXzcaW4deC8B0pZrNSSyLTdIk7y+5olKt5+g0GmFIQ==}
|
||||
dev: false
|
||||
|
||||
/@reach/popover/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/popover/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-yYbBF4fMz4Ml4LB3agobZjcZ/oPtPsNv70ZAd7lEC2h7cvhF453pA+zOBGYTPGupKaeBvgAnrMjj7RnxDU5hoQ==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/portal': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/rect': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
'@reach/portal': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/rect': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tabbable: 4.0.0
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/portal/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/portal/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-+IxsgVycOj+WOeNPL2NdgooUdHPSY285wCtj/iWID6akyr4FgGUK7sMhRM9aGFyrGpx2vzr+eggbUmAVZwOz+A==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tiny-warning: 1.0.3
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/rect/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/rect/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-3YB7KA5cLjbLc20bmPkJ06DIfXSK06Cb5BbD2dHgKXjUkT9WjZaLYIbYCO8dVjwcyO3GCNfOmPxy62VsPmZwYA==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/observe-rect': 1.2.0
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tiny-warning: 1.0.3
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/tooltip/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/tooltip/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-HP8Blordzqb/Cxg+jnhGmWQfKgypamcYLBPlcx6jconyV5iLJ5m93qipr1giK7MqKT2wlsKWy44ZcOrJ+Wrf8w==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
'@reach/auto-id': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/portal': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/rect': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/utils': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/visually-hidden': 0.17.0_ef5jwxihqo6n7gxfmzogljlgcm
|
||||
'@reach/auto-id': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/portal': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/rect': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/utils': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
'@reach/visually-hidden': 0.17.0_biqbaboplfbrettd7655fr4n2y
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tiny-warning: 1.0.3
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/utils/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/utils/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-M5y8fCBbrWeIsxedgcSw6oDlAMQDkl5uv3VnMVJ7guwpf4E48Xlh1v66z/1BgN/WYe2y8mB/ilFD2nysEfdGeA==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tiny-warning: 1.0.3
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
/@reach/visually-hidden/0.17.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/@reach/visually-hidden/0.17.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-T6xF3Nv8vVnjVkGU6cm0+kWtvliLqPAo8PcZ+WxkKacZsaHTjaZb4v1PaCcyQHmuTNT/vtTVNOJLG0SjQOIb7g==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || 17.x
|
||||
react-dom: ^16.8.0 || 17.x
|
||||
dependencies:
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
tslib: 2.4.0
|
||||
dev: false
|
||||
|
||||
|
@ -2034,8 +2034,8 @@ packages:
|
|||
resolution: {integrity: sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin/5.27.1_aq7uryhocdbvbqum33pitcm3y4:
|
||||
resolution: {integrity: sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==}
|
||||
/@typescript-eslint/eslint-plugin/5.28.0_7yumg2qjgbp7maccqlfhx2vudu:
|
||||
resolution: {integrity: sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
|
@ -2045,10 +2045,10 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/scope-manager': 5.27.1
|
||||
'@typescript-eslint/type-utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/scope-manager': 5.28.0
|
||||
'@typescript-eslint/type-utils': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/utils': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
debug: 4.3.4
|
||||
eslint: 8.17.0
|
||||
functional-red-black-tree: 1.0.1
|
||||
|
@ -2074,8 +2074,8 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/parser/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==}
|
||||
/@typescript-eslint/parser/5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
|
@ -2084,9 +2084,9 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/scope-manager': 5.27.1
|
||||
'@typescript-eslint/types': 5.27.1
|
||||
'@typescript-eslint/typescript-estree': 5.27.1_typescript@4.7.3
|
||||
'@typescript-eslint/scope-manager': 5.28.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/typescript-estree': 5.28.0_typescript@4.7.3
|
||||
debug: 4.3.4
|
||||
eslint: 8.17.0
|
||||
typescript: 4.7.3
|
||||
|
@ -2110,16 +2110,16 @@ packages:
|
|||
'@typescript-eslint/visitor-keys': 5.27.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/scope-manager/5.27.1:
|
||||
resolution: {integrity: sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==}
|
||||
/@typescript-eslint/scope-manager/5.28.0:
|
||||
resolution: {integrity: sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.27.1
|
||||
'@typescript-eslint/visitor-keys': 5.27.1
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/visitor-keys': 5.28.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==}
|
||||
/@typescript-eslint/type-utils/5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
eslint: '*'
|
||||
|
@ -2128,7 +2128,7 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/utils': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/utils': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
debug: 4.3.4
|
||||
eslint: 8.17.0
|
||||
tsutils: 3.21.0_typescript@4.7.3
|
||||
|
@ -2147,8 +2147,8 @@ packages:
|
|||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types/5.27.1:
|
||||
resolution: {integrity: sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==}
|
||||
/@typescript-eslint/types/5.28.0:
|
||||
resolution: {integrity: sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dev: true
|
||||
|
||||
|
@ -2194,8 +2194,8 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree/5.27.1_typescript@4.7.3:
|
||||
resolution: {integrity: sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==}
|
||||
/@typescript-eslint/typescript-estree/5.28.0_typescript@4.7.3:
|
||||
resolution: {integrity: sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
|
@ -2203,8 +2203,8 @@ packages:
|
|||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.27.1
|
||||
'@typescript-eslint/visitor-keys': 5.27.1
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/visitor-keys': 5.28.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -2251,16 +2251,16 @@ packages:
|
|||
- typescript
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils/5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==}
|
||||
/@typescript-eslint/utils/5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4:
|
||||
resolution: {integrity: sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==}
|
||||
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.11
|
||||
'@typescript-eslint/scope-manager': 5.27.1
|
||||
'@typescript-eslint/types': 5.27.1
|
||||
'@typescript-eslint/typescript-estree': 5.27.1_typescript@4.7.3
|
||||
'@typescript-eslint/scope-manager': 5.28.0
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
'@typescript-eslint/typescript-estree': 5.28.0_typescript@4.7.3
|
||||
eslint: 8.17.0
|
||||
eslint-scope: 5.1.1
|
||||
eslint-utils: 3.0.0_eslint@8.17.0
|
||||
|
@ -2285,11 +2285,11 @@ packages:
|
|||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys/5.27.1:
|
||||
resolution: {integrity: sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==}
|
||||
/@typescript-eslint/visitor-keys/5.28.0:
|
||||
resolution: {integrity: sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==}
|
||||
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 5.27.1
|
||||
'@typescript-eslint/types': 5.28.0
|
||||
eslint-visitor-keys: 3.3.0
|
||||
dev: true
|
||||
|
||||
|
@ -2742,8 +2742,8 @@ packages:
|
|||
requiresBuild: true
|
||||
dev: true
|
||||
|
||||
/core-js/3.22.8:
|
||||
resolution: {integrity: sha512-UoGQ/cfzGYIuiq6Z7vWL1HfkE9U9IZ4Ub+0XSiJTCzvbZzgPA69oDF2f+lgJ6dFFLEdjW5O6svvoKzXX23xFkA==}
|
||||
/core-js/3.23.1:
|
||||
resolution: {integrity: sha512-wfMYHWi1WQjpgZNC9kAlN4ut04TM9fUTdi7CqIoTVM7yaiOUQTklOzfb+oWH3r9edQcT3F887swuVmxrV+CC8w==}
|
||||
requiresBuild: true
|
||||
dev: false
|
||||
|
||||
|
@ -3331,7 +3331,7 @@ packages:
|
|||
dependencies:
|
||||
confusing-browser-globals: 1.0.11
|
||||
eslint: 8.17.0
|
||||
eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra
|
||||
eslint-plugin-import: 2.26.0_wyrfqmvemfacbroyi3ypviy7f4
|
||||
object.assign: 4.1.2
|
||||
object.entries: 1.1.5
|
||||
semver: 6.3.0
|
||||
|
@ -3359,17 +3359,17 @@ packages:
|
|||
'@babel/core': 7.17.10
|
||||
'@babel/eslint-parser': 7.17.0_eko6nswhjkkmiiwhnyhdta6g74
|
||||
'@rushstack/eslint-patch': 1.1.3
|
||||
'@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4
|
||||
'@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/eslint-plugin': 5.28.0_7yumg2qjgbp7maccqlfhx2vudu
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
babel-preset-react-app: 10.0.1
|
||||
confusing-browser-globals: 1.0.11
|
||||
eslint: 8.17.0
|
||||
eslint-plugin-flowtype: 8.0.3_eslint@8.17.0
|
||||
eslint-plugin-import: 2.26.0_pv5w3e62ssxduf5aiwxbc3knra
|
||||
eslint-plugin-jest: 25.7.0_73r5ycrednkeozhd2eskx6x7ey
|
||||
eslint-plugin-import: 2.26.0_wyrfqmvemfacbroyi3ypviy7f4
|
||||
eslint-plugin-jest: 25.7.0_ns3acw3umgp6bt2hsqpnaz4mry
|
||||
eslint-plugin-jsx-a11y: 6.5.1_eslint@8.17.0
|
||||
eslint-plugin-react: 7.30.0_eslint@8.17.0
|
||||
eslint-plugin-react-hooks: 4.5.0_eslint@8.17.0
|
||||
eslint-plugin-react-hooks: 4.6.0_eslint@8.17.0
|
||||
eslint-plugin-testing-library: 5.4.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
typescript: 4.7.3
|
||||
transitivePeerDependencies:
|
||||
|
@ -3390,7 +3390,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-module-utils/2.7.3_5uhabtgzo3akfzi73a5jap3i6a:
|
||||
/eslint-module-utils/2.7.3_cfsupm63rr3qvqifljk6nmy67u:
|
||||
resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -3408,7 +3408,7 @@ packages:
|
|||
eslint-import-resolver-webpack:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
debug: 3.2.7
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
find-up: 2.1.0
|
||||
|
@ -3429,7 +3429,7 @@ packages:
|
|||
string-natural-compare: 3.0.1
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-import/2.26.0_pv5w3e62ssxduf5aiwxbc3knra:
|
||||
/eslint-plugin-import/2.26.0_wyrfqmvemfacbroyi3ypviy7f4:
|
||||
resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==}
|
||||
engines: {node: '>=4'}
|
||||
peerDependencies:
|
||||
|
@ -3439,14 +3439,14 @@ packages:
|
|||
'@typescript-eslint/parser':
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/parser': 5.27.1_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
'@typescript-eslint/parser': 5.28.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
array-includes: 3.1.5
|
||||
array.prototype.flat: 1.3.0
|
||||
debug: 2.6.9
|
||||
doctrine: 2.1.0
|
||||
eslint: 8.17.0
|
||||
eslint-import-resolver-node: 0.3.6
|
||||
eslint-module-utils: 2.7.3_5uhabtgzo3akfzi73a5jap3i6a
|
||||
eslint-module-utils: 2.7.3_cfsupm63rr3qvqifljk6nmy67u
|
||||
has: 1.0.3
|
||||
is-core-module: 2.9.0
|
||||
is-glob: 4.0.3
|
||||
|
@ -3460,7 +3460,7 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-jest/25.7.0_73r5ycrednkeozhd2eskx6x7ey:
|
||||
/eslint-plugin-jest/25.7.0_ns3acw3umgp6bt2hsqpnaz4mry:
|
||||
resolution: {integrity: sha512-PWLUEXeeF7C9QGKqvdSbzLOiLTx+bno7/HC9eefePfEb257QFHg7ye3dh80AZVkaa/RQsBB1Q/ORQvg2X7F0NQ==}
|
||||
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
||||
peerDependencies:
|
||||
|
@ -3473,7 +3473,7 @@ packages:
|
|||
jest:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': 5.27.1_aq7uryhocdbvbqum33pitcm3y4
|
||||
'@typescript-eslint/eslint-plugin': 5.28.0_7yumg2qjgbp7maccqlfhx2vudu
|
||||
'@typescript-eslint/experimental-utils': 5.22.0_ud6rd4xtew5bv4yhvkvu24pzm4
|
||||
eslint: 8.17.0
|
||||
transitivePeerDependencies:
|
||||
|
@ -3502,8 +3502,8 @@ packages:
|
|||
minimatch: 3.1.2
|
||||
dev: true
|
||||
|
||||
/eslint-plugin-react-hooks/4.5.0_eslint@8.17.0:
|
||||
resolution: {integrity: sha512-8k1gRt7D7h03kd+SAAlzXkQwWK22BnK6GKZG+FJA6BAGy22CFvl8kCIXKpVux0cCxMWDQUPqSok0LKaZ0aOcCw==}
|
||||
/eslint-plugin-react-hooks/4.6.0_eslint@8.17.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
|
||||
|
@ -3756,7 +3756,7 @@ packages:
|
|||
resolution: {integrity: sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==}
|
||||
dev: true
|
||||
|
||||
/framer-motion/6.3.11_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/framer-motion/6.3.11_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-xQLk+ZSklNs5QNCUmdWPpKMOuWiB8ZETsvcIOWw8xvri9K3TamuifgCI/B6XpaEDR0/V2ZQF2Wm+gUAZrXo+rw==}
|
||||
peerDependencies:
|
||||
react: '>=16.8 || ^17.0.0 || ^18.0.0'
|
||||
|
@ -3765,8 +3765,8 @@ packages:
|
|||
framesync: 6.0.1
|
||||
hey-listen: 1.0.8
|
||||
popmotion: 11.0.3
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
style-value-types: 5.0.0
|
||||
tslib: 2.4.0
|
||||
optionalDependencies:
|
||||
|
@ -4001,8 +4001,8 @@ packages:
|
|||
engines: {node: '>= 4'}
|
||||
dev: true
|
||||
|
||||
/immer/9.0.14:
|
||||
resolution: {integrity: sha512-ubBeqQutOSLIFCUBN03jGeOS6a3DoYlSYwYJTa+gSKEZKU5redJIqkIdZ3JVv/4RZpfcXdAWH5zCNLWPRv2WDw==}
|
||||
/immer/9.0.15:
|
||||
resolution: {integrity: sha512-2eB/sswms9AEUSkOm4SbV5Y7Vmt/bKRwByd52jfLkW4OLYeaTP3EEiJ9agqU0O/tq6Dk62Zfj+TJSqfm1rLVGQ==}
|
||||
dev: false
|
||||
|
||||
/immutable/4.1.0:
|
||||
|
@ -4990,8 +4990,8 @@ packages:
|
|||
engines: {node: '>= 0.8.0'}
|
||||
dev: true
|
||||
|
||||
/prettier/2.6.2:
|
||||
resolution: {integrity: sha512-PkUpF+qoXTqhOeWL9fu7As8LXsIUZ1WYaJiY/a7McAQzxjk82OF0tibkFXVCDImZtWxbvojFjerkiLb0/q8mew==}
|
||||
/prettier/2.7.0:
|
||||
resolution: {integrity: sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
@ -5028,27 +5028,27 @@ packages:
|
|||
safe-buffer: 5.2.1
|
||||
dev: true
|
||||
|
||||
/react-dom/18.1.0_react@18.1.0:
|
||||
resolution: {integrity: sha512-fU1Txz7Budmvamp7bshe4Zi32d0ll7ect+ccxNu9FlObT605GOEB8BfO4tmRJ39R5Zj831VCpvQ05QPBW5yb+w==}
|
||||
/react-dom/18.2.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==}
|
||||
peerDependencies:
|
||||
react: ^18.1.0
|
||||
react: ^18.2.0
|
||||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
react: 18.1.0
|
||||
scheduler: 0.22.0
|
||||
react: 18.2.0
|
||||
scheduler: 0.23.0
|
||||
dev: false
|
||||
|
||||
/react-feather/2.0.10_react@18.1.0:
|
||||
/react-feather/2.0.10_react@18.2.0:
|
||||
resolution: {integrity: sha512-BLhukwJ+Z92Nmdcs+EMw6dy1Z/VLiJTzEQACDUEnWMClhYnFykJCGWQx+NmwP/qQHGX/5CzQ+TGi8ofg2+HzVQ==}
|
||||
peerDependencies:
|
||||
react: '>=16.8.6'
|
||||
dependencies:
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-i18next/11.17.1_yu4sb4vmu5dvmheeaa2fohstne:
|
||||
resolution: {integrity: sha512-4H4fK9vWsQtPP0iAdqzGfdPKLaSXpCjuh1xaGsejX/CO8tx8zCnrOnlQhMgrJf+OlUfzth5YaDPXYGp3RHxV1g==}
|
||||
/react-i18next/11.17.2_w2dawyuewtjic4aakr66n7mlim:
|
||||
resolution: {integrity: sha512-/HG4XSResWDY450cFmoUqLgCYDu8VYMFISGcMnZlxRSV05naj3+F7DoebwnPu6z/akA3Wd0Xe7KGTYdywL9z9g==}
|
||||
peerDependencies:
|
||||
i18next: '>= 19.0.0'
|
||||
react: '>= 16.8.0'
|
||||
|
@ -5064,16 +5064,16 @@ packages:
|
|||
html-escaper: 2.0.2
|
||||
html-parse-stringify: 3.0.1
|
||||
i18next: 21.8.9
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-icons/4.4.0_react@18.1.0:
|
||||
/react-icons/4.4.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-fSbvHeVYo/B5/L4VhB7sBA1i2tS8MkT0Hb9t2H1AVPkwGfVHLJCqyr2Py9dKMxsyM63Eng1GkdZfbWj+Fmv8Rg==}
|
||||
peerDependencies:
|
||||
react: '*'
|
||||
dependencies:
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-is/16.13.1:
|
||||
|
@ -5083,7 +5083,7 @@ packages:
|
|||
resolution: {integrity: sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==}
|
||||
dev: false
|
||||
|
||||
/react-modal/3.15.1_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/react-modal/3.15.1_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-duB9bxOaYg7Zt6TMFldIFxQRtSP+Dg3F1ZX3FXxSUn+3tZZ/9JCgeAQKDg7rhZSAqopq8TFRw3yIbnx77gyFTw==}
|
||||
engines: {node: '>=8'}
|
||||
peerDependencies:
|
||||
|
@ -5092,13 +5092,13 @@ packages:
|
|||
dependencies:
|
||||
exenv: 1.2.2
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-lifecycles-compat: 3.0.4
|
||||
warning: 4.0.3
|
||||
dev: false
|
||||
|
||||
/react-query/3.39.1_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/react-query/3.39.1_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-qYKT1bavdDiQZbngWZyPotlBVzcBjDYEJg5RQLBa++5Ix5jjfbEYJmHSZRZD+USVHUSvl/ey9Hu+QfF1QAK80A==}
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
|
@ -5113,8 +5113,8 @@ packages:
|
|||
'@babel/runtime': 7.18.3
|
||||
broadcast-channel: 3.7.0
|
||||
match-sorter: 6.3.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-refresh/0.13.0:
|
||||
|
@ -5122,66 +5122,66 @@ packages:
|
|||
engines: {node: '>=0.10.0'}
|
||||
dev: true
|
||||
|
||||
/react-router-dom/6.3.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/react-router-dom/6.3.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-uaJj7LKytRxZNQV8+RbzJWnJ8K2nPsOOEuX7aQstlMZKQT0164C+X2w6bnkqU3sjtLvpd5ojrezAyfZ1+0sStw==}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
react-dom: '>=16.8'
|
||||
dependencies:
|
||||
history: 5.3.0
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react-router: 6.3.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
react-router: 6.3.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-router/6.3.0_react@18.1.0:
|
||||
/react-router/6.3.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-7Wh1DzVQ+tlFjkeo+ujvjSqSJmkt1+8JO+T5xklPlgrh70y7ogx75ODRW0ThWhY7S+6yEDks8TYrtQe/aoboBQ==}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
dependencies:
|
||||
history: 5.3.0
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-switch/7.0.0_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/react-switch/7.0.0_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-KkDeW+cozZXI6knDPyUt3KBN1rmhoVYgAdCJqAh7st7tk8YE6N0iR89zjCWO8T8dUTeJGTR0KU+5CHCRMRffiA==}
|
||||
peerDependencies:
|
||||
react: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
|
||||
react-dom: ^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
|
||||
dependencies:
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react-table/7.8.0_react@18.1.0:
|
||||
/react-table/7.8.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-hNaz4ygkZO4bESeFfnfOft73iBUj8K5oKi1EcSHPAibEydfsX2MyU6Z8KCr3mv3C9Kqqh71U+DhZkFvibbnPbA==}
|
||||
peerDependencies:
|
||||
react: ^16.8.3 || ^17.0.0-0 || ^18.0.0
|
||||
dependencies:
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-tabs/5.1.0_react@18.1.0:
|
||||
/react-tabs/5.1.0_react@18.2.0:
|
||||
resolution: {integrity: sha512-jsPVEPuhG7JljTo8Q4ujz4UKRpG90nHlDClAdvV5KrLxCHU+MT/kg7dmhq8fDv8+frciDtaYeFFlTVRLm4N5AQ==}
|
||||
peerDependencies:
|
||||
react: ^18.0.0
|
||||
dependencies:
|
||||
clsx: 1.1.1
|
||||
prop-types: 15.8.1
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-tiny-fab/4.0.4_react@18.1.0:
|
||||
/react-tiny-fab/4.0.4_react@18.2.0:
|
||||
resolution: {integrity: sha512-PxT6gEnIQR2vFfeIaa1Oq4PRX+cIEDbEfbS6PyevWCQngrKfqjMKPEcZOaaURaUclB9u3RilgjkaBUQFVlbWcg==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
react: '>=16.8'
|
||||
dependencies:
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/react-window/1.8.7_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/react-window/1.8.7_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-JHEZbPXBpKMmoNO1bNhoXOOLg/ujhL/BU4IqVU9r8eQPcy5KQnGHIHDRkJ0ns9IM5+Aq5LNwt3j8t3tIrePQzA==}
|
||||
engines: {node: '>8.0.0'}
|
||||
peerDependencies:
|
||||
|
@ -5190,12 +5190,12 @@ packages:
|
|||
dependencies:
|
||||
'@babel/runtime': 7.18.3
|
||||
memoize-one: 5.2.1
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/react/18.1.0:
|
||||
resolution: {integrity: sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==}
|
||||
/react/18.2.0:
|
||||
resolution: {integrity: sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
|
@ -5214,7 +5214,7 @@ packages:
|
|||
picomatch: 2.3.1
|
||||
dev: true
|
||||
|
||||
/recoil/0.7.3_ef5jwxihqo6n7gxfmzogljlgcm:
|
||||
/recoil/0.7.3_biqbaboplfbrettd7655fr4n2y:
|
||||
resolution: {integrity: sha512-WaPppk3Hz5/V9nOVmu1X/o3cJyf/rLXw/YsEENvMzEDk+LKqMiGfFgZ3Gg51TKWccpCZCyrSBXn2O4L1E2WDPQ==}
|
||||
peerDependencies:
|
||||
react: '>=16.13.1'
|
||||
|
@ -5227,8 +5227,8 @@ packages:
|
|||
optional: true
|
||||
dependencies:
|
||||
hamt_plus: 1.0.2
|
||||
react: 18.1.0
|
||||
react-dom: 18.1.0_react@18.1.0
|
||||
react: 18.2.0
|
||||
react-dom: 18.2.0_react@18.2.0
|
||||
dev: false
|
||||
|
||||
/regenerate-unicode-properties/10.0.1:
|
||||
|
@ -5389,8 +5389,8 @@ packages:
|
|||
source-map-js: 1.0.2
|
||||
dev: true
|
||||
|
||||
/scheduler/0.22.0:
|
||||
resolution: {integrity: sha512-6QAm1BgQI88NPYymgGQLCZgvep4FyePDWFpXVK+zNSUgHwlqpJy8VEh8Et0KxTACS4VWwMousBElAZOH9nkkoQ==}
|
||||
/scheduler/0.23.0:
|
||||
resolution: {integrity: sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==}
|
||||
dependencies:
|
||||
loose-envify: 1.4.0
|
||||
dev: false
|
||||
|
@ -5763,13 +5763,13 @@ packages:
|
|||
punycode: 2.1.1
|
||||
dev: true
|
||||
|
||||
/use-asset/1.0.4_react@18.1.0:
|
||||
/use-asset/1.0.4_react@18.2.0:
|
||||
resolution: {integrity: sha512-7/hqDrWa0iMnCoET9W1T07EmD4Eg/Wmoj/X8TGBc++ECRK4m5yTsjP4O6s0yagbxfqIOuUkIxe2/sA+VR2GxZA==}
|
||||
peerDependencies:
|
||||
react: '>=17.0'
|
||||
dependencies:
|
||||
fast-deep-equal: 3.1.3
|
||||
react: 18.1.0
|
||||
react: 18.2.0
|
||||
dev: false
|
||||
|
||||
/util-deprecate/1.0.2:
|
||||
|
|
Loading…
Reference in a new issue