Skip to content

Commit

Permalink
Bump the npm-production group in /web with 6 updates
Browse files Browse the repository at this point in the history
Bumps the npm-production group in /web with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@mantine/code-highlight](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/code-highlight) | `7.13.4` | `7.14.3` |
| [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.13.4` | `7.14.3` |
| [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.13.4` | `7.14.3` |
| [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications) | `7.13.4` | `7.14.3` |
| [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.21.0` | `3.23.0` |
| [dexie](https://github.com/dexie/Dexie.js) | `4.0.9` | `4.0.10` |


Updates `@mantine/code-highlight` from 7.13.4 to 7.14.3
- [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.14.3/packages/@mantine/code-highlight)

Updates `@mantine/core` from 7.13.4 to 7.14.3
- [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.14.3/packages/@mantine/core)

Updates `@mantine/hooks` from 7.13.4 to 7.14.3
- [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.14.3/packages/@mantine/hooks)

Updates `@mantine/notifications` from 7.13.4 to 7.14.3
- [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.14.3/packages/@mantine/notifications)

Updates `@tabler/icons-react` from 3.21.0 to 3.23.0
- [Release notes](https://github.com/tabler/tabler-icons/releases)
- [Commits](https://github.com/tabler/tabler-icons/commits/v3.23.0/packages/icons-react)

Updates `dexie` from 4.0.9 to 4.0.10
- [Release notes](https://github.com/dexie/Dexie.js/releases)
- [Commits](dexie/Dexie.js@v4.0.9...v4.0.10)

---
updated-dependencies:
- dependency-name: "@mantine/code-highlight"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: "@tabler/icons-react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-production
- dependency-name: dexie
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent c05d1a3 commit fe0d908
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 88 deletions.
147 changes: 65 additions & 82 deletions web/package-lock.json

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

12 changes: 6 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"build": "tsc --noEmit && vite build"
},
"dependencies": {
"@mantine/code-highlight": "^7.13.4",
"@mantine/core": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@tabler/icons-react": "^3.21.0",
"@mantine/code-highlight": "^7.14.3",
"@mantine/core": "^7.14.3",
"@mantine/hooks": "^7.14.3",
"@mantine/notifications": "^7.14.3",
"@tabler/icons-react": "^3.23.0",
"dayjs": "^1.11.13",
"dexie": "^4.0.9",
"dexie": "^4.0.10",
"dexie-react-hooks": "^1.1.7",
"openapi-fetch": "^0.13.0",
"react": "^18.3.1",
Expand Down

0 comments on commit fe0d908

Please sign in to comment.