Skip to content

Commit

Permalink
chore: update ts-morph to v21.0.1 to match TS 5.3 (#2221)
Browse files Browse the repository at this point in the history
* chore: update ts-morph to v21.0.1 to match TS 5.3
https://github.com/dsherret/ts-morph/blob/latest/packages/ts-morph/CHANGELOG.md#2100-2023-12-02

* fix: random next error on playground
vercel/next.js#60890
  • Loading branch information
astahmer authored Feb 18, 2024
1 parent b480af4 commit 6fd3386
Show file tree
Hide file tree
Showing 6 changed files with 433 additions and 240 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"lint-staged": "15.2.2",
"mdx-local-link-checker": "2.1.1",
"rimraf": "5.0.5",
"ts-morph": "20.0.0",
"ts-morph": "21.0.1",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"dependencies": {
"@pandacss/shared": "workspace:*",
"ts-evaluator": "1.2.0",
"ts-morph": "20.0.0"
"ts-morph": "21.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"postcss": "8.4.35",
"preferred-pm": "3.1.2",
"prettier": "2.8.8",
"ts-morph": "20.0.0",
"ts-morph": "21.0.1",
"ts-pattern": "5.0.8",
"tsconfck": "3.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@pandacss/types": "workspace:*",
"@vue/compiler-sfc": "3.4.19",
"magic-string": "0.30.7",
"ts-morph": "20.0.0",
"ts-morph": "21.0.1",
"ts-pattern": "5.0.8"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@
"eslint-config-next": "14.1.0",
"raw-loader": "4.0.2",
"tsx": "4.7.1"
}
},
"browserslist": [
"Chrome 118"
]
}
Loading

0 comments on commit 6fd3386

Please sign in to comment.