Skip to content

Commit 68d0250

Browse files
authored
Merge pull request #167 from icflorescu/next
Update dev deps to ensure compatibility with Mantine 7.11.0
2 parents 878990f + 0484707 commit 68d0250

File tree

3 files changed

+221
-189
lines changed

3 files changed

+221
-189
lines changed

CHANGELOG.md

+4
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+
## 7.11.0 (2024-06-29)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.11.0
9+
610
## 7.10.2 (2024-06-15)
711

812
- Update dev dependencies to ensure compatibility with Mantine 7.10.2 and Next.js 14.2.4

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.10.2",
3+
"version": "7.11.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,25 +73,25 @@
7373
},
7474
"devDependencies": {
7575
"@ducanh2912/next-pwa": "^10.2.7",
76-
"@mantine/code-highlight": "^7.10.2",
77-
"@mantine/core": "^7.10.2",
78-
"@mantine/hooks": "^7.10.2",
79-
"@mantine/notifications": "^7.10.2",
80-
"@tabler/icons-react": "^3.6.0",
81-
"@types/lodash": "^4.17.5",
82-
"@types/node": "^20.14.2",
76+
"@mantine/code-highlight": "^7.11.0",
77+
"@mantine/core": "^7.11.0",
78+
"@mantine/hooks": "^7.11.0",
79+
"@mantine/notifications": "^7.11.0",
80+
"@tabler/icons-react": "^3.7.0",
81+
"@types/lodash": "^4.17.6",
82+
"@types/node": "^20.14.9",
8383
"@types/react": "^18.3.3",
8484
"@types/react-dom": "^18.3.0",
85-
"@typescript-eslint/eslint-plugin": "^7.13.0",
86-
"@typescript-eslint/parser": "^7.13.0",
85+
"@typescript-eslint/eslint-plugin": "^7.14.1",
86+
"@typescript-eslint/parser": "^7.14.1",
8787
"clsx": "^2.1.1",
88-
"cssnano": "^7.0.2",
88+
"cssnano": "^7.0.3",
8989
"eslint": "^8",
9090
"eslint-config-next": "^14.2.4",
9191
"eslint-config-prettier": "^9.1.0",
9292
"lodash": "^4.17.21",
9393
"next": "^14.2.4",
94-
"postcss": "^8.4.38",
94+
"postcss": "^8.4.39",
9595
"postcss-cli": "^11.0.0",
9696
"postcss-import": "^16.1.0",
9797
"postcss-preset-mantine": "^1.15.0",
@@ -102,8 +102,8 @@
102102
"sharp": "^0.33.4",
103103
"swr": "^2.2.5",
104104
"tsup": "^8.1.0",
105-
"typescript": "^5.4.5",
106-
"webpack": "^5.92.0"
105+
"typescript": "^5.5.2",
106+
"webpack": "^5.92.1"
107107
},
108108
"peerDependencies": {
109109
"@mantine/core": ">=7",

0 commit comments

Comments
 (0)