Upgrade deps
This commit is contained in:
parent
46ca343aed
commit
b823e60097
2 changed files with 730 additions and 644 deletions
28
package.json
28
package.json
|
@ -28,7 +28,7 @@
|
|||
"private": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.18.9",
|
||||
"@babel/runtime": "7.19.0",
|
||||
"@fontsource/roboto-mono": "4.5.8",
|
||||
"@reach/menu-button": "0.17.0",
|
||||
"@reach/tooltip": "0.17.0",
|
||||
|
@ -36,9 +36,9 @@
|
|||
"@tanstack/react-query": "4.2.3",
|
||||
"chart.js": "3.9.1",
|
||||
"clsx": "^1.2.1",
|
||||
"core-js": "3.25.0",
|
||||
"core-js": "3.25.1",
|
||||
"date-fns": "2.29.2",
|
||||
"framer-motion": "7.2.1",
|
||||
"framer-motion": "7.3.2",
|
||||
"history": "5.3.0",
|
||||
"i18next": "21.9.1",
|
||||
"i18next-browser-languagedetector": "6.1.5",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-feather": "^2.0.10",
|
||||
"react-i18next": "11.18.5",
|
||||
"react-i18next": "11.18.6",
|
||||
"react-icons": "4.4.0",
|
||||
"react-modal": "3.15.1",
|
||||
"react-router": "6.3.0",
|
||||
|
@ -81,9 +81,9 @@
|
|||
"@types/react-dom": "18.0.6",
|
||||
"@types/react-modal": "3.13.1",
|
||||
"@types/react-window": "1.8.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.1",
|
||||
"@typescript-eslint/parser": "5.36.1",
|
||||
"@vitejs/plugin-react": "2.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.36.2",
|
||||
"@typescript-eslint/parser": "5.36.2",
|
||||
"@vitejs/plugin-react": "2.1.0",
|
||||
"autoprefixer": "10.4.8",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-config-airbnb-base": "15.0.0",
|
||||
|
@ -92,18 +92,18 @@
|
|||
"eslint-plugin-flowtype": "8.0.3",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-react": "7.31.2",
|
||||
"eslint-plugin-react": "7.31.8",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"eslint-plugin-simple-import-sort": "^8.0.0",
|
||||
"postcss": "8.4.16",
|
||||
"postcss-custom-media": "^8.0.2",
|
||||
"postcss-import": "15.0.0",
|
||||
"postcss-simple-vars": "^6.0.3",
|
||||
"postcss-simple-vars": "^7.0.0",
|
||||
"prettier": "2.7.1",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"sass": "1.54.8",
|
||||
"typescript": "4.8.2",
|
||||
"vite": "3.0.9",
|
||||
"vite-plugin-pwa": "0.12.6"
|
||||
"sass": "1.54.9",
|
||||
"typescript": "4.8.3",
|
||||
"vite": "3.1.0",
|
||||
"vite-plugin-pwa": "0.12.7"
|
||||
}
|
||||
}
|
||||
|
|
1346
pnpm-lock.yaml
1346
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue