Skip to content

Commit

Permalink
build(deps-dev): bump the npm-minor group in /web with 2 updates
Browse files Browse the repository at this point in the history
Bumps the npm-minor group in /web with 2 updates: [typescript](https://github.com/Microsoft/TypeScript) and [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome).


Updates `typescript` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)

Updates `@types/chrome` from 0.0.268 to 0.0.269
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and torokati44 committed Jul 24, 2024
1 parent d8da4ff commit eb2c98b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 17 deletions.
23 changes: 11 additions & 12 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"stylelint-prettier": "^5.0.2",
"ts-loader": "^9.5.1",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0-alpha.51",
"wdio-chromedriver-service": "^8.1.1",
"wdio-edgedriver-service": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion web/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"tsx": "^4.16.2",
"tsx-dom": "^3.0.1",
"typedoc": "^0.26.5",
"typescript": "^5.5.3"
"typescript": "^5.5.4"
},
"sideEffects": false
}
2 changes: 1 addition & 1 deletion web/packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"vite": "^5.3.4"
}
}
4 changes: 2 additions & 2 deletions web/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/archiver": "^6.0.2",
"@types/chrome": "^0.0.268",
"@types/chrome": "^0.0.269",
"@types/common-tags": "^1.8.4",
"@types/firefox-webext-browser": "^120.0.4",
"@types/jsonwebtoken": "^9.0.6",
"archiver": "^7.0.1",
"json5": "^2.2.3",
"ts-loader": "^9.5.1",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"webpack-cli": "^5.1.4",
"axios": "^1.7.2",
"form-data": "^4.0.0",
Expand Down

0 comments on commit eb2c98b

Please sign in to comment.