[go: up one dir, main page]

Skip to content

Commit

Permalink
[Deps]: update all packages to latest version & pin eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Mar 18, 2022
1 parent b60f101 commit f904e21
Show file tree
Hide file tree
Showing 2 changed files with 480 additions and 626 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
"license": "MIT",
"private": false,
"dependencies": {
"discord.js": "^13.1.0",
"discord.js": "^13.6.0",
"node-fetch": "^2.6.2",
"veza": "^1.1.0"
"veza": "^1.2.0"
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"@types/node": "^16.7.13",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-marine": "^9.0.6",
"@types/node-fetch": "^2.6.1",
"@types/node": "^17.0.21",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
"eslint-config-marine": "9.0.6",
"fs-nextra": "^0.5.1",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge2": "^1.4.1",
"typescript": "^4.4.2"
"typescript": "^4.6.2"
},
"eslintConfig": {
"extends": "marine/node",
Expand Down
Loading

0 comments on commit f904e21

Please sign in to comment.