Skip to content

Commit

Permalink
doc: chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Insiro committed Jul 25, 2022
1 parent 2cc623a commit 2c0bc2b
Show file tree
Hide file tree
Showing 72 changed files with 1,194 additions and 1,039 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*/migration/
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,4 @@ module.exports = {
node: true
},
ignorePatterns: ['.eslintrc.js', "*.env"],
"rules": {
}
}
1,296 changes: 683 additions & 613 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/ws-npm-8.8.0-89e1c83090-6ceed1ca1c.zip
Binary file not shown.
Binary file not shown.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,38 @@
"class-validator": "^0.13.2",
"cross-env": "^7.0.3",
"discord-command-parser": "^1.5.3",
"discord.js": "^13.8.1",
"discord.js": "^13.9.1",
"dotenv": "^16.0.1",
"node-schedule": "^2.1.0",
"pg": "^8.7.3",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"typeorm": "^0.3.7",
"ws": "^8.8.0",
"ws": "^8.8.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.3",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"@types/node-schedule": "^2.1.0",
"@types/pg": "^8.6.5",
"@types/request": "^2.48.8",
"@types/request-promise-native": "^1.0.18",
"@types/ws": "^8.5.3",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"discord-api-types": "^0.36.1",
"eslint": "^8.19.0",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"discord-api-types": "^0.36.3",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^28.1.2",
"jest": "^28.1.3",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}
Loading

0 comments on commit 2c0bc2b

Please sign in to comment.