Skip to content

Commit 82cadd5

Browse files
dependabot[bot]torokati44
authored andcommitted
Bump the minor group with 8 updates
Bumps the minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [@mantine/charts](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/charts) | `7.10.2` | `7.11.0` | | [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core) | `7.10.2` | `7.11.0` | | [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) | `7.10.2` | `7.11.0` | | [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) | `3.6.0` | `3.7.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.8` | `20.14.9` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.13.1` | `7.14.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `7.14.1` | | [postcss](https://github.com/postcss/postcss) | `8.4.38` | `8.4.39` | Updates `@mantine/charts` from 7.10.2 to 7.11.0 - [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.0/packages/@mantine/charts) Updates `@mantine/core` from 7.10.2 to 7.11.0 - [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.0/packages/@mantine/core) Updates `@mantine/hooks` from 7.10.2 to 7.11.0 - [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.0/packages/@mantine/hooks) Updates `@tabler/icons-react` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/tabler/tabler-icons/releases) - [Commits](https://github.com/tabler/tabler-icons/commits/v3.7.0/packages/icons-react) Updates `@types/node` from 20.14.8 to 20.14.9 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/eslint-plugin` from 7.13.1 to 7.14.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.13.1 to 7.14.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.14.1/packages/parser) Updates `postcss` from 8.4.38 to 8.4.39 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.38...8.4.39) --- updated-dependencies: - dependency-name: "@mantine/charts" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@mantine/core" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@mantine/hooks" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@tabler/icons-react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 265d882 commit 82cadd5

File tree

2 files changed

+82
-96
lines changed

2 files changed

+82
-96
lines changed

package-lock.json

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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@mantine/charts": "^7.10.2",
13-
"@mantine/core": "7.10.2",
14-
"@mantine/hooks": "7.10.2",
12+
"@mantine/charts": "^7.11.0",
13+
"@mantine/core": "7.11.0",
14+
"@mantine/hooks": "7.11.0",
1515
"@next/bundle-analyzer": "^14.2.4",
16-
"@tabler/icons-react": "^3.6.0",
16+
"@tabler/icons-react": "^3.7.0",
1717
"next": "14.2.4",
1818
"node-html-parser": "^6.1.13",
1919
"react": "^18",
@@ -27,8 +27,8 @@
2727
"@types/node": "^20",
2828
"@types/react": "^18",
2929
"@types/react-dom": "^18",
30-
"@typescript-eslint/eslint-plugin": "^7.13.0",
31-
"@typescript-eslint/parser": "^7.13.0",
30+
"@typescript-eslint/eslint-plugin": "^7.14.1",
31+
"@typescript-eslint/parser": "^7.14.1",
3232
"d3": "^7.9.0",
3333
"eslint": "^8.57.0",
3434
"eslint-config-next": "14.2.4",
@@ -37,7 +37,7 @@
3737
"gray-matter": "^4.0.3",
3838
"jsdom": "^24.1.0",
3939
"octokit": "^4.0.2",
40-
"postcss": "^8.4.38",
40+
"postcss": "^8.4.39",
4141
"postcss-preset-mantine": "^1.15.0",
4242
"postcss-simple-vars": "^7.0.1",
4343
"prettier": "3.3.2",

0 commit comments

Comments
 (0)