From 27226732ef8fd84cf793648a61758c143eafdcc3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Sep 2021 01:04:25 +0000 Subject: [PATCH] chore(deps): update codesee to v0.83.0 --- client/package-lock.json | 12 ++++++------ client/package.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 9979c24439..e49a79f611 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -3906,9 +3906,9 @@ } }, "@codesee/babel-plugin-instrument": { - "version": "0.82.0", - "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.82.0.tgz", - "integrity": "sha512-4rw0WgjaOdygJQIyloduD7nlRCqw+dppBNQuLL1QMB1wTtEPnJxSVzgDvKSQXkiJwWITgxgaA7Mr3G4OT6gPVw==", + "version": "0.83.0", + "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.83.0.tgz", + "integrity": "sha512-30xo3he3dmG2Np/E4SM1QXDjRSM/9AIz0FPhks0Q8SVMPj43kROiaQtiJyVP3651Mww3q/c8ZEY7zZstdDPeXw==", "dev": true, "requires": { "@babel/plugin-syntax-jsx": "^7.12.13", @@ -3965,9 +3965,9 @@ } }, "@codesee/tracker": { - "version": "0.82.0", - "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.82.0.tgz", - "integrity": "sha512-Dmr9UALn+QHOHBwZKjtMiY54a1sESGAGRWLF7Gt9rM4MMj9LothxhltQQOFRWAKMbtWkosGbe6qGOLQRRfC4aw==", + "version": "0.83.0", + "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.83.0.tgz", + "integrity": "sha512-rBaO21z1UkT9c1NzRGgkEpoHkxX1qRhCoGkl/gtqCRqIHxxb6oK9GZaClhS7BsxsDRA3ihMaVMVCuwdWjTbAnQ==", "dev": true }, "@discoveryjs/json-ext": { diff --git a/client/package.json b/client/package.json index e0df90e638..8f1b362e47 100644 --- a/client/package.json +++ b/client/package.json @@ -131,8 +131,8 @@ }, "devDependencies": { "@babel/types": "7.15.6", - "@codesee/babel-plugin-instrument": "0.82.0", - "@codesee/tracker": "0.82.0", + "@codesee/babel-plugin-instrument": "0.83.0", + "@codesee/tracker": "0.83.0", "@testing-library/jest-dom": "5.14.1", "@testing-library/react": "12.1.0", "@types/jest": "26.0.24",