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-community/eslint-utils/package.json

    rd565449 r0c6b92a  
    11{
    22    "name": "@eslint-community/eslint-utils",
    3     "version": "4.4.0",
     3    "version": "4.4.1",
    44    "description": "Utilities for ESLint plugins.",
    55    "keywords": [
     
    3939        "format:prettier": "prettier .",
    4040        "format:check": "npm run -s format:prettier -- --check",
    41         "lint": "eslint .",
     41        "lint:eslint": "eslint .",
     42        "lint:format": "npm run -s format:check",
     43        "lint:installed-check": "installed-check -v -i installed-check -i npm-run-all2 -i knip",
     44        "lint:knip": "knip",
     45        "lint": "run-p lint:*",
    4246        "test": "c8 mocha --reporter dot \"test/*.mjs\"",
    4347        "preversion": "npm test && npm run -s build",
     
    4751    },
    4852    "dependencies": {
    49         "eslint-visitor-keys": "^3.3.0"
     53        "eslint-visitor-keys": "^3.4.3"
    5054    },
    5155    "devDependencies": {
    52         "@eslint-community/eslint-plugin-mysticatea": "^15.2.0",
    53         "c8": "^7.12.0",
    54         "dot-prop": "^6.0.1",
    55         "eslint": "^8.28.0",
     56        "@eslint-community/eslint-plugin-mysticatea": "^15.6.1",
     57        "c8": "^8.0.1",
     58        "dot-prop": "^7.2.0",
     59        "eslint": "^8.57.1",
     60        "installed-check": "^8.0.1",
     61        "knip": "^5.33.3",
    5662        "mocha": "^9.2.2",
    57         "npm-run-all": "^4.1.5",
     63        "npm-run-all2": "^6.2.3",
    5864        "opener": "^1.5.2",
    59         "prettier": "2.8.4",
     65        "prettier": "2.8.8",
    6066        "rimraf": "^3.0.2",
    61         "rollup": "^2.79.1",
     67        "rollup": "^2.79.2",
    6268        "rollup-plugin-sourcemaps": "^0.6.3",
    63         "semver": "^7.3.8",
    64         "vitepress": "^1.0.0-alpha.40",
     69        "semver": "^7.6.3",
     70        "vitepress": "^1.4.1",
    6571        "warun": "^1.0.0"
    6672    },
     
    7076    "engines": {
    7177        "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
    72     }
     78    },
     79    "funding": "https://opencollective.com/eslint"
    7380}
Note: See TracChangeset for help on using the changeset viewer.