Skip to content

Commit e0849af

Browse files
renovate[bot]renovate-botRealShadowNova
authored
chore(deps): update all non-major dependencies (#75)
* chore(deps): update all non-major dependencies * chore(eslint): fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: RealShadowNova <[email protected]>
1 parent 0354e98 commit e0849af

File tree

2 files changed

+210
-62
lines changed

2 files changed

+210
-62
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,37 @@
3636
"reflect-metadata": "^0.1.13"
3737
},
3838
"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",
4141
"@favware/npm-deprecate": "^1.0.4",
4242
"@favware/rollup-type-bundler": "^1.0.7",
4343
"@sapphire/eslint-config": "~4.3.4",
4444
"@sapphire/ts-config": "^3.3.4",
4545
"@types/jest": "^27.4.1",
4646
"@types/node": "^17.0.23",
4747
"@types/rimraf": "^3.0.2",
48+
"@typescript-eslint/eslint-plugin": "^5.21.0",
49+
"@typescript-eslint/parser": "^5.21.0",
4850
"eslint": "^8.14.0",
51+
"eslint-config-prettier": "^8.5.0",
52+
"eslint-plugin-prettier": "^4.0.0",
4953
"husky": "^7.0.4",
5054
"jest": "^27.5.1",
5155
"jest-circus": "^27.5.1",
52-
"lint-staged": "^12.4.0",
56+
"lint-staged": "^12.4.1",
5357
"prettier": "^2.6.2",
5458
"pretty-quick": "^3.1.3",
5559
"rimraf": "^3.0.2",
56-
"rollup": "^2.70.2",
60+
"rollup": "^2.71.1",
5761
"rollup-plugin-cleaner": "^1.0.0",
5862
"rollup-plugin-typescript2": "^0.31.2",
5963
"rollup-plugin-version-injector": "^1.3.3",
6064
"standard-version": "^9.3.2",
6165
"ts-jest": "^27.1.4",
6266
"ts-node": "^10.7.0",
6367
"typedoc": "^0.22.15",
64-
"typescript": "^4.6.3",
65-
"vite": "^2.9.5"
68+
"typescript": "^4.6.4",
69+
"vite": "^2.9.6"
6670
},
6771
"repository": {
6872
"type": "git",

0 commit comments

Comments
 (0)