Skip to content

Commit 3b97a1a

Browse files
chore(deps-dev): bump @types/chrome from 0.0.268 to 0.0.313 (#200)
* chore(deps-dev): bump @types/chrome from 0.0.268 to 0.0.313 Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.268 to 0.0.313. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome) --- updated-dependencies: - dependency-name: "@types/chrome" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * mock chrome storage --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ty Potter <[email protected]>
1 parent d930e4d commit 3b97a1a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@microsoft/api-documenter": "^7.26.3",
3636
"@microsoft/api-extractor": "^7.48.1",
37-
"@types/chrome": "^0.0.268",
37+
"@types/chrome": "^0.0.313",
3838
"@types/jest": "^29.5.11",
3939
"@types/spark-md5": "^3.0.5",
4040
"@typescript-eslint/eslint-plugin": "^5.13.0",

src/configuration-factory.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ describe('configurationStorageFactory', () => {
3535
clear: jest.fn(),
3636
getBytesInUse: jest.fn(),
3737
setAccessLevel: jest.fn(),
38+
getKeys: jest.fn(),
3839
onChanged: {
3940
addListener: jest.fn(),
4041
removeListener: jest.fn(),

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,10 +1023,10 @@
10231023
dependencies:
10241024
"@babel/types" "^7.3.0"
10251025

1026-
"@types/chrome@^0.0.268":
1027-
version "0.0.268"
1028-
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.268.tgz#d5855546f30c83e181cadd77127a162c25b480d2"
1029-
integrity sha512-7N1QH9buudSJ7sI8Pe4mBHJr5oZ48s0hcanI9w3wgijAlv1OZNUZve9JR4x42dn5lJ5Sm87V1JNfnoh10EnQlA==
1026+
"@types/chrome@^0.0.313":
1027+
version "0.0.313"
1028+
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.313.tgz#86487f51072c181a12495ae3e63a6701ade1a296"
1029+
integrity sha512-9R5T7gTaYZhkxlu+Ho4wk9FL+y/werWQY2yjGWSqCuiTsqS7nL/BE5UMTP6rU7J+oIG2FRKqrEycHhJATeltVA==
10301030
dependencies:
10311031
"@types/filesystem" "*"
10321032
"@types/har-format" "*"

0 commit comments

Comments
 (0)