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 Sep 15, 2022
1 parent 61f8d1d commit db99aed
Show file tree
Hide file tree
Showing 8 changed files with 195 additions and 195 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.24.2",
"@changesets/cli": "^2.24.4",
"@sapphire/eslint-config": "4.3.7",
"@types/chai": "4.3.3",
"@types/mocha": "9.1.1",
"@types/node": "16.11.47",
"@types/node": "16.11.59",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.32.0",
"@typescript-eslint/parser": "5.32.0",
"@typescript-eslint/eslint-plugin": "5.37.0",
"@typescript-eslint/parser": "5.37.0",
"chai": "4.3.6",
"dotenv": "16.0.1",
"eslint": "8.21.0",
"dotenv": "16.0.2",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
Expand All @@ -40,15 +40,15 @@
"lint-staged": "13.0.3",
"mocha": "10.0.0",
"nyc": "15.1.0",
"pnpm": "7.9.0",
"pnpm": "7.11.0",
"prettier": "2.7.1",
"pretty-quick": "3.1.3",
"rimraf": "3.0.2",
"ts-node": "10.9.1",
"typedoc": "0.23.10",
"typedoc": "0.23.14",
"typedoc-plugin-remove-references": "0.0.6",
"typedoc-plugin-rename-defaults": "^0.6.4",
"typescript": "4.7.4"
"typescript": "4.8.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 @@ -13,11 +13,11 @@
"prepublishOnly": "rimraf dist/ && rimraf types/ && pnpm run build"
},
"devDependencies": {
"dotenv": "^16.0.1",
"typescript": "4.7.4"
"dotenv": "^16.0.2",
"typescript": "4.8.3"
},
"dependencies": {
"@discordjs/collection": "^1.0.1",
"@discordjs/collection": "^1.1.0",
"colorette": "^2.0.19",
"guilded.js": "workspace:*"
},
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.4"
"typescript": "4.8.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.47",
"typescript": "4.7.4"
"@types/node": "16.11.59",
"typescript": "4.8.3"
},
"dependencies": {
"@discordjs/collection": "^1.0.1",
"@discordjs/collection": "^1.1.0",
"@guildedjs/rest": "workspace:*",
"@guildedjs/webhook-client": "workspace:*",
"@guildedjs/ws": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@guildedjs/guilded-api-typings": "workspace:*",
"@types/node-fetch": "2.6.2",
"@types/qs": "^6.9.7",
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"dependencies": {
"node-fetch": "2.6.7",
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.4"
"typescript": "4.8.3"
},
"dependencies": {
"@guildedjs/rest": "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 @@ -12,7 +12,7 @@
"prepublishOnly": "rimraf dist/ && rimraf types/ && pnpm run build"
},
"devDependencies": {
"typescript": "4.7.4"
"typescript": "4.8.3"
},
"dependencies": {
"@guildedjs/guilded-api-typings": "workspace:*",
Expand Down
Loading

0 comments on commit db99aed

Please sign in to comment.