From e33dfe5419d9052614bbefd85b276ec5af3c42e3 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:12:54 +0100 Subject: [PATCH] :robot: chore(package.json): Add devDependency babel-plugin-unassert. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/e2bf2c17f7e41fd818d2de9cb478d2e183f92a0e/src/transforms/deps:add-babel-plugin-unassert.js Please contact the author of the transform if you believe there was an error. --- package.json | 1 + yarn.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/package.json b/package.json index 359ba1b..8ad068a 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,7 @@ "@babel/register": "7.13.8", "ava": "3.15.0", "babel-plugin-transform-remove-console": "6.9.4", + "babel-plugin-unassert": "3.0.1", "c8": "7.6.0", "coveralls": "3.1.0", "esdoc": "1.1.0", diff --git a/yarn.lock b/yarn.lock index 0784690..8913c1e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1642,6 +1642,11 @@ babel-plugin-transform-remove-console@6.9.4: resolved "https://registry.yarnpkg.com/babel-plugin-transform-remove-console/-/babel-plugin-transform-remove-console-6.9.4.tgz#b980360c067384e24b357a588d807d3c83527780" integrity sha1-uYA2DAZzhOJLNXpYjYB9PINSd4A= +babel-plugin-unassert@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/babel-plugin-unassert/-/babel-plugin-unassert-3.0.1.tgz#cba17c38249a0bb26a72eb3793e0b24e29fcb7cd" + integrity sha512-dJvXKECYExv+GGieSm6jNe1H+HRa6hH/qPZWOoUfAN+cO6GbnC9fCbwHeJs0XZ2UqcEtJLpJCMs8q0pUEMI0fw== + babel-runtime@^6.22.0, babel-runtime@^6.26.0, babel-runtime@^6.9.0: version "6.26.0" resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe"