Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Feb 12, 2023
1 parent 759d742 commit 8337591
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins:

extends:
- 'plugin:@typescript-eslint/recommended'
- prettier
- react-app
- 'plugin:jsx-a11y/recommended'
- prettier

env:
node: true
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"@reach/menu-button": "0.18.0",
"@reach/tooltip": "0.18.0",
"@reach/visually-hidden": "0.18.0",
"@tanstack/react-query": "4.24.2",
"chart.js": "4.2.0",
"@tanstack/react-query": "4.24.4",
"chart.js": "4.2.1",
"clsx": "^1.2.1",
"core-js": "3.27.2",
"date-fns": "2.29.3",
"framer-motion": "8.5.4",
"framer-motion": "9.0.2",
"history": "5.3.0",
"i18next": "22.4.9",
"i18next-browser-languagedetector": "7.0.1",
Expand All @@ -50,11 +50,11 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "12.1.4",
"react-i18next": "12.1.5",
"react-icons": "4.7.1",
"react-modal": "3.16.1",
"react-router": "6.8.0",
"react-router-dom": "6.8.0",
"react-router": "6.8.1",
"react-router-dom": "6.8.1",
"react-switch": "^7.0.0",
"react-table": "7.8.0",
"react-tabs": "6.0.0",
Expand All @@ -75,15 +75,15 @@
"@fontsource/inter": "4.5.15",
"@types/invariant": "2.2.35",
"@types/lodash-es": "4.17.6",
"@types/react": "18.0.27",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-modal": "3.13.1",
"@types/react-window": "1.8.5",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"@vitejs/plugin-react": "3.0.1",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@vitejs/plugin-react": "3.1.0",
"autoprefixer": "10.4.13",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.6.0",
"eslint-config-react-app": "7.0.1",
Expand All @@ -96,11 +96,11 @@
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "2.8.3",
"prettier": "2.8.4",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.57.1",
"typescript": "4.9.4",
"vite": "4.0.4",
"vite-plugin-pwa": "0.14.1"
"sass": "1.58.0",
"typescript": "4.9.5",
"vite": "4.1.1",
"vite-plugin-pwa": "0.14.4"
}
}
Loading

0 comments on commit 8337591

Please sign in to comment.