Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#137)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jun 12, 2022
1 parent 15e22e4 commit f4e18a2
Show file tree
Hide file tree
Showing 8 changed files with 479 additions and 206 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"reset": "rimraf node_modules/ packages/**/node_modules packages/**/dist packages/**/types"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@changesets/cli": "^2.23.0",
"@sapphire/eslint-config": "4.3.4",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"chai": "4.3.6",
"dotenv": "16.0.1",
"eslint": "8.16.0",
"eslint": "8.17.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
Expand All @@ -39,15 +39,15 @@
"lint-staged": "12.5.0",
"mocha": "10.0.0",
"nyc": "15.1.0",
"pnpm": "7.1.7",
"pnpm": "7.2.1",
"prettier": "2.6.2",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"ts-node": "10.8.0",
"typedoc": "0.22.16",
"ts-node": "10.8.1",
"typedoc": "0.22.17",
"typedoc-plugin-remove-references": "0.0.6",
"typedoc-plugin-rename-defaults": "^0.5.1",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions packages/gil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
"devDependencies": {
"dotenv": "^16.0.1",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"dependencies": {
"@discordjs/collection": "^0.6.0",
"colorette": "^2.0.16",
"@discordjs/collection": "^0.7.0",
"colorette": "^2.0.17",
"guilded.js": "workspace:*"
},
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/guilded-api-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"prepublishOnly": "rimraf dist/ && pnpm run build"
},
"devDependencies": {
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions packages/guilded.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
},
"devDependencies": {
"@guildedjs/guilded-api-typings": "workspace:*",
"@types/node": "16.11.38",
"typescript": "4.7.2"
"@types/node": "16.11.39",
"typescript": "4.7.3"
},
"dependencies": {
"@discordjs/collection": "^0.6.0",
"@discordjs/collection": "^0.7.0",
"@guildedjs/rest": "workspace:*",
"@guildedjs/webhook-client": "workspace:*",
"@guildedjs/ws": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"@guildedjs/guilded-api-typings": "workspace:*",
"@types/node-fetch": "2.6.1",
"@types/qs": "^6.9.7",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"dependencies": {
"node-fetch": "2.6.7",
"qs": "^6.10.3"
"qs": "^6.10.5"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/webhook-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@guildedjs/guilded-api-typings": "workspace:*",
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"dependencies": {
"@guildedjs/rest": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"prepublishOnly": "rimraf dist/ && rimraf types/ && pnpm run build"
},
"devDependencies": {
"typescript": "4.7.2"
"typescript": "4.7.3"
},
"dependencies": {
"@guildedjs/guilded-api-typings": "workspace:*",
"@types/ws": "8.5.3",
"typed-emitter": "2.1.0",
"ws": "8.7.0"
"ws": "8.8.0"
},
"contributors": [
{
Expand Down
Loading

0 comments on commit f4e18a2

Please sign in to comment.