Browse Source

chore(deps-dev): bump @googlemaps/jest-mocks from 0.1.0 to 0.1.1 (#153)

Bumps [@googlemaps/jest-mocks](https://github.com/googlemaps/v3-utility-library) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/googlemaps/v3-utility-library/releases)
- [Commits](https://github.com/googlemaps/v3-utility-library/compare/@googlemaps/jest-mocks@0.1.0...@googlemaps/jest-mocks@0.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 3 years ago committed by GitHub
parent
commit
d09023c239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json generated

@ -3394,9 +3394,9 @@ @@ -3394,9 +3394,9 @@
}
},
"@googlemaps/jest-mocks": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-0.1.0.tgz",
"integrity": "sha512-T058LqWZuq0iZEpUT7EoNjDFCrY/NSWwG0ij1e7eqfgJLkvD2vLkyMev5bgseOxgb8XPtJBCQk5U9GeDJGMvSw==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@googlemaps/jest-mocks/-/jest-mocks-0.1.1.tgz",
"integrity": "sha512-n+lANUnxETOyt/nSQV8LsmqAZJbGiC3r+aXEPn95U//k+5dVszQlfeZxSYAI0Gc3YfunyD9VyLbyMpm+S663Mg==",
"dev": true
},
"@istanbuljs/load-nyc-config": {

2
package.json

@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/preset-env": "^7.13.9",
"@babel/runtime-corejs3": "^7.13.10",
"@googlemaps/jest-mocks": "^0.1.0",
"@googlemaps/jest-mocks": "^0.1.1",
"@types/google.maps": "^3.44.0",
"@types/jest": "^26.0.20",
"@types/selenium-webdriver": "^4.0.12",

Loading…
Cancel
Save