Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2022
1 parent 256f6e3 commit c77db80
Show file tree
Hide file tree
Showing 5 changed files with 177 additions and 176 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"reset": "rimraf node_modules/ packages/**/node_modules packages/**/dist packages/**/types"
},
"devDependencies": {
"@changesets/cli": "^2.23.0",
"@changesets/cli": "^2.24.1",
"@sapphire/eslint-config": "4.3.6",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"@types/node": "16.11.43",
"@types/node": "16.11.45",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
"chai": "4.3.6",
"dotenv": "16.0.1",
"eslint": "8.19.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
Expand All @@ -40,14 +40,14 @@
"lint-staged": "13.0.3",
"mocha": "10.0.0",
"nyc": "15.1.0",
"pnpm": "7.5.0",
"pnpm": "7.6.0",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"ts-node": "10.8.2",
"typedoc": "0.23.5",
"ts-node": "10.9.1",
"typedoc": "0.23.9",
"typedoc-plugin-remove-references": "0.0.6",
"typedoc-plugin-rename-defaults": "^0.6.1",
"typedoc-plugin-rename-defaults": "^0.6.4",
"typescript": "4.7.4"
},
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gil/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typescript": "4.7.4"
},
"dependencies": {
"@discordjs/collection": "^0.7.0",
"@discordjs/collection": "^0.8.0",
"colorette": "^2.0.19",
"guilded.js": "workspace:*"
},
Expand Down
4 changes: 2 additions & 2 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.43",
"@types/node": "16.11.45",
"typescript": "4.7.4"
},
"dependencies": {
"@discordjs/collection": "^0.7.0",
"@discordjs/collection": "^0.8.0",
"@guildedjs/rest": "workspace:*",
"@guildedjs/webhook-client": "workspace:*",
"@guildedjs/ws": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/ws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@guildedjs/guilded-api-typings": "workspace:*",
"@types/ws": "8.5.3",
"typed-emitter": "2.1.0",
"ws": "8.8.0"
"ws": "8.8.1"
},
"contributors": [
{
Expand Down
Loading

0 comments on commit c77db80

Please sign in to comment.