Skip to content

Commit

Permalink
Merge pull request #25 from tokku5552/renovate/chrome-0.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency @types/chrome to v0.0.237
  • Loading branch information
tokku5552 authored Jun 1, 2023
2 parents 406a54f + 55bb084 commit 3939068
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,11 @@ jobs:
with:
path: '**/node_modules'
key: cache-node-modules-${{ hashFiles('yarn.lock') }}
- uses: fregante/daily-version-action@v2
id: daily-version
- name: build
run: yarn build
- name: Update manifest.json
run: |
npx dot-json@1 dist/manifest.json version ${{ steps.daily-version.outputs.version }}
npx dot-json@1 dist/manifest.json version dummy
- name: Archive
run: |
zip -r extension.zip ./dist
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/chrome": "0.0.206",
"@types/chrome": "0.0.237",
"@types/jest": "^29.2.4",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1664,10 +1664,10 @@
dependencies:
"@babel/types" "^7.3.0"

"@types/chrome@0.0.206":
version "0.0.206"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.206.tgz#ad1fd9799f368b5993d7c240492d4adaf5efbd8c"
integrity sha512-fQnTFjghPB9S4UzbfublUB6KmsBkvvJeGXGaaoD5Qu+ZxrDUfgJnKN5egLSzDcGAH5YxQubDgbCdNwwUGewQHg==
"@types/chrome@0.0.237":
version "0.0.237"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.237.tgz#20a38e1d1134e2725fc7eb43c881e55e1b24ddd7"
integrity sha512-krsRmyfMlck5r+H1EapsrrucDRq6iRm0NAi5fapr93CgnpVMDdK+h2+z4x79GegdW7BNH9Vb//gkptORwwwVIQ==
dependencies:
"@types/filesystem" "*"
"@types/har-format" "*"
Expand Down

0 comments on commit 3939068

Please sign in to comment.