|
8 | 8 | "type": "git",
|
9 | 9 | "url": "https://github.com/alexrecuenco/typescript-eslint-prettier-jest-example.git"
|
10 | 10 | },
|
| 11 | + "engines": { |
| 12 | + "npm": ">=8.0.0 <10.0.0", |
| 13 | + "node": ">=16.0.0 <21.0.0" |
| 14 | + }, |
11 | 15 | "bin": "./build/bin/cli.js",
|
12 | 16 | "scripts": {
|
13 | 17 | "start": "npm run build && node .",
|
|
27 | 31 | "internationalization"
|
28 | 32 | ],
|
29 | 33 | "devDependencies": {
|
30 |
| - "@jest/types": "^27.4.2", |
31 |
| - "@types/jest": "^27.0.3", |
| 34 | + "@types/jest": "^29.5.3", |
32 | 35 | "@types/node": "^15.6.1",
|
33 |
| - "@typescript-eslint/eslint-plugin": "^5.8.1", |
34 |
| - "@typescript-eslint/parser": "^5.8.1", |
35 |
| - "eslint": "^8.5.0", |
36 |
| - "eslint-config-prettier": "^8.3.0", |
37 |
| - "eslint-plugin-import": "^2.25.3", |
38 |
| - "eslint-plugin-jest": "^25.3.2", |
39 |
| - "eslint-plugin-prettier": "^4.0.0", |
40 |
| - "fast-check": "^2.20.0", |
41 |
| - "jest": "^27.4.5", |
42 |
| - "prettier": "^2.5.1", |
43 |
| - "supports-color": "^9.2.1", |
44 |
| - "ts-jest": "^27.1.2", |
45 |
| - "tsc-watch": "^4.6.0", |
46 |
| - "typescript": "^4.5.4" |
| 36 | + "@typescript-eslint/eslint-plugin": "^6.2.0", |
| 37 | + "@typescript-eslint/parser": "^6.2.0", |
| 38 | + "eslint": "^8.46.0", |
| 39 | + "eslint-config-prettier": "^8.9.0", |
| 40 | + "eslint-plugin-import": "^2.28.0", |
| 41 | + "eslint-plugin-jest": "^27.2.3", |
| 42 | + "eslint-plugin-prettier": "^5.0.0", |
| 43 | + "fast-check": "^3.12.0", |
| 44 | + "jest": "^29.6.2", |
| 45 | + "prettier": "^3.0.0", |
| 46 | + "supports-color": "^9.4.0", |
| 47 | + "ts-jest": "^29.1.1", |
| 48 | + "tsc-watch": "^6.0.4", |
| 49 | + "typescript": "^5.1.6" |
47 | 50 | }
|
48 | 51 | }
|
0 commit comments