chore(deps): update codesee to v0.117.0

This commit is contained in:
Renovate Bot
2021-10-16 00:45:16 +00:00
committed by renovate[bot]
parent 1ba3dc1d70
commit 524c6b1d52
2 changed files with 8 additions and 53 deletions

View File

@ -3856,9 +3856,9 @@
}
},
"@codesee/babel-plugin-instrument": {
"version": "0.112.1",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.112.1.tgz",
"integrity": "sha512-tMTJdMpTGrSS+9mCmx4vFQ+NIydjK16ZqgQGZ1KM75h/oAf7GTbRelHgZViAtMDg3mu6I0OkYjqYwzgksDKbug==",
"version": "0.117.0",
"resolved": "https://registry.npmjs.org/@codesee/babel-plugin-instrument/-/babel-plugin-instrument-0.117.0.tgz",
"integrity": "sha512-VmyFtUUXAMz4owRRhuWqn7ylGqxzpEappvDlXS05C+oWyvpGPYmC31Vuug3aycyKXHI+mGN03ImPnn1cB9AJlg==",
"dev": true,
"requires": {
"@babel/plugin-syntax-jsx": "^7.12.13",
@ -3867,57 +3867,12 @@
"jest-util": "^27.0.2",
"object-path": "^0.11.4",
"pkg-up": "^3.1.0"
},
"dependencies": {
"find-up": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
"integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
"dev": true,
"requires": {
"locate-path": "^3.0.0"
}
},
"locate-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
"integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
"dev": true,
"requires": {
"p-locate": "^3.0.0",
"path-exists": "^3.0.0"
}
},
"p-locate": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
"integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
"dev": true,
"requires": {
"p-limit": "^2.0.0"
}
},
"path-exists": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
"integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
"dev": true
},
"pkg-up": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/pkg-up/-/pkg-up-3.1.0.tgz",
"integrity": "sha512-nDywThFk1i4BQK4twPQ6TA4RT8bDY96yeuCVBWL3ePARCiEKDRSrNGbFIgUJpLp+XeIR65v8ra7WuJOFUBtkMA==",
"dev": true,
"requires": {
"find-up": "^3.0.0"
}
}
}
},
"@codesee/tracker": {
"version": "0.112.1",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.112.1.tgz",
"integrity": "sha512-ikxC/od0G/EHQ5CIUofFM+GdC/y82LifBO/nnv7Bvowhfea3KIC9jXJ4bDI8JFPWyQbXVGUQGjbuTVOrGKf8KQ==",
"version": "0.117.0",
"resolved": "https://registry.npmjs.org/@codesee/tracker/-/tracker-0.117.0.tgz",
"integrity": "sha512-5yhEiXJiI7jkd6u+91egYE3vTrUpTtIOk/9xj5fsAi/Lr+X5vFH9PnyjDd/DuBcylcrgvAX9Rdp6zZtbVI0HXA==",
"dev": true
},
"@discoveryjs/json-ext": {

View File

@ -127,8 +127,8 @@
},
"devDependencies": {
"@babel/types": "7.15.6",
"@codesee/babel-plugin-instrument": "0.112.1",
"@codesee/tracker": "0.112.1",
"@codesee/babel-plugin-instrument": "0.117.0",
"@codesee/tracker": "0.117.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.2",
"@types/chai": "4.2.22",