|
3 | 3 | "version": "4.9.0", |
4 | 4 | "type": "commonjs", |
5 | 5 | "description": "Import with sanity.", |
6 | | - "repository": "git+https://github.com/un-ts/eslint-plugin-import-x", |
| 6 | + "repository": "https://github.com/un-ts/eslint-plugin-import-x", |
7 | 7 | "author": "JounQin <admin@1stg.me> (https://www.1stG.me)", |
8 | 8 | "license": "MIT", |
9 | 9 | "packageManager": "yarn@4.7.0", |
|
49 | 49 | }, |
50 | 50 | "dependencies": { |
51 | 51 | "@types/doctrine": "^0.0.9", |
52 | | - "@typescript-eslint/utils": "^8.26.1", |
| 52 | + "@typescript-eslint/utils": "^8.27.0", |
53 | 53 | "debug": "^4.4.0", |
54 | 54 | "doctrine": "^3.0.0", |
55 | 55 | "eslint-import-resolver-node": "^0.3.9", |
56 | 56 | "get-tsconfig": "^4.10.0", |
57 | | - "picomatch": "^4.0.2", |
58 | | - "rspack-resolver": "^1.2.1", |
| 57 | + "is-glob": "^4.0.3", |
| 58 | + "minimatch": "^10.0.1", |
| 59 | + "rspack-resolver": "^1.2.2", |
59 | 60 | "semver": "^7.7.1", |
60 | 61 | "stable-hash": "^0.0.5", |
61 | 62 | "tslib": "^2.8.1" |
|
89 | 90 | "@types/debug": "^4.1.12", |
90 | 91 | "@types/eslint": "^9.6.1", |
91 | 92 | "@types/eslint8.56": "npm:@types/eslint@~8.56.0", |
| 93 | + "@types/is-glob": "^4.0.4", |
92 | 94 | "@types/jest": "^29.5.14", |
93 | 95 | "@types/json-schema": "^7.0.15", |
94 | 96 | "@types/klaw-sync": "^6.0.5", |
95 | 97 | "@types/node": "^20.17.24", |
96 | | - "@types/picomatch": "^3.0.2", |
97 | 98 | "@types/pnpapi": "^0.0.5", |
98 | | - "@typescript-eslint/eslint-plugin": "^8.26.1", |
99 | | - "@typescript-eslint/parser": "^8.26.1", |
100 | | - "@typescript-eslint/rule-tester": "^8.26.1", |
| 99 | + "@typescript-eslint/eslint-plugin": "^8.27.0", |
| 100 | + "@typescript-eslint/parser": "^8.27.0", |
| 101 | + "@typescript-eslint/rule-tester": "^8.27.0", |
101 | 102 | "@unts/patch-package": "^8.1.1", |
102 | 103 | "clean-pkg-json": "^1.2.1", |
103 | 104 | "cross-env": "^7.0.3", |
104 | 105 | "eslint": "^9.22.0", |
105 | 106 | "eslint-config-prettier": "^10.1.1", |
106 | 107 | "eslint-doc-generator": "^2.1.2", |
107 | | - "eslint-import-resolver-typescript": "^4.2.1", |
| 108 | + "eslint-import-resolver-typescript": "^4.2.2", |
108 | 109 | "eslint-import-resolver-webpack": "^0.13.10", |
109 | 110 | "eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect", |
110 | 111 | "eslint-plugin-eslint-plugin": "^6.4.0", |
|
120 | 121 | "eslint9": "npm:eslint@^9.22.0", |
121 | 122 | "hermes-eslint": "^0.26.0", |
122 | 123 | "jest": "^29.7.0", |
123 | | - "klaw-sync": "^6.0.0", |
| 124 | + "klaw-sync": "^7.0.0", |
124 | 125 | "lint-staged": "^15.5.0", |
125 | 126 | "npm-run-all2": "^7.0.2", |
126 | 127 | "path-serializer": "^0.3.4", |
|
0 commit comments