Skip to content

Commit

Permalink
Update all non-major dependencies (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 12, 2023
1 parent ef46cf9 commit f702398
Show file tree
Hide file tree
Showing 12 changed files with 586 additions and 247 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
root: true,
ignorePatterns: ["src/dota/types.ts"],
ignorePatterns: ["src/dota/types.ts", "src/**/*.test.ts"],
extends: ["plugin:@beequeue/base", "plugin:@beequeue/typescript"],
rules: {
"@typescript-eslint/no-non-null-assertion": "off",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,34 @@
"devDependencies": {
"@beequeue/eslint-plugin": "4.0.0",
"@cloudflare/workers-types": "4.20231010.0",
"@total-typescript/ts-reset": "0.4.2",
"@leeoniya/ufuzzy": "1.0.10",
"@total-typescript/ts-reset": "0.5.1",
"@tsconfig/node20": "20.1.2",
"@types/node": "20.8.4",
"@worker-tools/response-creators": "1.2.0-pre.6",
"better-sqlite3": "8.4.0",
"better-sqlite3": "8.7.0",
"date-fns": "2.30.0",
"discord-api-types": "0.37.60",
"discord-interactions": "3.4.0",
"dotenv": "16.3.1",
"drizzle-kit": "0.19.13",
"drizzle-orm": "0.28.6",
"eslint": "8.51.0",
"fuse.js": "6.6.2",
"itty-cors": "0.3.6",
"itty-router": "4.0.13",
"kysely": "0.25.0",
"kysely-d1": "0.3.0",
"itty-router": "4.0.23",
"lint-staged": "14.0.1",
"mande": "2.0.6",
"mande": "2.0.8",
"miniflare": "3.20231010.0",
"ms": "3.0.0-canary.1",
"nanoid": "5.0.1",
"node-html-parser": "6.1.5",
"p-queue": "7.3.4",
"node-html-parser": "6.1.10",
"p-queue": "7.4.1",
"prettier": "3.0.3",
"remeda": "1.27.1",
"simple-git-hooks": "2.9.0",
"tsup": "7.2.0",
"typescript": "5.1.3",
"undici": "5.22.1",
"typescript": "5.2.2",
"undici": "5.26.3",
"vite": "4.4.11",
"vitest": "0.34.6",
"vitest-environment-miniflare": "2.14.1",
Expand Down

0 comments on commit f702398

Please sign in to comment.