Skip to content

Commit f9d758c

Browse files
authored
Merge pull request #202 from icflorescu/next
Update deps, changelog, bump version
2 parents 5e83e3c + b1d8c12 commit f9d758c

File tree

4 files changed

+175
-169
lines changed

4 files changed

+175
-169
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The following is a list of notable changes to the Mantine ContextMenu component.
44
Minor versions that are not listed in the changelog are minor bug fixes and small internal improvements or refactorings.
55

6+
## 8.2.0 (2025-07-23)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 8.2
9+
610
## 8.1.3 (2025-07-21)
711

812
- Update dev dependencies to ensure compatibility with Mantine 8.1.3 & Next.js 15.4.x

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "8.1.3",
3+
"version": "8.2.0",
44
"description": "Craft your applications for productivity and meet your users’ expectations by enhancing your Mantine-based UIs with a desktop-grade, lightweight yet fully-featured, dark-theme aware context-menu component, built by the creator of Mantine DataTable",
55
"keywords": [
66
"ui",
@@ -73,24 +73,24 @@
7373
},
7474
"devDependencies": {
7575
"@eslint/eslintrc": "^3.3.1",
76-
"@mantine/code-highlight": "^8.1.3",
77-
"@mantine/core": "^8.1.3",
78-
"@mantine/hooks": "^8.1.3",
79-
"@mantine/notifications": "^8.1.3",
76+
"@mantine/code-highlight": "^8.2.1",
77+
"@mantine/core": "^8.2.1",
78+
"@mantine/hooks": "^8.2.1",
79+
"@mantine/notifications": "^8.2.1",
8080
"@tabler/icons-react": "^3.34.1",
8181
"@types/lodash": "^4.17.20",
82-
"@types/node": "^24.0.15",
82+
"@types/node": "^24.1.0",
8383
"@types/react": "^19.1.8",
8484
"@types/react-dom": "^19.1.6",
85-
"@typescript-eslint/eslint-plugin": "^8.37.0",
86-
"@typescript-eslint/parser": "^8.37.0",
85+
"@typescript-eslint/eslint-plugin": "^8.38.0",
86+
"@typescript-eslint/parser": "^8.38.0",
8787
"clsx": "^2.1.1",
8888
"cssnano": "^7.1.0",
8989
"eslint": "^9.31.0",
90-
"eslint-config-next": "^15.4.2",
90+
"eslint-config-next": "^15.4.3",
9191
"eslint-plugin-react-hooks": "^5.2.0",
9292
"lodash": "^4.17.21",
93-
"next": "^15.4.2",
93+
"next": "^15.4.3",
9494
"postcss": "^8.5.6",
9595
"postcss-cli": "^11.0.1",
9696
"postcss-import": "^16.1.1",
@@ -106,8 +106,8 @@
106106
"typescript": "^5.8.3"
107107
},
108108
"peerDependencies": {
109-
"@mantine/core": ">=8.1",
110-
"@mantine/hooks": ">=8.1",
109+
"@mantine/core": ">=8.2",
110+
"@mantine/hooks": ">=8.2",
111111
"clsx": ">=2",
112112
"react": ">=19",
113113
"react-dom": ">=19"

0 commit comments

Comments
 (0)