Skip to content

Commit

Permalink
fix: revert rollup from v3 to v2 to fix esModuleInterop: true (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 21, 2022
1 parent 1009672 commit 5c544a2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 30 deletions.
17 changes: 8 additions & 9 deletions packages/bootstrap/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 packages/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"cross-env": "^7.0.3",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"rollup": "^3.3.0",
"rollup": "=2.78.1",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"typescript": "~4.9.3"
Expand Down
17 changes: 8 additions & 9 deletions packages/common/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 packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cross-env": "^7.0.3",
"mocha": "^10.1.0",
"rimraf": "^3.0.2",
"rollup": "^3.3.0",
"rollup": "=2.78.1",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"typescript": "4.9.3"
Expand Down
17 changes: 8 additions & 9 deletions packages/ts-morph/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 packages/ts-morph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"diff": "^5.1.0",
"mocha": "10.1.0",
"rimraf": "^3.0.2",
"rollup": "^3.3.0",
"rollup": "=2.78.1",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "10.9.1",
"typescript": "~4.9.3"
Expand Down

0 comments on commit 5c544a2

Please sign in to comment.