Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent a4157b0 commit 40bec9d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.1.0",
"eslint": "^9.1.1",
"@ui5/cli": "^3.9.2",
"local-web-server": "^5.3.3",
"karma": "^6.4.3",
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.1.0",
"eslint": "^9.1.1",
"@ui5/cli": "^3.9.2",
"local-web-server": "^5.3.3",
"karma": "^6.4.3",
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.1.0",
"eslint": "^9.1.1",
"@ui5/cli": "^3.9.2",
"local-web-server": "^5.3.3",
"karma": "^6.4.3",
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.1.0",
"eslint": "^9.1.1",
"@ui5/cli": "^3.9.2",
"local-web-server": "^5.3.3",
"karma": "^6.4.3",
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.1.0",
"eslint": "^9.1.1",
"@ui5/cli": "^3.9.2",
"local-web-server": "^5.3.3",
"karma": "^6.4.3",
Expand Down
16 changes: 8 additions & 8 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 40bec9d

Please sign in to comment.