Skip to content

Commit

Permalink
add rollup/plugin-typescript to devDependencies for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Sep 27, 2023
1 parent ccffb0b commit ad4a883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/tsurlfilter/test/builders/rollup-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.4",
"rollup": "^3.10.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.1.4",
"rollup": "^3.10.0"
}
}

0 comments on commit ad4a883

Please sign in to comment.