Skip to content

Commit

Permalink
Bump the webpack group in /docs/visualiser with 2 updates
Browse files Browse the repository at this point in the history
Bumps the webpack group in /docs/visualiser with 2 updates: [ts-loader](https://github.com/TypeStrong/ts-loader) and [webpack](https://github.com/webpack/webpack).


Updates `ts-loader` from 9.4.3 to 9.4.4
- [Release notes](https://github.com/TypeStrong/ts-loader/releases)
- [Changelog](https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md)
- [Commits](TypeStrong/ts-loader@v9.4.3...v9.4.4)

Updates `webpack` from 5.86.0 to 5.88.1
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.86.0...v5.88.1)

---
updated-dependencies:
- dependency-name: ts-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: webpack
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: webpack
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 30, 2023
1 parent 9599de0 commit 836dfe4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions docs/visualiser/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 docs/visualiser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"@babylonjs/gui": "^6.10.0"
},
"devDependencies": {
"ts-loader": "^9.4.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.3",
"webpack": "^5.86.0",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit 836dfe4

Please sign in to comment.