Skip to content

Commit

Permalink
chore: update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 29, 2023
1 parent 1e7d83e commit 92402ab
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 102 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,24 @@
"@favware/cliff-jumper": "^2.1.1",
"@favware/npm-deprecate": "^1.0.7",
"@favware/rollup-type-bundler": "^2.0.0",
"@sapphire/eslint-config": "^5.0.1",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^4.0.1",
"@types/node": "^18.17.6",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^18.17.12",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"lint-staged": "^14.0.1",
"pinst": "^3.0.0",
"prettier": "^3.0.2",
"typedoc": "^0.24.8",
"typedoc-json-parser": "^8.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "@sapphire/ts-config/extra-strict-without-decorators"
"extends": ["@sapphire/ts-config", "@sapphire/ts-config/extra-strict"]
}
Loading

0 comments on commit 92402ab

Please sign in to comment.