chore(deps): update codesee to v0.41.0 (#42602)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/42606/head
renovate[bot] 2021-06-23 07:44:10 +02:00 committed by GitHub
parent b96ebf7663
commit 7d1301e155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -2820,9 +2820,9 @@
}
},
"@codesee/babel-plugin-instrument": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.39.0.tgz",
"integrity": "sha512-vJS3rqo+sihN498xLPgyIvCtAqW5ZBzHMimNKY8W/wL5mFNvOHerTjeeRKxZkcNBCoO6P0eQNmI7x1Sbs8C50w==",
"version": "0.41.0",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.41.0.tgz",
"integrity": "sha512-M1UdF9Qhusg2jFDxdeDBLbaSZ53AhPBhE3WG+t8ZT4ZVGq+9nrgNRQert4WwyMU9WPToEl7N93Yh4Feqpv04KQ==",
"dev": true,
"requires": {
"@babel/plugin-syntax-jsx": "^7.12.13",
@ -2879,9 +2879,9 @@
}
},
"@codesee/tracker": {
"version": "0.39.0",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.39.0.tgz",
"integrity": "sha512-zgj2ok8X3YzpmaaaF479F9Rf3XMSbU5+y0YDrZVrwwk493PMcJL9p7Ul2+utDUAnFclvFoHVxRAcaZ0PJZxzxg==",
"version": "0.41.0",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.41.0.tgz",
"integrity": "sha512-UivTb0BZvJCmeC2Dqv82EUMFU6wI1S6rZIBUpoKsJ8lphv7yQYt+PFxA9KRUSzp+Ox+uqLusRdWcpMuoSL/m8w==",
"dev": true
},
"@discoveryjs/json-ext": {

View File

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