Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Nov 19, 2022
1 parent ffb6bbb commit e474f76
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 111 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@discordjs/builders": "^0.16.0",
"@sapphire/discord-utilities": "^2.12.0",
"@sapphire/discord.js-utilities": "^5.1.1",
"@sapphire/discord.js-utilities": "^5.1.2",
"@sapphire/lexure": "^1.1.2",
"@sapphire/pieces": "^3.6.0",
"@sapphire/ratelimits": "^2.4.5",
Expand All @@ -41,22 +41,22 @@
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@favware/cliff-jumper": "^1.8.8",
"@favware/cliff-jumper": "^1.9.0",
"@favware/npm-deprecate": "^1.0.5",
"@favware/rollup-type-bundler": "^2.0.0",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/prettier-config": "^1.4.4",
"@sapphire/ts-config": "^3.3.4",
"@types/node": "^18.11.9",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitest/coverage-c8": "^0.25.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitest/coverage-c8": "^0.25.2",
"cz-conventional-changelog": "^3.3.0",
"discord.js": "^13.12.0",
"esbuild-plugin-file-path-extensions": "^1.0.0",
"esbuild-plugin-version-injector": "^1.0.0",
"eslint": "^8.27.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"gen-esm-wrapper": "^1.1.3",
Expand All @@ -65,11 +65,11 @@
"pinst": "^3.0.0",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"tsup": "^6.4.0",
"typedoc": "^0.23.20",
"tsup": "^6.5.0",
"typedoc": "^0.23.21",
"typedoc-json-parser": "^7.0.1",
"typescript": "^4.8.4",
"vitest": "^0.25.1"
"typescript": "^4.9.3",
"vitest": "^0.25.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e474f76

Please sign in to comment.