Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Jan 18, 2023
1 parent bfd154b commit 4785621
Show file tree
Hide file tree
Showing 16 changed files with 1,406 additions and 1,282 deletions.
67 changes: 33 additions & 34 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,41 +28,41 @@
"private": true,
"license": "MIT",
"dependencies": {
"@babel/runtime": "7.20.1",
"@babel/runtime": "7.20.7",
"@fontsource/roboto-mono": "4.5.8",
"@reach/menu-button": "0.18.0",
"@reach/tooltip": "0.18.0",
"@reach/visually-hidden": "0.18.0",
"@tanstack/react-query": "4.14.5",
"chart.js": "3.9.1",
"@tanstack/react-query": "4.22.0",
"chart.js": "4.1.2",
"clsx": "^1.2.1",
"core-js": "3.26.0",
"core-js": "3.27.1",
"date-fns": "2.29.3",
"framer-motion": "7.6.4",
"framer-motion": "8.4.6",
"history": "5.3.0",
"i18next": "22.0.4",
"i18next": "22.4.9",
"i18next-browser-languagedetector": "7.0.1",
"i18next-http-backend": "2.0.1",
"immer": "9.0.16",
"i18next-http-backend": "2.1.1",
"immer": "9.0.18",
"invariant": "^2.2.4",
"lodash-es": "^4.17.21",
"memoize-one": "6.0.0",
"modern-normalize": "1.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "12.0.0",
"react-icons": "4.6.0",
"react-i18next": "12.1.4",
"react-icons": "4.7.1",
"react-modal": "3.16.1",
"react-router": "6.4.3",
"react-router-dom": "6.4.3",
"react-router": "6.6.2",
"react-router-dom": "6.6.2",
"react-switch": "^7.0.0",
"react-table": "7.8.0",
"react-tabs": "5.1.0",
"react-tabs": "6.0.0",
"react-tiny-fab": "4.0.4",
"react-window": "^1.8.8",
"recoil": "0.7.6",
"regenerator-runtime": "0.13.10",
"regenerator-runtime": "0.13.11",
"reselect": "4.1.7",
"tslib": "2.4.1",
"use-asset": "1.0.4",
Expand All @@ -76,33 +76,32 @@
"@fontsource/inter": "4.5.14",
"@types/invariant": "2.2.35",
"@types/lodash-es": "4.17.6",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/react-modal": "3.13.1",
"@types/react-window": "1.8.5",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@vitejs/plugin-react": "2.2.0",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"@vitejs/plugin-react": "3.0.1",
"autoprefixer": "10.4.13",
"eslint": "8.27.0",
"eslint": "8.32.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-config-prettier": "8.6.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.31.10",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"postcss": "8.4.18",
"postcss-custom-media": "^8.0.2",
"postcss-import": "15.0.0",
"postcss-simple-vars": "^7.0.0",
"prettier": "2.7.1",
"eslint-plugin-simple-import-sort": "^9.0.0",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "2.8.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.56.0",
"typescript": "4.8.4",
"vite": "3.2.3",
"vite-plugin-pwa": "0.13.2"
"sass": "1.57.1",
"typescript": "4.9.4",
"vite": "4.0.4",
"vite-plugin-pwa": "0.14.1"
}
}
Loading

0 comments on commit 4785621

Please sign in to comment.