chore(deps): update codesee to v0.96.0

This commit is contained in:
Renovate Bot
2021-09-28 18:38:20 +00:00
committed by renovate[bot]
parent 4503fadaad
commit 92d2119199
2 changed files with 15 additions and 15 deletions

View File

@@ -4017,9 +4017,9 @@
} }
}, },
"@codesee/babel-plugin-instrument": { "@codesee/babel-plugin-instrument": {
"version": "0.95.0", "version": "0.96.0",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.95.0.tgz", "resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.96.0.tgz",
"integrity": "sha512-hBi1dFHgZghwbCP3g/adf9VTI4itLvIyYdIwkrm5ELMzm5w/rNARKzUIgUfiupdxPbHFwpZQQCpr5o8derpFWA==", "integrity": "sha512-z5GPGGejbIL6hvzR4MTDhGI0LV/N7U+G0vsvlpoIW2DoFlryEwi3kajqUDfSAmJObDihhg3NIiMQGR1pj0xE+w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/plugin-syntax-jsx": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.12.13",
@@ -4076,9 +4076,9 @@
} }
}, },
"@codesee/tracker": { "@codesee/tracker": {
"version": "0.95.0", "version": "0.96.0",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.95.0.tgz", "resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.96.0.tgz",
"integrity": "sha512-/XAfWgl8C+nE1SPiLm9vApAESJcY9vGXbXaDWlqWtSP5mChpyikFyu77m+WmXYpjNaTBI7ihG6gvQ0pAox69Vg==", "integrity": "sha512-gBdw/v+R3/+8L3+fIVhf6IPw6pRzG4T99hiMWZYW90GlWRAIheo+X5vJuqr4KCm4z/3PTbbWuX3AVZ34nbslSg==",
"dev": true "dev": true
}, },
"@discoveryjs/json-ext": { "@discoveryjs/json-ext": {
@@ -14554,12 +14554,12 @@
} }
}, },
"jest-util": { "jest-util": {
"version": "27.2.0", "version": "27.2.3",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.0.tgz", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.3.tgz",
"integrity": "sha512-T5ZJCNeFpqcLBpx+Hl9r9KoxBCUqeWlJ1Htli+vryigZVJ1vuLB9j35grEBASp4R13KFkV7jM52bBGnArpJN6A==", "integrity": "sha512-78BEka2+77lqD7LN4mSzUdZMngHZtVAsmZ5B8+qOWfN4bCYNUmi/eGNLm91jA77gG1QZJSXsDOCWB0qbXDT1Fw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@jest/types": "^27.1.1", "@jest/types": "^27.2.3",
"@types/node": "*", "@types/node": "*",
"chalk": "^4.0.0", "chalk": "^4.0.0",
"graceful-fs": "^4.2.4", "graceful-fs": "^4.2.4",
@@ -14568,9 +14568,9 @@
}, },
"dependencies": { "dependencies": {
"@jest/types": { "@jest/types": {
"version": "27.1.1", "version": "27.2.3",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.1.tgz", "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.3.tgz",
"integrity": "sha512-yqJPDDseb0mXgKqmNqypCsb85C22K1aY5+LUxh7syIM9n/b0AsaltxNy+o6tt29VcfGDpYEve175bm3uOhcehA==", "integrity": "sha512-UJMDg90+W2i/QsS1NIN6Go8O/rSHLFWUkofGqKsUQs54mhmCVyLTiDy1cwKhoNO5fpmr9fctm9L/bRp/YzA1uQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-lib-coverage": "^2.0.0",

View File

@@ -131,8 +131,8 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/types": "7.15.6", "@babel/types": "7.15.6",
"@codesee/babel-plugin-instrument": "0.95.0", "@codesee/babel-plugin-instrument": "0.96.0",
"@codesee/tracker": "0.95.0", "@codesee/tracker": "0.96.0",
"@testing-library/jest-dom": "5.14.1", "@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.1", "@testing-library/react": "12.1.1",
"@types/jest": "26.0.24", "@types/jest": "26.0.24",