Skip to content

Commit

Permalink
fix(deps): bump min sql-code-gen version to decrease errors
Browse files Browse the repository at this point in the history
  • Loading branch information
uladkasach committed Jun 14, 2024
1 parent 3431304 commit c22f88b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 19 deletions.
35 changes: 19 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"jest": "29.3.1",
"pg": "8.6.0",
"prettier": "2.8.1",
"sql-code-generator": "0.9.3",
"sql-code-generator": "0.9.7",
"sql-schema-control": "1.5.1",
"sql-schema-generator": "0.25.0",
"ts-jest": "29.1.3",
Expand All @@ -132,8 +132,8 @@
"yesql": "3.2.2"
},
"peerDependencies": {
"sql-code-generator": ">= 0.9.3 < 1",
"sql-schema-generator": ">= 0.21.4 < 1"
"sql-code-generator": ">= 0.9.7 < 1",
"sql-schema-generator": ">= 0.25.0 < 1"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit c22f88b

Please sign in to comment.