Skip to content

Commit 25b49c3

Browse files
authored
Merge pull request #173 from icflorescu/next
Update deps
2 parents ea16eeb + 53bb9e0 commit 25b49c3

File tree

3 files changed

+467
-446
lines changed

3 files changed

+467
-446
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.12.2 (2024-09-04)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.12.2
9+
610
## 7.11.3 (2024-07-30)
711

812
- Update dev dependencies

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.11.3",
3+
"version": "7.12.2",
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,37 +73,37 @@
7373
},
7474
"devDependencies": {
7575
"@ducanh2912/next-pwa": "^10.2.8",
76-
"@mantine/code-highlight": "^7.11.2",
77-
"@mantine/core": "^7.11.2",
78-
"@mantine/hooks": "^7.11.2",
79-
"@mantine/notifications": "^7.11.2",
80-
"@tabler/icons-react": "^3.11.0",
76+
"@mantine/code-highlight": "^7.12.2",
77+
"@mantine/core": "^7.12.2",
78+
"@mantine/hooks": "^7.12.2",
79+
"@mantine/notifications": "^7.12.2",
80+
"@tabler/icons-react": "^3.14.0",
8181
"@types/lodash": "^4.17.7",
82-
"@types/node": "^22.0.0",
83-
"@types/react": "^18.3.3",
82+
"@types/node": "^22.5.3",
83+
"@types/react": "^18.3.5",
8484
"@types/react-dom": "^18.3.0",
85-
"@typescript-eslint/eslint-plugin": "^7.18.0",
86-
"@typescript-eslint/parser": "^7.18.0",
85+
"@typescript-eslint/eslint-plugin": "^8.4.0",
86+
"@typescript-eslint/parser": "^8.4.0",
8787
"clsx": "^2.1.1",
88-
"cssnano": "^7.0.4",
88+
"cssnano": "^7.0.5",
8989
"eslint": "^8",
90-
"eslint-config-next": "^14.2.5",
90+
"eslint-config-next": "^14.2.7",
9191
"eslint-config-prettier": "^9.1.0",
9292
"lodash": "^4.17.21",
93-
"next": "^14.2.5",
94-
"postcss": "^8.4.40",
93+
"next": "^14.2.7",
94+
"postcss": "^8.4.44",
9595
"postcss-cli": "^11.0.0",
9696
"postcss-import": "^16.1.0",
9797
"postcss-preset-mantine": "^1.17.0",
9898
"postcss-simple-vars": "^7.0.1",
9999
"prettier": "^3.3.3",
100100
"react": "^18.3.1",
101101
"react-dom": "^18.3.1",
102-
"sharp": "^0.33.4",
102+
"sharp": "^0.33.5",
103103
"swr": "^2.2.5",
104-
"tsup": "^8.2.3",
104+
"tsup": "^8.2.4",
105105
"typescript": "^5.5.4",
106-
"webpack": "^5.93.0"
106+
"webpack": "^5.94.0"
107107
},
108108
"peerDependencies": {
109109
"@mantine/core": ">=7",

0 commit comments

Comments
 (0)