From ccf051ea43eef0b63dbfd99f25d0b539adddd813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Keviin=20=C3=85berg=20Kultalahti?= Date: Thu, 1 Apr 2021 10:48:11 +0200 Subject: [PATCH] add back packages that were accidently removed --- packages/builder/package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/builder/package.json b/packages/builder/package.json index e49b75f28f..cb043668d7 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -86,10 +86,17 @@ "yup": "0.29.2" }, "devDependencies": { + "@babel/core": "^7.12.14", + "@babel/plugin-transform-runtime": "^7.13.10", + "@babel/preset-env": "^7.13.12", + "@babel/runtime": "^7.13.10", "@rollup/plugin-alias": "^3.0.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-json": "^4.0.3", "@sveltech/routify": "1.7.11", + "@testing-library/jest-dom": "^5.11.10", + "@testing-library/svelte": "^3.0.0", + "babel-jest": "^26.6.3", "cypress": "^5.1.0", "cypress-terminal-report": "^1.4.1", "eslint-plugin-cypress": "^2.11.1",