mirror of
https://github.com/github/codeql-action.git
synced 2026-01-02 20:50:05 +08:00
Undo eslint-plugin-import bump
This package must stay at 2.29.1 until a version of the package is released that supports eslint v9.
This commit is contained in:
27
node_modules/eslint-plugin-import/package.json
generated
vendored
27
node_modules/eslint-plugin-import/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eslint-plugin-import",
|
||||
"version": "2.30.0",
|
||||
"version": "2.29.1",
|
||||
"description": "Import with sanity.",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
@@ -11,7 +11,6 @@
|
||||
},
|
||||
"files": [
|
||||
"*.md",
|
||||
"!{CONTRIBUTING,RELEASE}.md",
|
||||
"LICENSE",
|
||||
"docs",
|
||||
"lib",
|
||||
@@ -31,9 +30,6 @@
|
||||
"test": "npm run tests-only",
|
||||
"test-compiled": "npm run prepublish && BABEL_ENV=testCompiled mocha --compilers js:babel-register tests/src",
|
||||
"test-all": "node --require babel-register ./scripts/testAll",
|
||||
"test-examples": "npm run build && npm run test-example:legacy && npm run test-example:flat",
|
||||
"test-example:legacy": "cd examples/legacy && npm install && npm run lint",
|
||||
"test-example:flat": "cd examples/flat && npm install && npm run lint",
|
||||
"prepublishOnly": "safe-publish-latest && npm run build",
|
||||
"prepublish": "not-in-publish || npm run prepublishOnly",
|
||||
"preupdate:eslint-docs": "npm run build",
|
||||
@@ -86,15 +82,13 @@
|
||||
"eslint-plugin-eslint-plugin": "^2.3.0",
|
||||
"eslint-plugin-import": "2.x",
|
||||
"eslint-plugin-json": "^2.1.2",
|
||||
"find-babel-config": "=1.2.0",
|
||||
"fs-copy-file-sync": "^1.1.1",
|
||||
"glob": "^7.2.3",
|
||||
"in-publish": "^2.0.1",
|
||||
"jackspeak": "=2.1.1",
|
||||
"jsonc-parser": "=3.2.0",
|
||||
"linklocal": "^2.8.2",
|
||||
"lodash.isarray": "^4.0.0",
|
||||
"markdownlint-cli": "~0.35",
|
||||
"markdownlint-cli": "^0.38.0",
|
||||
"mocha": "^3.5.3",
|
||||
"npm-which": "^3.0.1",
|
||||
"nyc": "^11.9.0",
|
||||
@@ -109,22 +103,21 @@
|
||||
"eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8"
|
||||
},
|
||||
"dependencies": {
|
||||
"@rtsao/scc": "^1.1.0",
|
||||
"array-includes": "^3.1.8",
|
||||
"array.prototype.findlastindex": "^1.2.5",
|
||||
"array-includes": "^3.1.7",
|
||||
"array.prototype.findlastindex": "^1.2.3",
|
||||
"array.prototype.flat": "^1.3.2",
|
||||
"array.prototype.flatmap": "^1.3.2",
|
||||
"debug": "^3.2.7",
|
||||
"doctrine": "^2.1.0",
|
||||
"eslint-import-resolver-node": "^0.3.9",
|
||||
"eslint-module-utils": "^2.9.0",
|
||||
"hasown": "^2.0.2",
|
||||
"is-core-module": "^2.15.1",
|
||||
"eslint-module-utils": "^2.8.0",
|
||||
"hasown": "^2.0.0",
|
||||
"is-core-module": "^2.13.1",
|
||||
"is-glob": "^4.0.3",
|
||||
"minimatch": "^3.1.2",
|
||||
"object.fromentries": "^2.0.8",
|
||||
"object.groupby": "^1.0.3",
|
||||
"object.values": "^1.2.0",
|
||||
"object.fromentries": "^2.0.7",
|
||||
"object.groupby": "^1.0.1",
|
||||
"object.values": "^1.1.7",
|
||||
"semver": "^6.3.1",
|
||||
"tsconfig-paths": "^3.15.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user