|
1 | 1 | {
|
2 | 2 | "name": "@exercism/static-analysis",
|
3 |
| - "version": "0.13.0", |
| 3 | + "version": "0.14.0", |
4 | 4 | "description": "Exercism static analysis library for javascript and typescript",
|
5 | 5 | "repository": "https://github.com/SleeplessByte/exercism-static-analysis",
|
6 | 6 | "author": "Derk-Jan Karrenbeld <[email protected]>",
|
|
18 | 18 | "test": "jest"
|
19 | 19 | },
|
20 | 20 | "peerDependencies": {
|
21 |
| - "@typescript-eslint/typescript-estree": "^7.18.0", |
22 |
| - "@typescript-eslint/visitor-keys": "^7.18.0" |
| 21 | + "@typescript-eslint/typescript-estree": "^8.0.1", |
| 22 | + "@typescript-eslint/visitor-keys": "^8.0.1" |
23 | 23 | },
|
24 | 24 | "devDependencies": {
|
25 | 25 | "@babel/cli": "^7.24.8",
|
26 |
| - "@babel/core": "^7.24.9", |
27 |
| - "@babel/preset-env": "^7.25.0", |
28 |
| - "@babel/preset-typescript": "^7.24.7", |
| 26 | + "@exercism/babel-preset-typescript": "^0.6.0", |
29 | 27 | "@exercism/eslint-config-tooling": "^0.5.0",
|
30 | 28 | "@jest/globals": "^29.7.0",
|
31 | 29 | "@tsconfig/recommended": "^1.0.7",
|
32 |
| - "@types/node": "^22.0.0", |
33 |
| - "@typescript-eslint/eslint-plugin": "^7.18.0", |
34 |
| - "@typescript-eslint/parser": "^7.18.0", |
35 |
| - "@typescript-eslint/types": "^7.18.0", |
36 |
| - "@typescript-eslint/typescript-estree": "^7.18.0", |
37 |
| - "@typescript-eslint/visitor-keys": "^7.18.0", |
| 30 | + "@types/node": "^22.1.0", |
| 31 | + "@typescript-eslint/parser": "^8.0.1", |
| 32 | + "@typescript-eslint/types": "^8.0.1", |
| 33 | + "@typescript-eslint/typescript-estree": "^8.0.1", |
| 34 | + "@typescript-eslint/visitor-keys": "^8.0.1", |
38 | 35 | "babel-jest": "^29.7.0",
|
| 36 | + "core-js": "^3.38.0", |
39 | 37 | "eslint": "^9.8.0",
|
40 | 38 | "jest": "^29.7.0",
|
41 | 39 | "prettier": "^3.3.3",
|
|
0 commit comments