|
51 | 51 | ],
|
52 | 52 | "license": "MIT",
|
53 | 53 | "devDependencies": {
|
54 |
| - "@types/node": "^15.6.1", |
55 |
| - "@types/prettier": "^2.2.3", |
56 |
| - "@types/semver": "^7.3.6", |
57 |
| - "@typescript-eslint/eslint-plugin": "^4.25.0", |
58 |
| - "@typescript-eslint/parser": "^4.25.0", |
59 |
| - "@wessberg/rollup-plugin-ts": "^1.3.14", |
60 |
| - "@wessberg/ts-config": "^1.1.2", |
| 54 | + "@types/node": "^16.11.9", |
| 55 | + "@types/prettier": "^2.4.2", |
| 56 | + "@types/semver": "^7.3.9", |
| 57 | + "@typescript-eslint/eslint-plugin": "^5.4.0", |
| 58 | + "@typescript-eslint/parser": "^5.4.0", |
| 59 | + "@wessberg/ts-config": "^1.1.3", |
| 60 | + "rollup-plugin-ts": "^2.0.4", |
61 | 61 | "semver": "^7.3.5",
|
62 | 62 | "ava": "^3.15.0",
|
63 |
| - "eslint": "^7.27.0", |
| 63 | + "eslint": "^8.2.0", |
64 | 64 | "eslint-config-prettier": "^8.3.0",
|
65 |
| - "eslint-plugin-import": "^2.23.4", |
66 |
| - "eslint-plugin-jsdoc": "^35.0.0", |
67 |
| - "husky": "^6.0.0", |
| 65 | + "eslint-plugin-import": "^2.25.3", |
| 66 | + "eslint-plugin-jsdoc": "^37.0.3", |
| 67 | + "husky": "^7.0.4", |
68 | 68 | "np": "^7.5.0",
|
69 |
| - "pnpm": "^6.6.1", |
70 |
| - "prettier": "^2.3.0", |
71 |
| - "pretty-quick": "^3.1.0", |
| 69 | + "pnpm": "^6.22.2", |
| 70 | + "prettier": "^2.4.1", |
| 71 | + "pretty-quick": "^3.1.2", |
72 | 72 | "rimraf": "^3.0.2",
|
73 |
| - "rollup": "^2.50.4", |
74 |
| - "sandhog": "^1.0.41", |
| 73 | + "rollup": "^2.60.0", |
| 74 | + "sandhog": "^1.0.43", |
75 | 75 | "standard-changelog": "^2.0.27",
|
76 |
| - "crosspath": "^0.0.8", |
77 |
| - "ts-node": "^10.0.0", |
78 |
| - "npm-check-updates": "^11.5.13", |
79 |
| - "typescript": "^4.3.2", |
80 |
| - "typescript-3-0-1": "npm:typescript@3.0.1", |
81 |
| - "typescript-3-1-1": "npm:typescript@3.1.1", |
82 |
| - "typescript-3-2-1": "npm:typescript@3.2.1", |
83 |
| - "typescript-3-3-1": "npm:typescript@3.3.1", |
84 |
| - "typescript-3-4-1": "npm:typescript@3.4.1", |
85 |
| - "typescript-3-5-1": "npm:typescript@3.5.1", |
86 |
| - "typescript-3-6-2": "npm:typescript@3.6.2", |
87 |
| - "typescript-3-7-2": "npm:typescript@3.7.2", |
88 |
| - "typescript-3-8-3": "npm:typescript@3.8.3", |
89 |
| - "typescript-3-9-2": "npm:typescript@3.9.2", |
90 |
| - "typescript-4-0-3": "npm:typescript@4.0.3", |
91 |
| - "typescript-4-1-2": "npm:typescript@4.1.2", |
92 |
| - "typescript-4-2-4": "npm:typescript@4.2.4", |
93 |
| - "tslib": "^2.2.0" |
| 76 | + "crosspath": "^1.0.0", |
| 77 | + "ts-node": "^10.4.0", |
| 78 | + "npm-check-updates": "^12.0.2", |
| 79 | + "typescript": "^4.5.2", |
| 80 | + "typescript-3-4-1": "npm:typescript@3.4.1", |
| 81 | + "typescript-3-5-1": "npm:typescript@3.5.1", |
| 82 | + "typescript-3-6-2": "npm:typescript@3.6.2", |
| 83 | + "typescript-3-7-2": "npm:typescript@3.7.2", |
| 84 | + "typescript-3-8-3": "npm:typescript@3.8.3", |
| 85 | + "typescript-3-9-2": "npm:typescript@3.9.2", |
| 86 | + "typescript-4-0-3": "npm:typescript@4.0.3", |
| 87 | + "typescript-4-1-2": "npm:typescript@4.1.2", |
| 88 | + "typescript-4-2-4": "npm:typescript@4.2.4", |
| 89 | + "typescript-4-3-5": "npm:typescript@4.3.5", |
| 90 | + "typescript-4-4-2": "npm:typescript@4.4.2", |
| 91 | + "tslib": "^2.3.1" |
94 | 92 | },
|
95 | 93 | "dependencies": {
|
96 | 94 | "ts-evaluator": "^0.1.0",
|
97 |
| - "compatfactory": "^0.0.6" |
| 95 | + "compatfactory": "^0.0.12" |
98 | 96 | },
|
99 | 97 | "peerDependencies": {
|
100 | 98 | "typescript": ">=3.x || >= 4.x"
|
|
0 commit comments