|
36 | 36 | "reflect-metadata": "^0.1.13"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 |
| - "@commitlint/cli": "^16.2.3", |
40 |
| - "@commitlint/config-conventional": "^16.2.1", |
| 39 | + "@commitlint/cli": "^16.2.4", |
| 40 | + "@commitlint/config-conventional": "^16.2.4", |
41 | 41 | "@favware/npm-deprecate": "^1.0.4",
|
42 | 42 | "@favware/rollup-type-bundler": "^1.0.7",
|
43 | 43 | "@sapphire/eslint-config": "~4.3.4",
|
44 | 44 | "@sapphire/ts-config": "^3.3.4",
|
45 | 45 | "@types/jest": "^27.4.1",
|
46 | 46 | "@types/node": "^17.0.23",
|
47 | 47 | "@types/rimraf": "^3.0.2",
|
| 48 | + "@typescript-eslint/eslint-plugin": "^5.21.0", |
| 49 | + "@typescript-eslint/parser": "^5.21.0", |
48 | 50 | "eslint": "^8.14.0",
|
| 51 | + "eslint-config-prettier": "^8.5.0", |
| 52 | + "eslint-plugin-prettier": "^4.0.0", |
49 | 53 | "husky": "^7.0.4",
|
50 | 54 | "jest": "^27.5.1",
|
51 | 55 | "jest-circus": "^27.5.1",
|
52 |
| - "lint-staged": "^12.4.0", |
| 56 | + "lint-staged": "^12.4.1", |
53 | 57 | "prettier": "^2.6.2",
|
54 | 58 | "pretty-quick": "^3.1.3",
|
55 | 59 | "rimraf": "^3.0.2",
|
56 |
| - "rollup": "^2.70.2", |
| 60 | + "rollup": "^2.71.1", |
57 | 61 | "rollup-plugin-cleaner": "^1.0.0",
|
58 | 62 | "rollup-plugin-typescript2": "^0.31.2",
|
59 | 63 | "rollup-plugin-version-injector": "^1.3.3",
|
60 | 64 | "standard-version": "^9.3.2",
|
61 | 65 | "ts-jest": "^27.1.4",
|
62 | 66 | "ts-node": "^10.7.0",
|
63 | 67 | "typedoc": "^0.22.15",
|
64 |
| - "typescript": "^4.6.3", |
65 |
| - "vite": "^2.9.5" |
| 68 | + "typescript": "^4.6.4", |
| 69 | + "vite": "^2.9.6" |
66 | 70 | },
|
67 | 71 | "repository": {
|
68 | 72 | "type": "git",
|
|
0 commit comments