Skip to content

Commit dc6f1c0

Browse files
committed
chore: update dev dependencies
1 parent 481ba6f commit dc6f1c0

File tree

2 files changed

+393
-606
lines changed

2 files changed

+393
-606
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -41,32 +41,35 @@
4141
"cz": "git-cz",
4242
"prepare": "husky install .github/husky"
4343
},
44+
"dependencies": {
45+
"tslib": "^2.3.1"
46+
},
4447
"devDependencies": {
45-
"@commitlint/cli": "^16.0.2",
48+
"@commitlint/cli": "^16.1.0",
4649
"@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",
5356
"cz-conventional-changelog": "^3.3.0",
54-
"eslint": "~8.6.0",
57+
"eslint": "^8.7.0",
5558
"eslint-config-prettier": "^8.3.0",
5659
"eslint-plugin-prettier": "^4.0.0",
5760
"husky": "^7.0.4",
58-
"lint-staged": "^12.1.7",
61+
"lint-staged": "^12.2.2",
5962
"prettier": "^2.5.1",
6063
"pretty-quick": "^3.1.3",
61-
"rollup": "^2.64.0",
64+
"rollup": "^2.66.0",
6265
"rollup-plugin-cleaner": "^1.0.0",
6366
"rollup-plugin-terser": "^7.0.2",
6467
"rollup-plugin-typescript2": "^0.31.1",
6568
"skia-canvas": "^0.9.28",
6669
"standard-version": "^9.3.2",
6770
"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"
7073
},
7174
"repository": {
7275
"type": "git",
@@ -136,8 +139,5 @@
136139
"eslintConfig": {
137140
"extends": "@sapphire"
138141
},
139-
"prettier": "@sapphire/prettier-config",
140-
"dependencies": {
141-
"tslib": "^2.3.1"
142-
}
142+
"prettier": "@sapphire/prettier-config"
143143
}

0 commit comments

Comments
 (0)