Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2022
1 parent 01b88f0 commit a373f49
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 96 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@types/node": "^18.6.3",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vitest/coverage-c8": "^0.23.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.24.0",
Expand All @@ -39,12 +39,12 @@
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tsup": "^6.2.3",
"turbo": "^1.5.3",
"turbo": "^1.5.5",
"typedoc": "^0.23.15",
"typedoc-plugin-external-link": "^1.0.2",
"typedoc-plugin-external-link": "^1.0.3",
"typedoc-plugin-mdn-links": "^2.0.0",
"typedoc-plugin-resolve-crossmodule-references": "^0.3.0",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"vitest": "^0.23.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tagscript-plugin-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"discord.js": "^14.5.0",
"tagscript": "workspace:^",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"peerDependencies": {
"discord.js": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tagscript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.7",
"tsup": "^6.2.3",
"typescript": "^4.8.3"
"typescript": "^4.8.4"
},
"engines": {
"node": ">=v14.0.0"
Expand Down
Loading

0 comments on commit a373f49

Please sign in to comment.