Skip to content

Commit c78590a

Browse files
chore(deps): update all non-major dependencies (#97)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b1381c2 commit c78590a

4 files changed

Lines changed: 166 additions & 148 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"@sapphire/eslint-config": "^4.3.8",
2828
"@sapphire/prettier-config": "^1.4.4",
2929
"@types/node": "^18.6.3",
30-
"@typescript-eslint/eslint-plugin": "^5.36.1",
31-
"@typescript-eslint/parser": "^5.36.1",
32-
"@vitest/coverage-c8": "^0.22.1",
30+
"@typescript-eslint/eslint-plugin": "^5.36.2",
31+
"@typescript-eslint/parser": "^5.36.2",
32+
"@vitest/coverage-c8": "^0.23.2",
3333
"cz-conventional-changelog": "^3.3.0",
3434
"eslint": "^8.23.0",
3535
"eslint-config-prettier": "^8.5.0",
@@ -39,13 +39,13 @@
3939
"prettier": "^2.7.1",
4040
"pretty-quick": "^3.1.3",
4141
"tsup": "^6.2.3",
42-
"turbo": "^1.4.5",
42+
"turbo": "^1.4.6",
4343
"typedoc": "^0.23.14",
4444
"typedoc-plugin-external-link": "^1.0.2",
4545
"typedoc-plugin-mdn-links": "^2.0.0",
4646
"typedoc-plugin-resolve-crossmodule-references": "^0.3.0",
47-
"typescript": "^4.8.2",
48-
"vitest": "^0.22.1"
47+
"typescript": "^4.8.3",
48+
"vitest": "^0.23.2"
4949
},
5050
"repository": {
5151
"type": "git",

packages/tagscript-plugin-discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"discord.js": "^14.3.0",
4040
"tagscript": "workspace:^",
4141
"tsup": "^6.2.3",
42-
"typescript": "^4.8.2"
42+
"typescript": "^4.8.3"
4343
},
4444
"peerDependencies": {
4545
"discord.js": "^14.0.0",

packages/tagscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@favware/cliff-jumper": "^1.8.7",
3737
"tsup": "^6.2.3",
38-
"typescript": "^4.8.2"
38+
"typescript": "^4.8.3"
3939
},
4040
"engines": {
4141
"node": ">=v14.0.0"

0 commit comments

Comments
 (0)