Skip to content

Commit 2828239

Browse files
committed
Update dependencies; Bump version
1 parent 97ab48e commit 2828239

File tree

2 files changed

+122
-108
lines changed

2 files changed

+122
-108
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-sql-codegen",
3-
"version": "3.18.1",
3+
"version": "3.19.0",
44
"description": "Generates ts-sql-query table mappings from tbls schema output",
55
"main": "dist/index.js",
66
"bin": "dist/cli.js",
@@ -32,39 +32,39 @@
3232
"repository": "github:lorefnon/ts-sql-codegen",
3333
"license": "MIT",
3434
"devDependencies": {
35-
"@types/fs-extra": "^11.0.2",
35+
"@types/fs-extra": "^11.0.4",
3636
"@types/glob": "^8.1.0",
37-
"@types/js-yaml": "^4.0.6",
38-
"@types/lodash": "^4.14.199",
39-
"@types/mocha": "^10.0.2",
40-
"@types/node": "^20.7.1",
41-
"@types/pg": "^8.10.3",
42-
"@types/prompts": "^2.4.5",
37+
"@types/js-yaml": "^4.0.9",
38+
"@types/lodash": "^4.14.202",
39+
"@types/mocha": "^10.0.6",
40+
"@types/node": "^20.11.19",
41+
"@types/pg": "^8.11.0",
42+
"@types/prompts": "^2.4.9",
4343
"@types/rimraf": "^3.0.2",
44-
"better-sqlite3": "^8.6.0",
45-
"mocha": "^10.2.0",
44+
"better-sqlite3": "^9.4.1",
45+
"mocha": "^10.3.0",
4646
"mocha-snap": "^5.0.0",
4747
"pg": "^8.11.3",
4848
"recursive-copy-cli": "^1.0.20",
4949
"rimraf": "^5.0.5",
50-
"ts-node": "^10.9.1",
51-
"ts-sql-query": "^1.56.0",
52-
"typedoc": "^0.25.1",
53-
"typedoc-plugin-markdown": "^3.16.0",
54-
"typescript": "^5.2.2"
50+
"ts-node": "^10.9.2",
51+
"ts-sql-query": "^1.59.0",
52+
"typedoc": "^0.25.8",
53+
"typedoc-plugin-markdown": "^3.17.1",
54+
"typescript": "^5.3.3"
5555
},
5656
"peerDependencies": {
5757
"ts-sql-query": "^1.29.0"
5858
},
5959
"dependencies": {
60-
"fs-extra": "^11.1.1",
60+
"fs-extra": "^11.2.0",
6161
"glob": "^10.3.10",
6262
"handlebars": "^4.7.8",
6363
"hbs-dedent-helper": "^0.3.0",
6464
"js-yaml": "^4.1.0",
6565
"lodash": "^4.17.21",
6666
"prompts": "^2.4.2",
67-
"ts-pattern": "^5.0.5",
68-
"zod": "^3.22.2"
67+
"ts-pattern": "^5.0.8",
68+
"zod": "^3.22.4"
6969
}
7070
}

0 commit comments

Comments
 (0)