Skip to content

Commit

Permalink
fix: bump dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 5, 2022
1 parent 760227d commit 3b35c91
Show file tree
Hide file tree
Showing 2 changed files with 942 additions and 1,097 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,48 +27,48 @@
"prepare": "husky install .github/husky"
},
"dependencies": {
"@sapphire/discord-utilities": "^2.4.0",
"@sapphire/discord.js-utilities": "^4.1.5",
"@sapphire/discord-utilities": "^2.7.0",
"@sapphire/discord.js-utilities": "^4.6.0",
"@sapphire/pieces": "^3.2.0",
"@sapphire/ratelimits": "^2.1.10",
"@sapphire/utilities": "^3.1.0",
"@sapphire/ratelimits": "^2.3.0",
"@sapphire/utilities": "^3.3.0",
"lexure": "^0.17.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^16.0.1",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@favware/npm-deprecate": "^1.0.4",
"@favware/rollup-type-bundler": "^1.0.6",
"@sapphire/eslint-config": "^4.0.8",
"@sapphire/prettier-config": "^1.2.7",
"@sapphire/ts-config": "^3.1.6",
"@favware/rollup-type-bundler": "^1.0.7",
"@sapphire/eslint-config": "^4.2.0",
"@sapphire/prettier-config": "^1.3.0",
"@sapphire/ts-config": "^3.3.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.4",
"@types/node": "^17.0.15",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"cz-conventional-changelog": "^3.3.0",
"discord.js": "^13.5.0",
"eslint": "^8.6.0",
"discord.js": "^13.6.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gen-esm-wrapper": "^1.1.3",
"husky": "^7.0.4",
"jest": "^27.4.5",
"jest-circus": "^27.4.5",
"lint-staged": "^12.1.4",
"jest": "^27.5.0",
"jest-circus": "^27.5.0",
"lint-staged": "^12.3.3",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rollup": "^2.62.0",
"rollup": "^2.67.0",
"rollup-plugin-version-injector": "^1.3.3",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typedoc": "^0.22.10",
"typedoc-plugin-djs-links": "^1.0.3",
"typedoc-plugin-mdn-links": "^1.0.4",
"typescript": "^4.5.4"
"typedoc": "^0.22.11",
"typedoc-plugin-djs-links": "^1.0.4",
"typedoc-plugin-mdn-links": "^1.0.5",
"typescript": "^4.5.5"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 3b35c91

Please sign in to comment.