We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b3044 commit 7c19657Copy full SHA for 7c19657
package.json
@@ -3,7 +3,7 @@
3
"version": "8.0.3",
4
"description": "PostgreSQL database migration management tool for node.js",
5
"scripts": {
6
- "clean": "rimraf .eslintcache dist pnpm-lock.yaml node_modules",
+ "clean": "git clean -fdx",
7
"build": "tsup-node",
8
"format": "prettier --cache --write .",
9
"lint": "eslint --cache --cache-strategy content .",
@@ -81,7 +81,7 @@
81
"templates"
82
],
83
"dependencies": {
84
- "glob": "~11.0.0",
+ "glob": "~11.1.0",
85
"yargs": "~17.7.0"
86
},
87
"devDependencies": {
@@ -132,7 +132,7 @@
132
"optional": true
133
}
134
135
- "packageManager": "pnpm@10.12.1",
+ "packageManager": "pnpm@10.25.0",
136
"engines": {
137
"node": ">=20.11.0"
138
0 commit comments