|
1 | 1 | {
|
2 | 2 | "name": "@exercism/javascript-analyzer",
|
3 |
| - "version": "0.13.2", |
| 3 | + "version": "0.14.0", |
4 | 4 | "description": "Exercism analyzer for javascript",
|
5 | 5 | "repository": "https://github.com/exercism/javascript-analyzer",
|
6 | 6 | "author": "Derk-Jan Karrenbeld <[email protected]>",
|
|
32 | 32 | "test:bare": "jest"
|
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 |
| - "@babel/cli": "^7.13.14", |
36 |
| - "@babel/core": "^7.13.15", |
37 |
| - "@babel/node": "^7.13.13", |
38 |
| - "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
39 |
| - "@babel/preset-env": "^7.13.15", |
40 |
| - "@babel/preset-typescript": "^7.13.0", |
| 35 | + "@babel/cli": "^7.15.4", |
| 36 | + "@babel/core": "^7.15.5", |
| 37 | + "@babel/node": "^7.15.4", |
| 38 | + "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
| 39 | + "@babel/preset-env": "^7.15.4", |
| 40 | + "@babel/preset-typescript": "^7.15.0", |
41 | 41 | "@tsconfig/recommended": "^1.0.1",
|
42 |
| - "@types/jest": "^26.0.22", |
43 |
| - "@types/node": "^14.14.37", |
44 |
| - "@types/yargs": "^16.0.1", |
45 |
| - "@typescript-eslint/eslint-plugin": "^4.21.0", |
46 |
| - "babel-jest": "^26.6.3", |
| 42 | + "@types/jest": "^27.0.1", |
| 43 | + "@types/node": "^14.17.14", |
| 44 | + "@types/yargs": "^17.0.2", |
| 45 | + "@typescript-eslint/eslint-plugin": "^4.30.0", |
| 46 | + "babel-jest": "^27.1.0", |
47 | 47 | "babel-plugin-module-resolver": "^4.1.0",
|
48 |
| - "core-js": "^3.10.1", |
49 |
| - "eslint": "^7.24.0", |
50 |
| - "eslint-config-prettier": "^8.1.0", |
51 |
| - "eslint-plugin-import": "^2.22.1", |
52 |
| - "eslint-plugin-jest": "^24.3.4", |
53 |
| - "jest": "^26.6.3", |
| 48 | + "core-js": "^3.17.2", |
| 49 | + "eslint": "^7.32.0", |
| 50 | + "eslint-config-prettier": "^8.3.0", |
| 51 | + "eslint-plugin-import": "^2.24.2", |
| 52 | + "eslint-plugin-jest": "^24.4.0", |
| 53 | + "jest": "^27.1.0", |
54 | 54 | "rimraf": "^3.0.2",
|
55 | 55 | "shelljs": "^0.8.4"
|
56 | 56 | },
|
57 | 57 | "dependencies": {
|
58 |
| - "@exercism/static-analysis": "^0.8.1", |
59 |
| - "@typescript-eslint/parser": "^4.21.0", |
60 |
| - "@typescript-eslint/typescript-estree": "^4.21.0", |
61 |
| - "@typescript-eslint/visitor-keys": "^4.21.0", |
62 |
| - "typescript": "^4.2.4", |
63 |
| - "yargs": "^16.2.0" |
| 58 | + "@exercism/static-analysis": "^0.9.0", |
| 59 | + "@typescript-eslint/parser": "^4.30.0", |
| 60 | + "@typescript-eslint/typescript-estree": "^4.30.0", |
| 61 | + "@typescript-eslint/visitor-keys": "^4.30.0", |
| 62 | + "typescript": "^4.4.2", |
| 63 | + "yargs": "^17.1.1" |
64 | 64 | }
|
65 | 65 | }
|
0 commit comments