Commit eea8d08e authored by Grant's avatar Grant
Browse files

remove sort-by -- unused

parent aba32fcb
Loading
Loading
Loading
Loading
+10 −22
Original line number Diff line number Diff line
@@ -2757,11 +2757,11 @@
      "dev": true
    },
    "node_modules/@icons-pack/react-simple-icons": {
      "version": "9.7.0",
      "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-9.7.0.tgz",
      "integrity": "sha512-KvMwsHUD3mZSu5fCS7Jw3xH4mDqK94PcT39MoyBwtdbpyl5JEsB8kMZOInKsuzpIEb4XqSfsJ49K30j8s0uHpg==",
      "version": "10.2.0",
      "resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-10.2.0.tgz",
      "integrity": "sha512-QDUxup8D3GdIIzwGpxQs6bjeFV5mJes25qqf4aqP/PaBYQNCar7AiyD8C14636TosCG0A/QqAUwm/Hviep4d4g==",
      "peerDependencies": {
        "react": "^16.13 || ^17 || ^18"
        "react": "^16.13 || ^17 || ^18 || ^19"
      }
    },
    "node_modules/@internationalized/date": {
@@ -12609,9 +12609,9 @@
      "devOptional": true
    },
    "node_modules/match-sorter": {
      "version": "6.3.4",
      "resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-6.3.4.tgz",
      "integrity": "sha512-jfZW7cWS5y/1xswZo8VBOdudUiSd9nifYRWphc9M5D/ee4w4AoXLgBEdRbgVaxbMuagBPeUC5y2Hi8DO6o9aDg==",
      "version": "8.0.0",
      "resolved": "https://registry.npmjs.org/match-sorter/-/match-sorter-8.0.0.tgz",
      "integrity": "sha512-bGJ6Zb+OhzXe+ptP5d80OLVx7AkqfRbtGEh30vNSfjNwllu+hHI+tcbMIT/fbkx/FKN1PmKuDb65+Oofg+XUxw==",
      "dependencies": {
        "@babel/runtime": "^7.23.8",
        "remove-accents": "0.5.0"
@@ -16524,10 +16524,9 @@
        "@nextui-org/react": "^2.2.9",
        "framer-motion": "^11.0.5",
        "localforage": "^1.10.0",
        "match-sorter": "^6.3.4",
        "match-sorter": "^8.0.0",
        "react-apexcharts": "^1.7.0",
        "react-router-dom": "^6.28.1",
        "sort-by": "^0.0.2"
        "react-router-dom": "^6.28.1"
      },
      "devDependencies": {
        "eslint-plugin-react-refresh": "^0.4.16",
@@ -16561,18 +16560,13 @@
        "react": ">=0.13"
      }
    },
    "packages/admin/node_modules/sort-by": {
      "version": "0.0.2",
      "resolved": "https://registry.npmjs.org/sort-by/-/sort-by-0.0.2.tgz",
      "integrity": "sha512-iOX5oHA4a0eqTMFiWrHYqv924UeRKFBLhym7iwSVG37Egg2wApgZKAjyzM9WZjMwKv6+8Zi+nIaJ7FYsO9EkoA=="
    },
    "packages/client": {
      "name": "@sc07-canvas/client",
      "version": "1.0.0",
      "license": "ISC",
      "dependencies": {
        "@fortawesome/free-solid-svg-icons": "^6.7.2",
        "@icons-pack/react-simple-icons": "^9.7.0",
        "@icons-pack/react-simple-icons": "^10.2.0",
        "@nextui-org/react": "^2.2.9",
        "@sc07-canvas/lib": "^1.0.0",
        "@theme-toggles/react": "^4.1.0",
@@ -16657,7 +16651,6 @@
        "rate-limit-redis": "^4.2.0",
        "redis": "^4.7.0",
        "socket.io": "^4.8.1",
        "sort-by": "0.0.2",
        "winston": "^3.17.0"
      },
      "devDependencies": {
@@ -16672,11 +16665,6 @@
        "ts-node": "^10.9.1",
        "typescript": "^5.7.2"
      }
    },
    "packages/server/node_modules/sort-by": {
      "version": "0.0.2",
      "resolved": "https://registry.npmjs.org/sort-by/-/sort-by-0.0.2.tgz",
      "integrity": "sha512-iOX5oHA4a0eqTMFiWrHYqv924UeRKFBLhym7iwSVG37Egg2wApgZKAjyzM9WZjMwKv6+8Zi+nIaJ7FYsO9EkoA=="
    }
  }
}
+1 −2
Original line number Diff line number Diff line
@@ -16,8 +16,7 @@
    "localforage": "^1.10.0",
    "match-sorter": "^8.0.0",
    "react-apexcharts": "^1.7.0",
    "react-router-dom": "^6.28.1",
    "sort-by": "^0.0.2"
    "react-router-dom": "^6.28.1"
  },
  "devDependencies": {
    "eslint-plugin-react-refresh": "^0.4.16",
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@
    "rate-limit-redis": "^4.2.0",
    "redis": "^4.7.0",
    "socket.io": "^4.8.1",
    "sort-by": "0.0.2",
    "winston": "^3.17.0"
  }
}