cli: narrow version range of rollup-plugin-esbuild to avoid breaking change

This commit is contained in:
Patrik Oldsberg
2020-11-27 13:15:23 +01:00
parent a081f9fac8
commit b623cc275c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Narrow down the version range of rollup-plugin-esbuild to avoid breaking change in newer version
+1 -1
View File
@@ -88,7 +88,7 @@
"replace-in-file": "^6.0.0",
"rollup": "2.33.x",
"rollup-plugin-dts": "1.4.13",
"rollup-plugin-esbuild": "^2.0.0",
"rollup-plugin-esbuild": "2.3.x",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-typescript2": "^0.27.3",