Skip to content

Commit

Permalink
build(deps-dev): bump rimraf from 5.0.8 to 6.0.1 in /demo
Browse files Browse the repository at this point in the history
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.8 to 6.0.1.
- [Changelog](https://github.com/isaacs/rimraf/blob/main/CHANGELOG.md)
- [Commits](isaacs/rimraf@v5.0.8...v6.0.1)

---
updated-dependencies:
- dependency-name: rimraf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 58bc081 commit 1a0324d
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 26 deletions.
2 changes: 1 addition & 1 deletion demo/BaseComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.8"
"rimraf": "^6.0.1"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/CategoriesComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.8"
"rimraf": "^6.0.1"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/ProductsComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.8"
"rimraf": "^6.0.1"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/RootComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.8"
"rimraf": "^6.0.1"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
2 changes: 1 addition & 1 deletion demo/SuppliersComponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"karma-coverage": "^2.2.1",
"karma-chrome-launcher": "^3.2.0",
"karma-ui5": "^3.0.4",
"rimraf": "^5.0.8"
"rimraf": "^6.0.1"
},
"engines": {
"node": "^16.18.0 || >=18.12.0",
Expand Down
210 changes: 189 additions & 21 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 1a0324d

Please sign in to comment.