From 051f9b1a232edb7de020235bbeffc0b1d2e5534d Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Mon, 6 Dec 2021 21:31:26 -0500 Subject: [PATCH] replace wildcard dependency versions for devDependencies in favor of explicit versions Signed-off-by: Colton Padden --- plugins/apache-airflow/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/apache-airflow/package.json b/plugins/apache-airflow/package.json index 248bbc8dd3..d76ba72638 100644 --- a/plugins/apache-airflow/package.json +++ b/plugins/apache-airflow/package.json @@ -47,8 +47,8 @@ "@testing-library/jest-dom": "^5.10.1", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^13.1.8", - "@types/jest": "*", - "@types/node": "*", + "@types/jest": "^26.0.7", + "@types/node": "^14.14.32", "msw": "^0.35.0" }, "files": [