Skip to content

Commit

Permalink
deps: update dependencies (#84)
Browse files Browse the repository at this point in the history
- Update several developer dependencies to their new major versions.
- Update a dependency and other developer dependencies to their latest
versions.
  • Loading branch information
VoltrexKeyva authored Sep 8, 2023
1 parent c737bef commit a49af28
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
module.exports = {
ignorePatterns: ["node_modules/*", "docs/*", "dist/*"],
extends: "@top-gg/eslint-config",
parserOptions: {
project: "./tsconfig.json",
}
};
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@
},
"homepage": "https://topgg.js.org",
"devDependencies": {
"@top-gg/eslint-config": "^0.0.3",
"@top-gg/eslint-config": "^0.0.4",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-jest": "^27.2.1",
"@types/jest": "^29.5.4",
"@types/node": "^20.5.9",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6",
"ts-jest": "^29.1.0",
"typedoc": "^0.23.28",
"typescript": "^5.0.2"
"jest": "^29.6.4",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typescript": "^5.2.2"
},
"dependencies": {
"raw-body": "^2.5.2",
"undici": "^5.21.0"
"undici": "^5.23.0"
},
"types": "./dist/index.d.ts"
}

0 comments on commit a49af28

Please sign in to comment.