Skip to content

Commit

Permalink
Update dependencies; Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lorefnon committed Feb 19, 2024
1 parent 97ab48e commit 2828239
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 108 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-sql-codegen",
"version": "3.18.1",
"version": "3.19.0",
"description": "Generates ts-sql-query table mappings from tbls schema output",
"main": "dist/index.js",
"bin": "dist/cli.js",
Expand Down Expand Up @@ -32,39 +32,39 @@
"repository": "github:lorefnon/ts-sql-codegen",
"license": "MIT",
"devDependencies": {
"@types/fs-extra": "^11.0.2",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/js-yaml": "^4.0.6",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.7.1",
"@types/pg": "^8.10.3",
"@types/prompts": "^2.4.5",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"@types/pg": "^8.11.0",
"@types/prompts": "^2.4.9",
"@types/rimraf": "^3.0.2",
"better-sqlite3": "^8.6.0",
"mocha": "^10.2.0",
"better-sqlite3": "^9.4.1",
"mocha": "^10.3.0",
"mocha-snap": "^5.0.0",
"pg": "^8.11.3",
"recursive-copy-cli": "^1.0.20",
"rimraf": "^5.0.5",
"ts-node": "^10.9.1",
"ts-sql-query": "^1.56.0",
"typedoc": "^0.25.1",
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2"
"ts-node": "^10.9.2",
"ts-sql-query": "^1.59.0",
"typedoc": "^0.25.8",
"typedoc-plugin-markdown": "^3.17.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"ts-sql-query": "^1.29.0"
},
"dependencies": {
"fs-extra": "^11.1.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"handlebars": "^4.7.8",
"hbs-dedent-helper": "^0.3.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"prompts": "^2.4.2",
"ts-pattern": "^5.0.5",
"zod": "^3.22.2"
"ts-pattern": "^5.0.8",
"zod": "^3.22.4"
}
}
Loading

0 comments on commit 2828239

Please sign in to comment.