Skip to content

Commit ae92227

Browse files
Bump the minor group with 6 updates
Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `7.14.0` | `7.14.1` | | [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.14.0` | `7.14.1` | | [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.14.0` | `7.14.1` | | [@eslint/eslintrc](https://github.com/eslint/eslintrc) | `3.1.0` | `3.2.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.14.0` | `9.15.0` | | [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.15.0` | Updates `@mantine/charts` from 7.14.0 to 7.14.1 - [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.1/packages/@mantine/charts) Updates `@mantine/core` from 7.14.0 to 7.14.1 - [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.1/packages/@mantine/core) Updates `@mantine/hooks` from 7.14.0 to 7.14.1 - [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.1/packages/@mantine/hooks) Updates `@eslint/eslintrc` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/eslint/eslintrc/releases) - [Changelog](https://github.com/eslint/eslintrc/blob/main/CHANGELOG.md) - [Commits](eslint/eslintrc@v3.1.0...v3.2.0) Updates `@eslint/js` from 9.14.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.15.0/packages/js) Updates `eslint` from 9.14.0 to 9.15.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.14.0...v9.15.0) --- 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: "@eslint/eslintrc" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@eslint/js" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 38eb696 commit ae92227

File tree

2 files changed

+50
-61
lines changed

2 files changed

+50
-61
lines changed

package-lock.json

Lines changed: 44 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@mantine/charts": "^7.14.0",
13-
"@mantine/core": "7.14.0",
14-
"@mantine/hooks": "7.14.0",
12+
"@mantine/charts": "^7.14.1",
13+
"@mantine/core": "7.14.1",
14+
"@mantine/hooks": "7.14.1",
1515
"@next/bundle-analyzer": "15.0.3",
1616
"@tabler/icons-react": "^3.22.0",
1717
"next": "15.0.3",
@@ -22,8 +22,8 @@
2222
"recharts": "^2.13.3"
2323
},
2424
"devDependencies": {
25-
"@eslint/eslintrc": "^3.1.0",
26-
"@eslint/js": "^9.14.0",
25+
"@eslint/eslintrc": "^3.2.0",
26+
"@eslint/js": "^9.15.0",
2727
"@types/d3": "^7.4.3",
2828
"@types/jsdom": "^21.1.7",
2929
"@types/node": "^22",
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/eslint-plugin": "^8.14.0",
3333
"@typescript-eslint/parser": "^8.14.0",
3434
"d3": "^7.9.0",
35-
"eslint": "^9.14.0",
35+
"eslint": "^9.15.0",
3636
"eslint-config-next": "15.0.3",
3737
"eslint-config-prettier": "^9.1.0",
3838
"feed": "^4.2.2",

0 commit comments

Comments
 (0)