Skip to content

Commit

Permalink
upgrade dependencies (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid authored Jun 19, 2024
1 parent 05afc60 commit 97c6c4e
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 59 deletions.
9 changes: 4 additions & 5 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"d3": "^7.8.5",
"dayjs": "^1.11.9",
"file-saver": "^2.0.5",
"filesaver": "^0.0.13",
"i18next": "^20.3.1",
"i18next-browser-languagedetector": "^7.2.0",
"papaparse": "^5.4.1",
Expand All @@ -34,7 +33,7 @@
"react-i18next": "^13.5.0",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.5.0",
"socket.io-client": "^4.7.1",
"socket.io-client": "^4.7.5",
"web-vitals": "^1.0.1"
},
"devDependencies": {
Expand All @@ -46,20 +45,20 @@
"@types/file-saver": "^2.0.5",
"@types/loadable__component": "^5.13.4",
"@types/node": "^12.0.0",
"@types/papaparse": "^5.3.7",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-highlight-words": "^0.16.4",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/webpack-env": "^1.18.1",
"@vitejs/plugin-react": "^4.0.3",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@vitest/coverage-c8": "^0.25.0",
"jsdom": "^20.0.2",
"prettier": "2.3.2",
"typescript": "^4.1.2",
"vite": "^5.2.11",
"vite": "^5.3.1",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.2.1"
},
Expand Down
Loading

0 comments on commit 97c6c4e

Please sign in to comment.