aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-12 10:37:25 +0900
committerGitHub <[email protected]>2024-11-12 10:37:25 +0900
commit62f345bffeb2b805997bd83f8f49cd3b3a8cadae (patch)
tree470a0dc3cf8927f068bdf93c0af78c84d7baf2f1 /frontend/package.json
parentd871dc0b3d2575214ec7344a1db5fc7b27be6348 (diff)
downloadbazarr-62f345bffeb2b805997bd83f8f49cd3b3a8cadae.tar.gz
bazarr-62f345bffeb2b805997bd83f8f49cd3b3a8cadae.zip
no log: Bump the mantine group in /frontend with 6 updates (#2756)
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.13.4` | `7.13.5` | | [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone) | `7.13.4` | `7.13.5` | | [@mantine/form](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/form) | `7.13.4` | `7.13.5` | | [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.13.4` | `7.13.5` | | [@mantine/modals](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/modals) | `7.13.4` | `7.13.5` | | [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.13.4` | `7.13.5` | Updates `@mantine/core` from 7.13.4 to 7.13.5 - [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.13.5/packages/@mantine/core) Updates `@mantine/dropzone` from 7.13.4 to 7.13.5 - [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.13.5/packages/@mantine/dropzone) Updates `@mantine/form` from 7.13.4 to 7.13.5 - [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.13.5/packages/@mantine/form) Updates `@mantine/hooks` from 7.13.4 to 7.13.5 - [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.13.5/packages/@mantine/hooks) Updates `@mantine/modals` from 7.13.4 to 7.13.5 - [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.13.5/packages/@mantine/modals) Updates `@mantine/notifications` from 7.13.4 to 7.13.5 - [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.13.5/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.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 541ee2d16..9b59c76e3 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -13,12 +13,12 @@
},
"private": true,
"dependencies": {
- "@mantine/core": "^7.13.4",
- "@mantine/dropzone": "^7.13.4",
- "@mantine/form": "^7.13.4",
- "@mantine/hooks": "^7.13.4",
- "@mantine/modals": "^7.13.4",
- "@mantine/notifications": "^7.13.4",
+ "@mantine/core": "^7.13.5",
+ "@mantine/dropzone": "^7.13.5",
+ "@mantine/form": "^7.13.5",
+ "@mantine/hooks": "^7.13.5",
+ "@mantine/modals": "^7.13.5",
+ "@mantine/notifications": "^7.13.5",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.19.2",
"axios": "^1.7.4",