Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dotabod/backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy committed Apr 20, 2024
2 parents 2e4c0ca + 964a232 commit dbe4fca
Show file tree
Hide file tree
Showing 70 changed files with 1,310 additions and 1,510 deletions.
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.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@
"prepare": "husky install"
},
"dependencies": {
"@supabase/supabase-js": "^2.42.0",
"@supabase/supabase-js": "^2.42.5",
"@twurple/api": "6.0.9",
"@twurple/auth": "6.0.9",
"@twurple/chat": "6.0.9",
"@twurple/eventsub-base": "6.0.9",
"@twurple/eventsub-http": "6.0.9",
"i18next": "^23.10.1",
"i18next": "^23.11.2",
"i18next-fs-backend": "^2.3.1",
"socket.io": "^4.7.5",
"winston": "^3.13.0"
},
"devDependencies": {
"@types/node": "^20.12.4",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
},
"lint-staged": {
"*.+(js|jsx|ts|tsx|json|css|md)": [
Expand Down
18 changes: 9 additions & 9 deletions packages/dota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"dependencies": {
"@node-steam/id": "^1.2.0",
"@supabase/supabase-js": "^2.42.0",
"@supabase/supabase-js": "^2.42.5",
"@twurple/api": "6.0.9",
"@twurple/auth": "6.0.9",
"@twurple/chat": "6.0.9",
Expand All @@ -38,7 +38,7 @@
"dotaconstants": "^8.5.0",
"express": "^4.19.2",
"express-body-parser-error-handler": "^1.0.7",
"i18next": "^23.10.1",
"i18next": "^23.11.2",
"i18next-fs-backend": "^2.3.1",
"lodash.isequal": "^4.5.0",
"lru-cache": "^10.2.0",
Expand All @@ -53,23 +53,23 @@
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@jest/globals": "^29.7.0",
"@testing-library/dom": "^9.3.4",
"@testing-library/dom": "^10.0.0",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/lodash.isequal": "^4.5.8",
"@types/memoizee": "^0.4.11",
"@types/node": "^20.12.4",
"@types/node": "^20.12.7",
"@types/retry": "^0.12.5",
"@types/steam": "^0.0.32",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"eslint": "^8.57.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
Expand All @@ -79,6 +79,6 @@
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.4"
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit dbe4fca

Please sign in to comment.