Browse Source

resolve client dependencies

Signed-off-by: shanghaikid <jiangruiyi@gmail.com>
shanghaikid 2 years ago
parent
commit
1acf582ff9
2 changed files with 368 additions and 541 deletions
  1. 16 16
      client/package.json
  2. 352 525
      client/yarn.lock

+ 16 - 16
client/package.json

@@ -13,40 +13,40 @@
     "@material-ui/lab": "4.0.0-alpha.58",
     "@material-ui/lab": "4.0.0-alpha.58",
     "@material-ui/pickers": "^3.3.10",
     "@material-ui/pickers": "^3.3.10",
     "@mui/x-data-grid": "^4.0.0",
     "@mui/x-data-grid": "^4.0.0",
-    "axios": "^0.21.3",
-    "d3": "^7.8.2",
-    "dayjs": "^1.10.5",
+    "axios": "^1.4.0",
+    "d3": "^7.8.5",
+    "dayjs": "^1.11.9",
     "file-saver": "^2.0.5",
     "file-saver": "^2.0.5",
     "i18next": "^20.3.1",
     "i18next": "^20.3.1",
-    "papaparse": "^5.3.1",
+    "papaparse": "^5.4.1",
     "react": "^18.2.0",
     "react": "^18.2.0",
     "react-dom": "^18.2.0",
     "react-dom": "^18.2.0",
     "react-highlight-words": "^0.17.0",
     "react-highlight-words": "^0.17.0",
     "react-i18next": "^12.0.0",
     "react-i18next": "^12.0.0",
-    "react-router-dom": "^6.14.1",
-    "react-syntax-highlighter": "^15.4.4",
-    "socket.io-client": "^4.1.3",
-    "vite": "^3.2.2",
+    "react-router-dom": "^6.14.2",
+    "react-syntax-highlighter": "^15.5.0",
+    "socket.io-client": "^4.7.1",
+    "vite": "^4.4.4",
     "vite-plugin-svgr": "^0.3.0",
     "vite-plugin-svgr": "^0.3.0",
     "web-vitals": "^1.0.1"
     "web-vitals": "^1.0.1"
   },
   },
   "devDependencies": {
   "devDependencies": {
-    "@testing-library/jest-dom": "^5.16.5",
+    "@testing-library/jest-dom": "^5.17.0",
     "@testing-library/react": "12.1.2",
     "@testing-library/react": "12.1.2",
     "@testing-library/react-hooks": "^7.0.1",
     "@testing-library/react-hooks": "^7.0.1",
     "@testing-library/user-event": "^12.1.10",
     "@testing-library/user-event": "^12.1.10",
     "@types/d3": "^7.4.0",
     "@types/d3": "^7.4.0",
-    "@types/file-saver": "^2.0.4",
+    "@types/file-saver": "^2.0.5",
     "@types/loadable__component": "^5.13.4",
     "@types/loadable__component": "^5.13.4",
     "@types/node": "^12.0.0",
     "@types/node": "^12.0.0",
-    "@types/papaparse": "^5.2.6",
-    "@types/react": "^18.0.25",
-    "@types/react-dom": "^18.0.8",
-    "@types/react-highlight-words": "^0.16.2",
+    "@types/papaparse": "^5.3.7",
+    "@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-router-dom": "^5.3.3",
     "@types/react-syntax-highlighter": "^13.5.2",
     "@types/react-syntax-highlighter": "^13.5.2",
-    "@types/webpack-env": "^1.16.3",
-    "@vitejs/plugin-react": "^2.2.0",
+    "@types/webpack-env": "^1.18.1",
+    "@vitejs/plugin-react": "^4.0.3",
     "@vitejs/plugin-react-refresh": "^1.3.6",
     "@vitejs/plugin-react-refresh": "^1.3.6",
     "@vitest/coverage-c8": "^0.25.0",
     "@vitest/coverage-c8": "^0.25.0",
     "jsdom": "^20.0.2",
     "jsdom": "^20.0.2",

File diff suppressed because it is too large
+ 352 - 525
client/yarn.lock


Some files were not shown because too many files changed in this diff