Bump @types/chrome from 0.0.227 to 0.0.228 (#78)
Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.227 to 0.0.228. - [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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
10
.pnp.cjs
generated
10
.pnp.cjs
generated
@ -46,7 +46,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@testing-library/jest-dom", "npm:5.16.5"],\
|
||||
["@testing-library/react", "virtual:ff5ad3439f8ec237c0c86796b437c422a681ce7f1211bc52c84c467fd5c19025673469e4b3bd047db74cf4144d670522e4013a081fcd63cc449dbcb3b5b92460#npm:14.0.0"],\
|
||||
["@testing-library/user-event", "virtual:ff5ad3439f8ec237c0c86796b437c422a681ce7f1211bc52c84c467fd5c19025673469e4b3bd047db74cf4144d670522e4013a081fcd63cc449dbcb3b5b92460#npm:14.4.3"],\
|
||||
["@types/chrome", "npm:0.0.227"],\
|
||||
["@types/chrome", "npm:0.0.228"],\
|
||||
["@types/jest", "npm:29.5.0"],\
|
||||
["@types/node", "npm:18.15.11"],\
|
||||
["@types/react", "npm:18.0.31"],\
|
||||
@ -5282,10 +5282,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
}]\
|
||||
]],\
|
||||
["@types/chrome", [\
|
||||
["npm:0.0.227", {\
|
||||
"packageLocation": "./.yarn/cache/@types-chrome-npm-0.0.227-7599e60431-75de76b195.zip/node_modules/@types/chrome/",\
|
||||
["npm:0.0.228", {\
|
||||
"packageLocation": "./.yarn/cache/@types-chrome-npm-0.0.228-92b415dee9-7878706b04.zip/node_modules/@types/chrome/",\
|
||||
"packageDependencies": [\
|
||||
["@types/chrome", "npm:0.0.227"],\
|
||||
["@types/chrome", "npm:0.0.228"],\
|
||||
["@types/filesystem", "npm:0.0.32"],\
|
||||
["@types/har-format", "npm:1.2.10"]\
|
||||
],\
|
||||
@ -9007,7 +9007,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
||||
["@testing-library/jest-dom", "npm:5.16.5"],\
|
||||
["@testing-library/react", "virtual:ff5ad3439f8ec237c0c86796b437c422a681ce7f1211bc52c84c467fd5c19025673469e4b3bd047db74cf4144d670522e4013a081fcd63cc449dbcb3b5b92460#npm:14.0.0"],\
|
||||
["@testing-library/user-event", "virtual:ff5ad3439f8ec237c0c86796b437c422a681ce7f1211bc52c84c467fd5c19025673469e4b3bd047db74cf4144d670522e4013a081fcd63cc449dbcb3b5b92460#npm:14.4.3"],\
|
||||
["@types/chrome", "npm:0.0.227"],\
|
||||
["@types/chrome", "npm:0.0.228"],\
|
||||
["@types/jest", "npm:29.5.0"],\
|
||||
["@types/node", "npm:18.15.11"],\
|
||||
["@types/react", "npm:18.0.31"],\
|
||||
|
@ -15,7 +15,7 @@
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
"@types/chrome": "^0.0.227",
|
||||
"@types/chrome": "^0.0.228",
|
||||
"@types/jest": "^29.5.0",
|
||||
"@types/node": "^18.15.11",
|
||||
"@types/react": "^18.0.31",
|
||||
|
10
yarn.lock
10
yarn.lock
@ -3314,13 +3314,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/chrome@npm:^0.0.227":
|
||||
version: 0.0.227
|
||||
resolution: "@types/chrome@npm:0.0.227"
|
||||
"@types/chrome@npm:^0.0.228":
|
||||
version: 0.0.228
|
||||
resolution: "@types/chrome@npm:0.0.228"
|
||||
dependencies:
|
||||
"@types/filesystem": "*"
|
||||
"@types/har-format": "*"
|
||||
checksum: 75de76b1958ebd8077acb426d487ab9fe44273ebdbab3a7ce971096982f410bccc9fd42bb84a45703b0311fc1c893c12d136c0c082abaa65d46fbe0b9734b1f8
|
||||
checksum: 7878706b040036c1ff59094d5d996033d5a3b6d2f88116a053007e1fbd0a7d1cb158d4130798142db4ba5187ac1fc9503312945892743a5107022742bf06d7cc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@ -6193,7 +6193,7 @@ __metadata:
|
||||
"@testing-library/jest-dom": ^5.14.1
|
||||
"@testing-library/react": ^14.0.0
|
||||
"@testing-library/user-event": ^14.4.3
|
||||
"@types/chrome": ^0.0.227
|
||||
"@types/chrome": ^0.0.228
|
||||
"@types/jest": ^29.5.0
|
||||
"@types/node": ^18.15.11
|
||||
"@types/react": ^18.0.31
|
||||
|
Reference in New Issue
Block a user