Skip to content

Commit

Permalink
chore(deps): update devdependencies (#1319)
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] authored Feb 7, 2025
1 parent 3816abb commit 837db52
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 136 deletions.
2 changes: 1 addition & 1 deletion bin/node-pg-migrate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ if (action === 'create') {
},
}
: undefined),
},
} as ClientConfig,
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
dir: MIGRATIONS_DIR!,
useGlob: USE_GLOB,
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,22 @@
"yargs": "~17.7.0"
},
"devDependencies": {
"@eslint/compat": "1.2.5",
"@eslint/js": "9.18.0",
"@eslint/compat": "1.2.6",
"@eslint/js": "9.19.0",
"@stylistic/eslint-plugin": "3.0.1",
"@types/config": "3.3.5",
"@types/eslint__js": "8.42.3",
"@types/node": "22.10.10",
"@types/pg": "8.11.10",
"@types/node": "22.13.1",
"@types/pg": "8.11.11",
"@types/yargs": "17.0.33",
"@vitest/coverage-v8": "3.0.4",
"@vitest/eslint-plugin": "1.1.25",
"@vitest/eslint-plugin": "1.1.26",
"@vitest/ui": "3.0.4",
"config": "3.3.12",
"cross-env": "7.0.3",
"dotenv": "16.4.7",
"dotenv-expand": "12.0.1",
"eslint": "9.18.0",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-define-config": "2.1.0",
"eslint-gitignore": "0.1.0",
Expand All @@ -132,10 +132,10 @@
"prettier-plugin-packagejson": "2.5.8",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"tsup": "8.3.6",
"tsx": "4.19.2",
"typescript": "5.7.3",
"typescript-eslint": "8.21.0",
"typescript-eslint": "8.23.0",
"vitepress": "1.6.3",
"vitest": "3.0.5"
},
Expand Down
Loading

0 comments on commit 837db52

Please sign in to comment.