diff --git a/playground/package.json b/playground/package.json index 5a80c2f327..481fa91988 100644 --- a/playground/package.json +++ b/playground/package.json @@ -14,6 +14,7 @@ "deploy": "vercel --scope=commercetools --confirm --no-clipboard" }, "dependencies": { + "@babel/runtime-corejs3": "^7.22.15", "@commercetools-docs/ui-kit": "24.2.0", "@commercetools-frontend/actions-global": "22.34.0", "@commercetools-frontend/application-components": "22.34.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 74bbe14b49..f29ac1f84f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -3124,6 +3124,9 @@ importers: playground: dependencies: + '@babel/runtime-corejs3': + specifier: ^7.22.15 + version: 7.22.15 '@commercetools-docs/ui-kit': specifier: 24.2.0 version: 24.2.0(@types/react@17.0.81)(react-dom@17.0.2)(react-router-dom@5.3.4)(react@17.0.2)(typescript@5.0.4)