Skip to content

Commit f6518ba

Browse files
build(deps): bump the minor group with 5 updates
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `7.14.1` | `7.14.2` | | [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.14.1` | `7.14.2` | | [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.14.1` | `7.14.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.1` | `22.9.3` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | Updates `@mantine/charts` from 7.14.1 to 7.14.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.14.2/packages/@mantine/charts) Updates `@mantine/core` from 7.14.1 to 7.14.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.14.2/packages/@mantine/core) Updates `@mantine/hooks` from 7.14.1 to 7.14.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.14.2/packages/@mantine/hooks) Updates `@types/node` from 22.9.1 to 22.9.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.6.3 to 5.7.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.3...v5.7.2) --- updated-dependencies: - dependency-name: "@mantine/charts" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@mantine/core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@mantine/hooks" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 170f45a commit f6518ba

File tree

2 files changed

+32
-38
lines changed

2 files changed

+32
-38
lines changed

package-lock.json

+28-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@mantine/charts": "^7.14.1",
13-
"@mantine/core": "7.14.1",
14-
"@mantine/hooks": "7.14.1",
12+
"@mantine/charts": "^7.14.2",
13+
"@mantine/core": "7.14.2",
14+
"@mantine/hooks": "7.14.2",
1515
"@next/bundle-analyzer": "15.0.3",
1616
"@tabler/icons-react": "^3.22.0",
1717
"next": "15.0.3",
@@ -46,6 +46,6 @@
4646
"react-markdown": "^9.0.1",
4747
"rehype-raw": "^7.0.0",
4848
"rehype-slug": "^6.0.0",
49-
"typescript": "^5.6.3"
49+
"typescript": "^5.7.2"
5050
}
5151
}

0 commit comments

Comments
 (0)