From 54dbbc4701724a68f941912b749016f108aa0f68 Mon Sep 17 00:00:00 2001 From: Kara Brightwell Date: Thu, 17 Feb 2022 10:42:58 +0000 Subject: [PATCH] update babel to fix storybook build --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 019393d0a..eb4a53eff 100644 --- a/package.json +++ b/package.json @@ -33,14 +33,14 @@ "commitMessage": "Deploy Storybook [skip ci]" }, "devDependencies": { - "@babel/core": "^7.4.5", + "@babel/core": "^7.17.4", "@financial-times/athloi": "^1.0.0-beta.26", "@storybook/addon-essentials": "^6.2.9", "@storybook/react": "^6.2.9", "@storybook/storybook-deployer": "^2.8.8", "@types/jest": "26.0.0", "@typescript-eslint/parser": "^3.0.0", - "babel-loader": "^8.0.4", + "babel-loader": "^8.2.3", "check-engine": "^1.10.1", "copy-webpack-plugin": "^5.0.2", "core-js": "^3.7.0",