Skip to content

Commit

Permalink
build(deps-dev): bump eslint from 9.10.0 to 9.11.0 in /demo
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 9.10.0 to 9.11.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.10.0...v9.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Sep 23, 2024
1 parent 4e48e20 commit 8257ae1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 24 deletions.
2 changes: 1 addition & 1 deletion demo/BaseComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"ui5-component"
],
"devDependencies": {
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"@ui5/cli": "^4.0.8",
"local-web-server": "^5.4.0",
"karma": "^6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/CategoriesComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"my-lib-sample-products-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"@ui5/cli": "^4.0.8",
"local-web-server": "^5.4.0",
"karma": "^6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/ProductsComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"my-lib-sample-base-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"@ui5/cli": "^4.0.8",
"local-web-server": "^5.4.0",
"karma": "^6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/RootComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"my-lib-sample-products-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"@ui5/cli": "^4.0.8",
"local-web-server": "^5.4.0",
"karma": "^6.4.4",
Expand Down
2 changes: 1 addition & 1 deletion demo/SuppliersComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"my-lib-sample-products-component": "^0.0.1"
},
"devDependencies": {
"eslint": "^9.10.0",
"eslint": "^9.11.0",
"@ui5/cli": "^4.0.8",
"local-web-server": "^5.4.0",
"karma": "^6.4.4",
Expand Down
35 changes: 16 additions & 19 deletions demo/package-lock.json

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

0 comments on commit 8257ae1

Please sign in to comment.