diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-23 10:21:07 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-23 10:21:07 +0900 |
commit | c852458b8c6a732b75832eb6ea72cc531a94d553 (patch) | |
tree | ff43ed7f63fbcc2df03bac2edd5ac01d6071feeb /frontend/package.json | |
parent | cb415531d8082e13a744c7a0fc34aefa87f758c5 (diff) | |
download | bazarr-c852458b8c6a732b75832eb6ea72cc531a94d553.tar.gz bazarr-c852458b8c6a732b75832eb6ea72cc531a94d553.zip |
no log: Bump the mantine group in /frontend with 6 updates (#2579)
Bumps the mantine group in /frontend with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.11.1` | `7.11.2` |
| [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `7.11.1` | `7.11.2` |
| [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.11.1` | `7.11.2` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.11.1` | `7.11.2` |
| [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.11.1` | `7.11.2` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.11.1` | `7.11.2` |
Updates `@mantine/core` from 7.11.1 to 7.11.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.11.2/packages/@mantine/core)
Updates `@mantine/dropzone` from 7.11.1 to 7.11.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.11.2/packages/@mantine/dropzone)
Updates `@mantine/form` from 7.11.1 to 7.11.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.11.2/packages/@mantine/form)
Updates `@mantine/hooks` from 7.11.1 to 7.11.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.11.2/packages/@mantine/hooks)
Updates `@mantine/modals` from 7.11.1 to 7.11.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.11.2/packages/@mantine/modals)
Updates `@mantine/notifications` from 7.11.1 to 7.11.2
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.11.2/packages/@mantine/notifications)
---
updated-dependencies:
- dependency-name: "@mantine/core"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mantine
- dependency-name: "@mantine/dropzone"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mantine
- dependency-name: "@mantine/form"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mantine
- dependency-name: "@mantine/hooks"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mantine
- dependency-name: "@mantine/modals"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mantine
- dependency-name: "@mantine/notifications"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: mantine
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/package.json b/frontend/package.json index 221d3a97d..6c93464b4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,12 +13,12 @@ }, "private": true, "dependencies": { - "@mantine/core": "^7.11.1", - "@mantine/dropzone": "^7.11.1", - "@mantine/form": "^7.11.1", - "@mantine/hooks": "^7.11.1", - "@mantine/modals": "^7.11.1", - "@mantine/notifications": "^7.11.1", + "@mantine/core": "^7.11.2", + "@mantine/dropzone": "^7.11.2", + "@mantine/form": "^7.11.2", + "@mantine/hooks": "^7.11.2", + "@mantine/modals": "^7.11.2", + "@mantine/notifications": "^7.11.2", "@tanstack/react-query": "^5.40.1", "@tanstack/react-table": "^8.19.2", "axios": "^1.6.8", |