remove node-fetch from frontend packages

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-01-18 09:40:10 +01:00
parent a3c5d8e363
commit 013301e07b
5 changed files with 12 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-pagerduty': patch
'@backstage/plugin-splunk-on-call': patch
---
Remove redundant `node-fetch` dependency
+1 -2
View File
@@ -59,8 +59,7 @@
"@types/jest": "^26.0.7",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"msw": "^0.35.0",
"node-fetch": "^2.6.1"
"msw": "^0.35.0"
},
"files": [
"dist"
+2
View File
@@ -13,4 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import '@testing-library/jest-dom';
import 'cross-fetch/polyfill';
+1 -2
View File
@@ -59,8 +59,7 @@
"@types/luxon": "^2.0.4",
"@types/node": "^14.14.32",
"cross-fetch": "^3.0.6",
"msw": "^0.35.0",
"node-fetch": "^2.6.1"
"msw": "^0.35.0"
},
"configSchema": "config.d.ts",
"files": [
+2
View File
@@ -13,4 +13,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import '@testing-library/jest-dom';
import 'cross-fetch/polyfill';