Skip to content

Commit

Permalink
Bump bootstrap and @types/bootstrap
Browse files Browse the repository at this point in the history
Bumps [bootstrap](https://github.com/twbs/bootstrap) and [@types/bootstrap](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bootstrap). These dependencies needed to be updated together.

Updates `bootstrap` from 4.6.1 to 5.2.3
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](twbs/bootstrap@v4.6.1...v5.2.3)

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

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@types/bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 24, 2023
1 parent 51c8ec6 commit a3680fe
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 53 deletions.
92 changes: 41 additions & 51 deletions src/OrchardCore.Modules/OrchardCore.Workflows/package-lock.json

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

4 changes: 2 additions & 2 deletions src/OrchardCore.Modules/OrchardCore.Workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "orchardcore.workflows",
"version": "1.0.0",
"dependencies": {
"@types/bootstrap": "4.5.0",
"@types/bootstrap": "5.2.6",
"@types/jquery": "3.5.5",
"bootstrap": "4.6.1",
"bootstrap": "5.2.3",
"jsplumb": "2.15.6"
}
}

0 comments on commit a3680fe

Please sign in to comment.