Upgrade deps
This commit is contained in:
parent
e4e0631922
commit
dadca39e95
3 changed files with 744 additions and 463 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-
|
||||
|
||||
- uses: pnpm/action-setup@v2.2.1
|
||||
- uses: pnpm/action-setup@v2.2.2
|
||||
with:
|
||||
version: 7
|
||||
run_install: true
|
||||
|
|
54
package.json
54
package.json
|
@ -27,20 +27,20 @@
|
|||
"private": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.17.9",
|
||||
"@babel/runtime": "7.18.3",
|
||||
"@fontsource/roboto-mono": "4.5.7",
|
||||
"@reach/tooltip": "0.17.0",
|
||||
"@reach/visually-hidden": "0.17.0",
|
||||
"chart.js": "3.7.1",
|
||||
"chart.js": "3.8.0",
|
||||
"clsx": "^1.1.0",
|
||||
"core-js": "3.22.4",
|
||||
"core-js": "3.22.8",
|
||||
"date-fns": "2.28.0",
|
||||
"framer-motion": "6.3.3",
|
||||
"framer-motion": "6.3.10",
|
||||
"history": "5.3.0",
|
||||
"i18next": "21.7.1",
|
||||
"i18next": "21.8.8",
|
||||
"i18next-browser-languagedetector": "6.1.4",
|
||||
"i18next-http-backend": "1.4.0",
|
||||
"immer": "9.0.12",
|
||||
"i18next-http-backend": "1.4.1",
|
||||
"immer": "9.0.14",
|
||||
"invariant": "^2.2.4",
|
||||
"lodash-es": "^4.17.21",
|
||||
"memoize-one": "6.0.0",
|
||||
|
@ -48,19 +48,19 @@
|
|||
"prop-types": "15.8.1",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react-feather": "^2.0.9",
|
||||
"react-i18next": "11.16.9",
|
||||
"react-icons": "4.3.1",
|
||||
"react-feather": "^2.0.10",
|
||||
"react-i18next": "11.17.0",
|
||||
"react-icons": "4.4.0",
|
||||
"react-modal": "3.15.1",
|
||||
"react-query": "3.38.1",
|
||||
"react-query": "3.39.1",
|
||||
"react-router": "6.3.0",
|
||||
"react-router-dom": "6.3.0",
|
||||
"react-switch": "^6.0.0",
|
||||
"react-table": "7.7.0",
|
||||
"react-table": "7.8.0",
|
||||
"react-tabs": "5.1.0",
|
||||
"react-tiny-fab": "4.0.4",
|
||||
"react-window": "^1.8.5",
|
||||
"recoil": "0.7.3-alpha.1",
|
||||
"recoil": "0.7.3",
|
||||
"regenerator-runtime": "0.13.9",
|
||||
"reselect": "4.1.5",
|
||||
"tslib": "2.4.0",
|
||||
|
@ -72,39 +72,39 @@
|
|||
"workbox-strategies": "6.5.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fontsource/inter": "4.5.10",
|
||||
"@fontsource/inter": "4.5.11",
|
||||
"@types/invariant": "2.2.35",
|
||||
"@types/jest": "27.5.0",
|
||||
"@types/lodash-es": "4.17.6",
|
||||
"@types/react": "18.0.9",
|
||||
"@types/react-dom": "18.0.3",
|
||||
"@types/react": "18.0.11",
|
||||
"@types/react-dom": "18.0.5",
|
||||
"@types/react-modal": "3.13.1",
|
||||
"@types/react-window": "1.8.5",
|
||||
"@typescript-eslint/eslint-plugin": "5.22.0",
|
||||
"@typescript-eslint/parser": "5.22.0",
|
||||
"@typescript-eslint/eslint-plugin": "5.27.0",
|
||||
"@typescript-eslint/parser": "5.27.0",
|
||||
"@vitejs/plugin-react": "1.3.2",
|
||||
"autoprefixer": "10.4.7",
|
||||
"cssnano": "5.1.7",
|
||||
"eslint": "8.15.0",
|
||||
"cssnano": "5.1.11",
|
||||
"eslint": "8.17.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-jest": "26.1.5",
|
||||
"eslint-plugin-jest": "26.5.1",
|
||||
"eslint-plugin-jsx-a11y": "6.5.1",
|
||||
"eslint-plugin-react": "7.29.4",
|
||||
"eslint-plugin-react": "7.30.0",
|
||||
"eslint-plugin-react-hooks": "4.5.0",
|
||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||
"postcss": "8.4.13",
|
||||
"postcss-custom-media": "^8.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",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"sass": "1.51.0",
|
||||
"typescript": "4.6.4",
|
||||
"vite": "2.9.8",
|
||||
"sass": "1.52.2",
|
||||
"typescript": "4.7.3",
|
||||
"vite": "2.9.9",
|
||||
"vite-plugin-pwa": "0.12.0"
|
||||
}
|
||||
}
|
||||
|
|
1151
pnpm-lock.yaml
1151
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue