From 28864ab7f3f23eb392d4c64b7e01949cbc3ec4c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Jun 2021 17:21:42 +0530 Subject: [PATCH] chore(deps): update dependency @codesee/babel-plugin-instrument to v0.34.0 (#42448) Co-authored-by: Renovate Bot --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 5b3f857980..98a0419978 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -4715,9 +4715,9 @@ } }, "@codesee/babel-plugin-instrument": { - "version": "0.33.4", - "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.33.4.tgz", - "integrity": "sha512-MbJrpQezkL6AgCpEjgUJ8WtQjlv8XFOzgD09Eowud9OnYdyNROEIteEcGFOopGbbjKRa89GwphEoPz2A75HniA==", + "version": "0.34.0", + "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.34.0.tgz", + "integrity": "sha512-o2b5fhFZpkEO/kSjwB7MxQZRse3aOO6RLmlgmwj/C2f5BvD2IqYORAjIbzvXNC/+YMrfj/ezBXuzkrdbKevQoQ==", "dev": true, "requires": { "@babel/plugin-syntax-jsx": "^7.12.13", diff --git a/client/package.json b/client/package.json index 35935a176d..b3ad84a670 100644 --- a/client/package.json +++ b/client/package.json @@ -129,7 +129,7 @@ }, "devDependencies": { "@babel/types": "7.14.5", - "@codesee/babel-plugin-instrument": "0.33.4", + "@codesee/babel-plugin-instrument": "0.34.0", "@codesee/tracker": "0.33.4", "@testing-library/jest-dom": "5.13.0", "@testing-library/react": "11.2.7",