Skip to content

Commit

Permalink
fix: explicitly bump sapphire dependencies to their latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Feb 18, 2022
1 parent 347540a commit df3a3d1
Show file tree
Hide file tree
Showing 2 changed files with 714 additions and 517 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,44 +27,44 @@
"prepare": "husky install .github/husky"
},
"dependencies": {
"@sapphire/discord-utilities": "^2.7.0",
"@sapphire/discord.js-utilities": "^4.6.0",
"@sapphire/discord-utilities": "^2.8.0",
"@sapphire/discord.js-utilities": "^4.8.1",
"@sapphire/pieces": "^3.2.0",
"@sapphire/ratelimits": "^2.3.0",
"@sapphire/ratelimits": "^2.3.1",
"@sapphire/utilities": "^3.3.0",
"lexure": "^0.17.0",
"tslib": "^2.3.1"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@favware/npm-deprecate": "^1.0.4",
"@favware/rollup-type-bundler": "^1.0.7",
"@sapphire/eslint-config": "^4.2.0",
"@sapphire/eslint-config": "^4.2.1",
"@sapphire/prettier-config": "^1.3.0",
"@sapphire/ts-config": "^3.3.0",
"@sapphire/ts-config": "^3.3.1",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.15",
"@types/node": "^17.0.18",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"cz-conventional-changelog": "^3.3.0",
"discord.js": "^13.6.0",
"eslint": "^8.8.0",
"eslint": "^8.9.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.5.0",
"jest-circus": "^27.5.0",
"lint-staged": "^12.3.3",
"jest": "^27.5.1",
"jest-circus": "^27.5.1",
"lint-staged": "^12.3.4",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rollup": "^2.67.0",
"rollup": "^2.67.3",
"rollup-plugin-version-injector": "^1.3.3",
"standard-version": "^9.3.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"ts-node": "^10.5.0",
"typedoc": "^0.22.11",
"typedoc-plugin-djs-links": "^1.0.4",
"typedoc-plugin-mdn-links": "^1.0.5",
Expand Down
Loading

0 comments on commit df3a3d1

Please sign in to comment.