Skip to content

Commit

Permalink
chore: update dev depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 23, 2023
1 parent ed74dcc commit ec17947
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 294 deletions.
2 changes: 1 addition & 1 deletion .github/husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn pretty-quick --staged && yarn lint-staged
yarn lint-staged
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"clean": "rimraf dist/",
"start": "node --enable-source-maps dist/main.js",
"test": "eslint --ext ts src",
"lint": "eslint --fix --ext ts src tests",
"lint": "eslint --fix --ext ts src",
"format": "prettier --write --loglevel=warn \"{src,tests,scripts}/**/*.{js,ts,json}\"",
"update": "yarn upgrade-interactive",
"postinstall": "husky install .github/husky"
},
"dependencies": {
"@discordjs/builders": "^1.6.1",
"@discordjs/collection": "^1.5.0",
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@prisma/client": "^4.16.2",
"@sapphire/utilities": "^3.13.0",
"@skyra/env-utilities": "^1.2.1",
Expand All @@ -36,28 +36,27 @@
"@skyra/shared-http-pieces": "^1.0.3",
"@skyra/start-banner": "^2.0.0",
"@skyra/twitch-helpers": "^1.0.3",
"discord-api-types": "^0.37.38",
"discord-api-types": "^0.37.50",
"gradient-string": "^2.0.2",
"tslib": "^2.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@sapphire/eslint-config": "^4.4.3",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/eslint-config": "^5.0.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^4.0.1",
"@types/gradient-string": "^1.1.2",
"@types/node": "^18.17.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"prettier": "^3.0.0",
"prisma": "^4.16.2",
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
Expand All @@ -75,6 +74,7 @@
]
},
"lint-staged": {
"*": "prettier --ignore-unknown --write",
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts"
},
"config": {
Expand Down
Loading

0 comments on commit ec17947

Please sign in to comment.