Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 259cdefc authored by Simon Chan's avatar Simon Chan
Browse files

chore: upgrade to official eslint-plugin-import

parent b7373774
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,11 +10,11 @@
        "lint": "next lint"
    },
    "dependencies": {
        "@fluentui/react": "^8.104.1",
        "@fluentui/react-file-type-icons": "^8.8.4",
        "@fluentui/react-hooks": "^8.6.14",
        "@fluentui/react-icons": "^2.0.190",
        "@fluentui/style-utilities": "^8.8.4",
        "@fluentui/react": "^8.104.5",
        "@fluentui/react-file-type-icons": "^8.8.5",
        "@fluentui/react-hooks": "^8.6.15",
        "@fluentui/react-icons": "^2.0.191",
        "@fluentui/style-utilities": "^8.8.5",
        "@griffel/react": "^1.5.2",
        "@yume-chan/adb": "workspace:^0.0.17",
        "@yume-chan/adb-backend-direct-sockets": "workspace:^0.0.9",
+160 −183

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
  "pnpmShrinkwrapHash": "b24549e0c9fcfcd9e8a59be0a2e69b959b19b21e",
  "pnpmShrinkwrapHash": "b466b4ef51bbcdaf3b787bb8f3c1b7008cbf8dbd",
  "preferredVersionsHash": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f"
}
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@
        "cross-env": "^7.0.3",
        "eslint": "^8.31.0",
        "jest": "^29.3.1",
        "ts-jest": "^29.0.3",
        "ts-jest": "^29.0.4",
        "typescript": "^4.9.4"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
        "cross-env": "^7.0.3",
        "eslint": "^8.31.0",
        "jest": "^29.3.1",
        "ts-jest": "^29.0.3",
        "ts-jest": "^29.0.4",
        "typescript": "^4.9.4"
    }
}
Loading