Commit 90257382 authored by Grant's avatar Grant
Browse files

update & reorganize all dependencies

parent 15a32a03
Loading
Loading
Loading
Loading
Loading
+6278 −7743

File changed.

Preview size limit exceeded, changes collapsed.

+23 −3
+5 −21
Original line number Diff line number Diff line
@@ -10,34 +10,18 @@
    "preview": "vite preview"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.5.1",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@nextui-org/react": "^2.2.9",
    "framer-motion": "^11.0.5",
    "localforage": "^1.10.0",
    "match-sorter": "^6.3.4",
    "next-themes": "^0.2.1",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.1",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.22.1",
    "react-toastify": "^10.0.5",
    "sort-by": "^1.2.0"
    "react-apexcharts": "^1.7.0",
    "react-router-dom": "^6.28.1",
    "sort-by": "^0.0.2"
  },
  "devDependencies": {
    "@types/react": "^18.2.56",
    "@types/react-dom": "^18.2.19",
    "@typescript-eslint/eslint-plugin": "^7.0.2",
    "@typescript-eslint/parser": "^7.0.2",
    "@vitejs/plugin-react": "^4.2.1",
    "autoprefixer": "^10.4.17",
    "eslint": "^8.56.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "eslint-plugin-react-refresh": "^0.4.16",
    "postcss": "^8.4.35",
    "tailwindcss": "^3.4.1",
    "typescript": "^5.7.2",
    "vite": "^5.1.4"
    "typescript": "^5.7.2"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ const options: Props["options"] = {
  chart: {
    type: "area",
    animations: {
      easing: "linear",
      // easing: "linear",
      speed: 300,
    },
    sparkline: {
+3 −22
Original line number Diff line number Diff line
@@ -20,43 +20,24 @@
    "@bugsnag/browser-performance": "^2.7.0",
    "@bugsnag/js": "^7.25.0",
    "@bugsnag/plugin-react": "^7.25.0",
    "@fortawesome/fontawesome-svg-core": "^6.5.1",
    "@fortawesome/free-brands-svg-icons": "^6.5.2",
    "@fortawesome/free-solid-svg-icons": "^6.7.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@icons-pack/react-simple-icons": "^9.6.0",
    "@icons-pack/react-simple-icons": "^9.7.0",
    "@nextui-org/react": "^2.2.9",
    "@sc07-canvas/lib": "^1.0.0",
    "@theme-toggles/react": "^4.1.0",
    "@typescript-eslint/parser": "^7.1.0",
    "eventemitter3": "^5.0.1",
    "framer-motion": "^11.3.2",
    "lodash.throttle": "^4.1.1",
    "next-themes": "^0.3.0",
    "prop-types": "^15.8.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-toastify": "^10.0.5",
    "react-zoom-pan-pinch": "^3.4.1",
    "socket.io-client": "^4.7.4"
    "socket.io-client": "^4.8.1"
  },
  "devDependencies": {
    "@tsconfig/vite-react": "^3.0.0",
    "@types/grecaptcha": "^3.0.9",
    "@types/lodash.throttle": "^4.1.9",
    "@types/react": "^18.2.48",
    "@types/react-dom": "^18.2.18",
    "@types/socket.io-client": "^3.0.0",
    "@vitejs/plugin-react": "^4.2.1",
    "autoprefixer": "^10.4.17",
    "eslint": "^8.56.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "postcss": "^8.4.35",
    "sass": "^1.70.0",
    "tailwindcss": "^3.4.1",
    "vite": "^5.1.1",
    "vite-plugin-simple-html": "^0.1.2"
    "sass": "^1.83.0"
  }
}
Loading