Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2022
1 parent 5e1ec74 commit 2308bd7
Show file tree
Hide file tree
Showing 18 changed files with 288 additions and 67 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -27,13 +27,13 @@
"@types/lodash": "^4.14.182",
"@types/node": "^18.6.3",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"c8": "^7.12.0",
"cz-conventional-changelog": "^3.3.0",
"discord-api-types": "^0.33.5",
"discord.js": "^13.9.2",
"eslint": "^8.21.0",
"discord.js": "^13.10.2",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
Expand All @@ -44,13 +44,13 @@
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"tslib": "^2.4.0",
"tsup": "^6.2.1",
"turbo": "^1.4.2",
"tsup": "^6.2.2",
"turbo": "^1.4.3",
"typedoc": "^0.23.10",
"typedoc-plugin-djs-links": "^1.2.0",
"typedoc-plugin-mdn-links": "^2.0.0",
"typescript": "^4.7.4",
"vitest": "^0.21.0"
"vitest": "^0.21.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/async-queue/package.json
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/decorators/package.json
Expand Up @@ -31,7 +31,7 @@
"@sapphire/ratelimits": "workspace:^",
"@sapphire/result": "workspace:^",
"@sapphire/utilities": "workspace:^",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-utilities/package.json
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/discord.js-utilities/package.json
Expand Up @@ -61,7 +61,7 @@
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"@favware/rollup-type-bundler": "^1.0.10",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Expand Up @@ -21,9 +21,9 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"eslint": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
Expand Down Expand Up @@ -61,6 +61,6 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1"
"tsup": "^6.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/event-iterator/package.json
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/fetch/package.json
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/lexure/package.json
Expand Up @@ -61,7 +61,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/phisherman/package.json
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Expand Up @@ -55,6 +55,6 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1"
"tsup": "^6.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/ratelimits/package.json
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/result/package.json
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/snowflake/package.json
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/stopwatch/package.json
Expand Up @@ -57,7 +57,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/time-utilities/package.json
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^1.8.6",
"tsup": "^6.2.1",
"tsup": "^6.2.2",
"typescript": "^4.7.4"
}
}

0 comments on commit 2308bd7

Please sign in to comment.