Skip to content

Commit

Permalink
fix(deps): update dependency ts-morph to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 29, 2023
1 parent 32a9806 commit 11eda66
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 25 deletions.
39 changes: 20 additions & 19 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tools/forecast/codegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pluralize": "^8.0.0",
"prettier": "2.8.8",
"semver": "^7.5.4",
"ts-morph": "^19.0.0",
"ts-morph": "^20.0.0",
"ts-pattern": "^5.0.5",
"vscode": "^1.1.37",
"vscode-jsonrpc": "^8.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/forecast/plugins/crud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.1",
"dependencies": {
"path": "^0.12.7",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion tools/forecast/plugins/drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"langium": "1.2.1",
"path": "^0.12.7",
"semver": "^7.5.4",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
},
"devDependencies": {
"drizzle-kit": "^0.19.13"
Expand Down
2 changes: 1 addition & 1 deletion tools/forecast/plugins/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"langium": "1.2.1",
"path": "^0.12.7",
"semver": "^7.5.4",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
},
"devDependencies": {
"drizzle-kit": "^0.19.13"
Expand Down
2 changes: 1 addition & 1 deletion tools/forecast/plugins/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"dependencies": {
"@prisma/generator-helper": "^5.2.0",
"path": "^0.12.7",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
}
}
2 changes: 1 addition & 1 deletion tools/forecast/plugins/zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"@prisma/generator-helper": "^5.2.0",
"path": "^0.12.7",
"semver": "^7.5.4",
"ts-morph": "^19.0.0"
"ts-morph": "^20.0.0"
}
}

0 comments on commit 11eda66

Please sign in to comment.