chore(deps): update codesee to v0.43.1

pull/42675/head
Renovate Bot 2021-06-29 23:26:45 +00:00 committed by renovate[bot]
parent 2d8b0446b1
commit 1044c11b1f
2 changed files with 15 additions and 15 deletions

View File

@ -2802,9 +2802,9 @@
}
},
"@codesee/babel-plugin-instrument": {
"version": "0.42.0",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.42.0.tgz",
"integrity": "sha512-WVyOqNu+s1PPv7tHSZu/l0qr3U+KINB8RWwLo2hM1fDLaL/dKPiylcAJeMTkd3wiF5ZqwfHq+QV0r4tBcuD0fA==",
"version": "0.43.1",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.43.1.tgz",
"integrity": "sha512-7/GuRt4fA2HeOvtRAQX4cactVQHed3BqDvhwlfY/sS+QWuFNJrTgDhurytt2k3SDtpWrYK9STYJWxpIgq0Mg9w==",
"dev": true,
"requires": {
"@babel/plugin-syntax-jsx": "^7.12.13",
@ -2861,9 +2861,9 @@
}
},
"@codesee/tracker": {
"version": "0.42.0",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.42.0.tgz",
"integrity": "sha512-CtkVhId0D0k8z4UFx5MAHBVEAt5gY24oBh0yCmlRCWerQuBFVXgcoiOyKG0z2bYP5DaIG4HE2rbQPsHcJYmkow==",
"version": "0.43.1",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.43.1.tgz",
"integrity": "sha512-FrOpIcbqO9oAJjPmgjd7f0ncYeSTaPQbvgnoDv0TUgHlaW0XSEbX9kB4ug7AI2sJVj8UHBgwvCyR4O1Fb54y2Q==",
"dev": true
},
"@discoveryjs/json-ext": {
@ -13300,12 +13300,12 @@
}
},
"jest-util": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.2.tgz",
"integrity": "sha512-1d9uH3a00OFGGWSibpNYr+jojZ6AckOMCXV2Z4K3YXDnzpkAaXQyIpY14FOJPiUmil7CD+A6Qs+lnnh6ctRbIA==",
"version": "27.0.6",
"resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.0.6.tgz",
"integrity": "sha512-1JjlaIh+C65H/F7D11GNkGDDZtDfMEM8EBXsvd+l/cxtgQ6QhxuloOaiayt89DxUvDarbVhqI98HhgrM1yliFQ==",
"dev": true,
"requires": {
"@jest/types": "^27.0.2",
"@jest/types": "^27.0.6",
"@types/node": "*",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.4",
@ -13314,9 +13314,9 @@
},
"dependencies": {
"@jest/types": {
"version": "27.0.2",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.2.tgz",
"integrity": "sha512-XpjCtJ/99HB4PmyJ2vgmN7vT+JLP7RW1FBT9RgnMFS4Dt7cvIyBee8O3/j98aUZ34ZpenPZFqmaaObWSeL65dg==",
"version": "27.0.6",
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.0.6.tgz",
"integrity": "sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==",
"dev": true,
"requires": {
"@types/istanbul-lib-coverage": "^2.0.0",

View File

@ -128,8 +128,8 @@
},
"devDependencies": {
"@babel/types": "7.14.5",
"@codesee/babel-plugin-instrument": "0.42.0",
"@codesee/tracker": "0.42.0",
"@codesee/babel-plugin-instrument": "0.43.1",
"@codesee/tracker": "0.43.1",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@types/react-transition-group": "4.4.1",