|
41 | 41 | "cz": "git-cz", |
42 | 42 | "prepare": "husky install .github/husky" |
43 | 43 | }, |
| 44 | + "dependencies": { |
| 45 | + "tslib": "^2.3.1" |
| 46 | + }, |
44 | 47 | "devDependencies": { |
45 | | - "@commitlint/cli": "^16.0.2", |
| 48 | + "@commitlint/cli": "^16.1.0", |
46 | 49 | "@commitlint/config-conventional": "^16.0.0", |
47 | | - "@sapphire/eslint-config": "^4.0.9", |
48 | | - "@sapphire/prettier-config": "1.2.8", |
49 | | - "@sapphire/ts-config": "3.1.7", |
50 | | - "@typescript-eslint/eslint-plugin": "^5.9.1", |
51 | | - "@typescript-eslint/parser": "^5.9.1", |
52 | | - "canvas": "^2.8.0", |
| 50 | + "@sapphire/eslint-config": "^4.0.11", |
| 51 | + "@sapphire/prettier-config": "1.2.9", |
| 52 | + "@sapphire/ts-config": "3.1.8", |
| 53 | + "@typescript-eslint/eslint-plugin": "^5.10.0", |
| 54 | + "@typescript-eslint/parser": "^5.10.0", |
| 55 | + "canvas": "^2.9.0", |
53 | 56 | "cz-conventional-changelog": "^3.3.0", |
54 | | - "eslint": "~8.6.0", |
| 57 | + "eslint": "^8.7.0", |
55 | 58 | "eslint-config-prettier": "^8.3.0", |
56 | 59 | "eslint-plugin-prettier": "^4.0.0", |
57 | 60 | "husky": "^7.0.4", |
58 | | - "lint-staged": "^12.1.7", |
| 61 | + "lint-staged": "^12.2.2", |
59 | 62 | "prettier": "^2.5.1", |
60 | 63 | "pretty-quick": "^3.1.3", |
61 | | - "rollup": "^2.64.0", |
| 64 | + "rollup": "^2.66.0", |
62 | 65 | "rollup-plugin-cleaner": "^1.0.0", |
63 | 66 | "rollup-plugin-terser": "^7.0.2", |
64 | 67 | "rollup-plugin-typescript2": "^0.31.1", |
65 | 68 | "skia-canvas": "^0.9.28", |
66 | 69 | "standard-version": "^9.3.2", |
67 | 70 | "ts-node": "^10.4.0", |
68 | | - "typedoc": "^0.22.10", |
69 | | - "typescript": "^4.5.4" |
| 71 | + "typedoc": "^0.22.11", |
| 72 | + "typescript": "^4.5.5" |
70 | 73 | }, |
71 | 74 | "repository": { |
72 | 75 | "type": "git", |
|
136 | 139 | "eslintConfig": { |
137 | 140 | "extends": "@sapphire" |
138 | 141 | }, |
139 | | - "prettier": "@sapphire/prettier-config", |
140 | | - "dependencies": { |
141 | | - "tslib": "^2.3.1" |
142 | | - } |
| 142 | + "prettier": "@sapphire/prettier-config" |
143 | 143 | } |
0 commit comments