Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/eslint-plugin-react/package.json

    rd565449 r0c6b92a  
    11{
    22  "name": "eslint-plugin-react",
    3   "version": "7.35.0",
     3  "version": "7.37.2",
    44  "author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
    55  "description": "React specific linting rules for ESLint",
    66  "main": "index.js",
     7  "types": "index.d.ts",
    78  "scripts": {
    8     "prepack": "npmignore --auto --commentLines=autogenerated",
     9    "clean-built-types": "rm -f $(find . -maxdepth 1 -type f -name '*.d.ts*') $(find lib -type f -name '*.d.ts*' ! -name 'types.d.ts')",
     10    "prebuild-types": "npm run clean-built-types",
     11    "build-types": "tsc -p build.tsconfig.json",
     12    "prepack": "npm run build-types && npmignore --auto --commentLines=autogenerated",
    913    "prelint": "npm run lint:docs",
    1014    "lint:docs": "markdownlint \"**/*.md\"",
     
    1418    "pretest": "npm run lint",
    1519    "test": "npm run unit-test",
    16     "posttest": "aud --production",
     20    "posttest": "npx npm@'>= 10.2' audit --production",
    1721    "type-check": "tsc",
    1822    "unit-test": "istanbul cover node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js tests/flat-config.js",
     
    3135    "array.prototype.tosorted": "^1.1.4",
    3236    "doctrine": "^2.1.0",
    33     "es-iterator-helpers": "^1.0.19",
     37    "es-iterator-helpers": "^1.1.0",
    3438    "estraverse": "^5.3.0",
    3539    "hasown": "^2.0.2",
     
    4650  },
    4751  "devDependencies": {
    48     "@babel/core": "^7.24.9",
    49     "@babel/eslint-parser": "^7.24.8",
    50     "@babel/plugin-syntax-decorators": "^7.24.7",
    51     "@babel/plugin-syntax-do-expressions": "^7.24.7",
    52     "@babel/plugin-syntax-function-bind": "^7.24.7",
    53     "@babel/preset-react": "^7.24.7",
     52    "@babel/core": "^7.25.9",
     53    "@babel/eslint-parser": "^7.25.9",
     54    "@babel/plugin-syntax-decorators": "^7.25.9",
     55    "@babel/plugin-syntax-do-expressions": "^7.25.9",
     56    "@babel/plugin-syntax-function-bind": "^7.25.9",
     57    "@babel/preset-react": "^7.25.9",
    5458    "@types/eslint": "=7.2.10",
    5559    "@types/estree": "0.0.52",
    5660    "@types/node": "^4.9.5",
    57     "@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4.0.0 || ^5.0.0",
    58     "aud": "^2.0.4",
     61    "@typescript-eslint/parser": "^2.34.0 || ^3.10.1 || ^4 || ^5 || ^6.20 || ^7.14.1 || ^8.4",
    5962    "babel-eslint": "^8 || ^9 || ^10.1.0",
    6063    "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7",
     
    6265    "eslint-doc-generator": "^1.7.1",
    6366    "eslint-plugin-eslint-plugin": "^2.3.0 || ^3.5.3 || ^4.0.1 || ^5.0.5",
    64     "eslint-plugin-import": "^2.29.1",
     67    "eslint-plugin-import": "^2.31.0",
    6568    "eslint-remote-tester": "^3.0.1",
    6669    "eslint-remote-tester-repositories": "^1.0.1",
    6770    "eslint-scope": "^3.7.3",
    6871    "espree": "^3.5.4",
     72    "gfm-footnotes": "^1.0.1",
    6973    "glob": "=10.3.7",
    7074    "istanbul": "^0.4.5",
     
    97101      "docs/",
    98102      "test/",
     103      "test-published-types/",
    99104      "tests/",
    100105      "*.md",
     
    104109      ".editorconfig",
    105110      "tsconfig.json",
     111      "build.tsconfig.json",
    106112      ".markdownlint*",
    107       "types"
     113      "types",
     114      "!*.d.ts",
     115      "!*.d.ts.map"
    108116    ]
    109117  }
Note: See TracChangeset for help on using the changeset viewer.