Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
some1chan committed Jul 18, 2022
1 parent 2e98125 commit dd32187
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 257 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:watch": "pnpm recursive run test:watch"
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"@changesets/cli": "^2.23.2",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
Expand All @@ -24,9 +24,9 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "26.6.3",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.6",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
}
}
12 changes: 6 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"madge": "madge -c --warning ./"
},
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"@framedjs/logger": "^0.1.0",
"@framedjs/shared": "^0.3.0",
"@discordjs/builders": "^1.0.0",
"@discordjs/rest": "^1.0.0",
"@framedjs/logger": "workspace:^0.1.0",
"@framedjs/shared": "workspace:^0.3.0",
"axios": "^0.22.0",
"common-tags": "^1.8.2",
"discord-api-types": "^0.22.0",
Expand All @@ -36,12 +36,12 @@
"@types/lz-string": "^1.3.34",
"@types/require-all": "^3.0.3",
"@types/twemoji-parser": "^13.1.1",
"discord.js": "^13.8.1",
"discord.js": "^13.9.0",
"madge": "^5.0.1",
"twitch": "^4.6.7",
"twitch-auth": "^4.6.7",
"twitch-chat-client": "^4.6.7",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
},
"peerDependencies": {
"discord.js": "^13.8.0",
Expand Down
Loading

0 comments on commit dd32187

Please sign in to comment.