|
6 | 6 | "types": "dist", |
7 | 7 | "scripts": { |
8 | 8 | "build": "tsc --version && tsc --project \"./src\"", |
9 | | - "lint": "tsc --project \"./src\" --noEmit && eslint -c .eslintrc.js --ext .ts ./src", |
| 9 | + "lint": "tsc --project \"./src\" --noEmit && eslint --ext .ts ./src", |
10 | 10 | "comparison-tests": "git clean -xfd test/comparison-tests && npm link --legacy-peer-deps ./test/comparison-tests/testLib && node test/comparison-tests/run-tests.js", |
11 | 11 | "execution-tests": "git clean -xfd test/execution-tests && node test/execution-tests/run-tests.js", |
12 | 12 | "test": "git clean -xfd test/comparison-tests && git clean -xfd test/execution-tests && node test/run-tests.js", |
|
40 | 40 | "ts" |
41 | 41 | ], |
42 | 42 | "engines": { |
43 | | - "node": ">=12.0.0" |
| 43 | + "node": ">=18.18.0" |
44 | 44 | }, |
45 | 45 | "author": "John Reilly <johnny_reilly@hotmail.com> (https://johnnyreilly.com)", |
46 | 46 | "contributors": [ |
|
63 | 63 | "@types/micromatch": "^4.0.0", |
64 | 64 | "@types/node": "*", |
65 | 65 | "@types/semver": "^7.3.4", |
66 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
67 | | - "@typescript-eslint/parser": "^6.0.0", |
| 66 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 67 | + "@typescript-eslint/parser": "^8.0.0", |
68 | 68 | "babel": "^6.0.0", |
69 | 69 | "babel-core": "^6.0.0", |
70 | 70 | "babel-loader": "^7.0.0", |
|
73 | 73 | "babel-preset-es2016": "^6.16.0", |
74 | 74 | "babel-preset-react": "^6.0.0", |
75 | 75 | "escape-string-regexp": "^2.0.0", |
76 | | - "eslint": "^8.0.0", |
77 | | - "eslint-config-prettier": "^8.0.0", |
78 | | - "eslint-plugin-node": "^11.1.0", |
79 | | - "eslint-plugin-prettier": "^4.0.0", |
| 76 | + "eslint": "^10.0.0", |
| 77 | + "eslint-config-prettier": "^10.0.0", |
| 78 | + "eslint-plugin-n": "^17.0.0", |
80 | 79 | "fs-extra": "^11.0.0", |
81 | 80 | "glob": "^7.1.1", |
82 | 81 | "husky": "^8.0.0", |
|
0 commit comments