cli,create-app: bump esbuild + remove resolutions override in create-app

This commit is contained in:
Patrik Oldsberg
2020-11-28 17:02:02 +01:00
parent 3f947b70d1
commit 4a655c89db
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"
},
```