From 04a629ceba6489a06bb9453d1ab01ad666d9e578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 22 Nov 2020 14:23:28 +0000 Subject: [PATCH] fix(ci): lock cra deps versions --- ui/.depcheckrc.yaml | 2 ++ ui/package.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ui/.depcheckrc.yaml b/ui/.depcheckrc.yaml index 7ee08199a..891ffc6a8 100644 --- a/ui/.depcheckrc.yaml +++ b/ui/.depcheckrc.yaml @@ -5,6 +5,8 @@ ignores: - bootswatch - node-sass - typeface-open-sans + - babel-loader + - webpack # devDeps - "@types/jest" - "@types/node" diff --git a/ui/package.json b/ui/package.json index 63aa958a4..c6394a110 100644 --- a/ui/package.json +++ b/ui/package.json @@ -32,6 +32,7 @@ "@types/react-select": "3.0.26", "@typescript-eslint/eslint-plugin": "4.8.1", "@typescript-eslint/parser": "4.8.1", + "babel-loader": "8.1.0", "body-scroll-lock": "3.1.5", "bootstrap": "4.5.3", "bootswatch": "4.5.3", @@ -76,7 +77,8 @@ "react-select": "3.1.0", "react-transition-group": "4.4.1", "typeface-open-sans": "1.1.13", - "typescript": "4.1.2" + "typescript": "4.1.2", + "webpack": "4.42.0" }, "devDependencies": { "@percy-io/percy-storybook": "2.1.0",