chore: remove cross-fetch dep from plugins
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -51,8 +51,7 @@
|
||||
"@backstage/dev-utils": "workspace:^",
|
||||
"@backstage/test-utils": "workspace:^",
|
||||
"@testing-library/jest-dom": "^5.16.5",
|
||||
"@types/node": "^16.11.26",
|
||||
"cross-fetch": "^3.1.5"
|
||||
"@types/node": "^16.11.26"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
@@ -14,4 +14,3 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
import '@testing-library/jest-dom';
|
||||
import 'cross-fetch/polyfill';
|
||||
|
||||
Reference in New Issue
Block a user