Merge pull request #3481 from backstage/rugvip/esb

cli,create-app: bump esbuild + remove resolutions override in create-app
This commit is contained in:
Patrik Oldsberg
2020-11-30 11:29:48 +01:00
committed by GitHub
6 changed files with 61 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Bump versions of `esbuild` and `rollup-plugin-esbuild`
+13
View File
@@ -0,0 +1,13 @@
---
'@backstage/create-app': patch
---
Removed `"resolutions"` entry for `esbuild` in the root `package.json` in order to use the version specified by `@backstage/cli`.
To apply this change to an existing app, remove the following from your root `package.json`:
```json
"resolutions": {
"esbuild": "0.6.3"
},
```