Skip to content

Commit

Permalink
feat(core): bump ts-morph to 25.0.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: bump ts-morph to 25.0.0
  • Loading branch information
IKatsuba committed Jan 21, 2025
1 parent c7b7249 commit f57833c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 21 deletions.
43 changes: 26 additions & 17 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"prettier-plugin-packagejson": "^2.5.0",
"rxjs": "^7.8.1",
"tailwindcss": "3.4.3",
"ts-morph": "^22.0.0",
"ts-morph": "^25.0.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"verdaccio": "^5.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"peerDependencies": {
"@angular-devkit/schematics": ">=18.0.0",
"ts-morph": ">=22.0.0"
"ts-morph": ">=25.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"typings": "./src/index.d.ts",
"dependencies": {
"minimatch": "9.0.3",
"ts-morph": "^22.0.0",
"ts-morph": "^25.0.0",
"tslib": "^2.3.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"peerDependencies": {
"@nx/devkit": ">=19.0.0",
"ts-morph": ">=22.0.0"
"ts-morph": ">=25.0.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit f57833c

Please sign in to comment.