Skip to content

Commit

Permalink
Upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
haishanh committed Oct 30, 2023
1 parent d37a1ff commit c30d9e4
Show file tree
Hide file tree
Showing 7 changed files with 995 additions and 789 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,35 +29,35 @@
"private": true,
"license": "MIT",
"dependencies": {
"@fontsource/roboto-mono": "5.0.8",
"@fontsource/roboto-mono": "5.0.15",
"@radix-ui/react-menubar": "^1.0.4",
"@reach/tooltip": "0.18.0",
"@reach/visually-hidden": "0.18.0",
"@tanstack/react-query": "4.35.3",
"@tanstack/react-table": "^8.10.3",
"@tanstack/react-query": "5.4.3",
"@tanstack/react-table": "^8.10.7",
"chart.js": "4.4.0",
"clsx": "^2.0.0",
"country-flag-emoji-polyfill": "0.1.4",
"date-fns": "2.30.0",
"framer-motion": "10.16.4",
"history": "5.3.0",
"i18next": "23.5.1",
"i18next": "23.6.0",
"i18next-browser-languagedetector": "7.1.0",
"immer": "10.0.2",
"immer": "10.0.3",
"invariant": "^2.2.4",
"is-network-error": "1.0.0",
"jotai": "^2.4.3",
"jotai": "^2.5.0",
"lodash-es": "^4.17.21",
"modern-normalize": "2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.11",
"react-feather": "^2.0.10",
"react-i18next": "13.2.2",
"react-i18next": "13.3.1",
"react-icons": "4.11.0",
"react-modal": "3.16.1",
"react-router": "6.16.0",
"react-router-dom": "6.16.0",
"react-router": "6.17.0",
"react-router-dom": "6.17.0",
"react-tabs": "6.0.2",
"react-tiny-fab": "4.0.4",
"react-window": "^1.8.9",
Expand All @@ -72,22 +72,22 @@
"workbox-strategies": "7.0.0"
},
"devDependencies": {
"@fontsource/inter": "5.0.8",
"@types/invariant": "2.2.35",
"@types/lodash-es": "4.17.9",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"@types/react-modal": "3.16.1",
"@types/react-window": "1.8.6",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@fontsource/inter": "5.0.15",
"@types/invariant": "2.2.36",
"@types/lodash-es": "4.17.10",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-modal": "3.16.2",
"@types/react-window": "1.8.7",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitejs/plugin-react": "4.1.0",
"autoprefixer": "10.4.16",
"eslint": "8.50.0",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
Expand All @@ -98,11 +98,11 @@
"postcss-simple-vars": "^7.0.1",
"prettier": "3.0.3",
"resize-observer-polyfill": "^1.5.1",
"sass": "1.68.0",
"tailwindcss": "3.3.3",
"sass": "1.69.5",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-plugin-pwa": "0.16.5"
"vite": "4.5.0",
"vite-plugin-pwa": "0.16.6"
},
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit c30d9e4

Please sign in to comment.