Upgrade deps
This commit is contained in:
parent
39eb8579eb
commit
d4862591ee
2 changed files with 811 additions and 923 deletions
40
package.json
40
package.json
|
@ -29,19 +29,19 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.18.9",
|
||||
"@fontsource/roboto-mono": "4.5.7",
|
||||
"@fontsource/roboto-mono": "4.5.8",
|
||||
"@reach/menu-button": "0.17.0",
|
||||
"@reach/tooltip": "0.17.0",
|
||||
"@reach/visually-hidden": "0.17.0",
|
||||
"@tanstack/react-query": "4.0.10",
|
||||
"@tanstack/react-query": "4.2.3",
|
||||
"chart.js": "3.9.1",
|
||||
"clsx": "^1.2.1",
|
||||
"core-js": "3.24.1",
|
||||
"date-fns": "2.29.1",
|
||||
"framer-motion": "7.0.0",
|
||||
"core-js": "3.25.0",
|
||||
"date-fns": "2.29.2",
|
||||
"framer-motion": "7.2.1",
|
||||
"history": "5.3.0",
|
||||
"i18next": "21.8.16",
|
||||
"i18next-browser-languagedetector": "6.1.4",
|
||||
"i18next": "21.9.1",
|
||||
"i18next-browser-languagedetector": "6.1.5",
|
||||
"i18next-http-backend": "1.4.1",
|
||||
"immer": "9.0.15",
|
||||
"invariant": "^2.2.4",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-feather": "^2.0.10",
|
||||
"react-i18next": "11.18.3",
|
||||
"react-i18next": "11.18.5",
|
||||
"react-icons": "4.4.0",
|
||||
"react-modal": "3.15.1",
|
||||
"react-router": "6.3.0",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"react-tabs": "5.1.0",
|
||||
"react-tiny-fab": "4.0.4",
|
||||
"react-window": "^1.8.5",
|
||||
"recoil": "0.7.4",
|
||||
"recoil": "0.7.5",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"reselect": "4.1.6",
|
||||
"tslib": "2.4.0",
|
||||
|
@ -74,36 +74,36 @@
|
|||
"workbox-strategies": "6.5.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fontsource/inter": "4.5.11",
|
||||
"@fontsource/inter": "4.5.12",
|
||||
"@types/invariant": "2.2.35",
|
||||
"@types/lodash-es": "4.17.6",
|
||||
"@types/react": "18.0.15",
|
||||
"@types/react": "18.0.17",
|
||||
"@types/react-dom": "18.0.6",
|
||||
"@types/react-modal": "3.13.1",
|
||||
"@types/react-window": "1.8.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.32.0",
|
||||
"@typescript-eslint/parser": "5.32.0",
|
||||
"@vitejs/plugin-react": "2.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.35.1",
|
||||
"@typescript-eslint/parser": "5.35.1",
|
||||
"@vitejs/plugin-react": "2.0.1",
|
||||
"autoprefixer": "10.4.8",
|
||||
"eslint": "8.21.0",
|
||||
"eslint": "8.23.0",
|
||||
"eslint-config-airbnb-base": "15.0.0",
|
||||
"eslint-config-prettier": "8.5.0",
|
||||
"eslint-config-react-app": "7.0.1",
|
||||
"eslint-plugin-flowtype": "8.0.3",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"eslint-plugin-jsx-a11y": "6.6.1",
|
||||
"eslint-plugin-react": "7.30.1",
|
||||
"eslint-plugin-react": "7.31.1",
|
||||
"eslint-plugin-react-hooks": "4.6.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"postcss": "8.4.14",
|
||||
"postcss": "8.4.16",
|
||||
"postcss-custom-media": "^8.0.2",
|
||||
"postcss-import": "14.1.0",
|
||||
"postcss-simple-vars": "^6.0.3",
|
||||
"prettier": "2.7.1",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"sass": "1.54.2",
|
||||
"typescript": "4.7.4",
|
||||
"vite": "3.0.4",
|
||||
"sass": "1.54.5",
|
||||
"typescript": "4.8.2",
|
||||
"vite": "3.0.9",
|
||||
"vite-plugin-pwa": "0.12.3"
|
||||
}
|
||||
}
|
||||
|
|
1694
pnpm-lock.yaml
1694
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue