Skip to content

Commit b4b68c8

Browse files
authored
Merge pull request #209 from icflorescu/next
Update dev deps, bump version
2 parents 14b974f + 63333a3 commit b4b68c8

File tree

3 files changed

+119
-115
lines changed

3 files changed

+119
-115
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.3.9 (2025-11-21)
7+
8+
- Update dev dependencies & bump version
9+
610
## 8.3.8 (2025-11-17)
711

812
- Update dev dependencies to ensure compatibility with Mantine 8.3.8

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "8.3.8",
3+
"version": "8.3.9",
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",
@@ -81,10 +81,10 @@
8181
"@tabler/icons-react": "^3.35.0",
8282
"@types/lodash": "^4.17.20",
8383
"@types/node": "^24.10.1",
84-
"@types/react": "^19.2.5",
84+
"@types/react": "^19.2.6",
8585
"@types/react-dom": "^19.2.3",
86-
"@typescript-eslint/eslint-plugin": "^8.46.4",
87-
"@typescript-eslint/parser": "^8.46.4",
86+
"@typescript-eslint/eslint-plugin": "^8.47.0",
87+
"@typescript-eslint/parser": "^8.47.0",
8888
"clsx": "^2.1.1",
8989
"cssnano": "^7.1.2",
9090
"eslint": "^9.39.1",

0 commit comments

Comments
 (0)