Skip to content

Commit 6f1605d

Browse files
authored
Merge pull request #178 from icflorescu/next
Update deps & bump version
2 parents 48b9b59 + 4d51a0f commit 6f1605d

File tree

3 files changed

+241
-172
lines changed

3 files changed

+241
-172
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.15.1 (2024-12-20)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.15.1 and Next.js 15 GA.
9+
610
## 7.14.2 (2024-10-26)
711

812
- Update dev dependencies to ensure compatibility with Mantine 7.14.2 and Next.js 15

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.14.2",
3+
"version": "7.15.1",
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",
@@ -72,32 +72,32 @@
7272
"format": "prettier --write ."
7373
},
7474
"devDependencies": {
75-
"@mantine/code-highlight": "^7.14.2",
76-
"@mantine/core": "^7.14.2",
77-
"@mantine/hooks": "^7.14.2",
78-
"@mantine/notifications": "^7.14.2",
79-
"@tabler/icons-react": "^3.22.0",
75+
"@mantine/code-highlight": "^7.15.1",
76+
"@mantine/core": "^7.15.1",
77+
"@mantine/hooks": "^7.15.1",
78+
"@mantine/notifications": "^7.15.1",
79+
"@tabler/icons-react": "^3.26.0",
8080
"@types/lodash": "^4.17.13",
81-
"@types/node": "^22.10.0",
82-
"@types/react": "^18.3.12",
83-
"@types/react-dom": "^18.3.1",
84-
"@typescript-eslint/eslint-plugin": "^8.16.0",
85-
"@typescript-eslint/parser": "^8.16.0",
81+
"@types/node": "^22.10.2",
82+
"@types/react": "^19.0.2",
83+
"@types/react-dom": "^19.0.2",
84+
"@typescript-eslint/eslint-plugin": "^8.18.1",
85+
"@typescript-eslint/parser": "^8.18.1",
8686
"clsx": "^2.1.1",
8787
"cssnano": "^7.0.6",
8888
"eslint": "^8",
89-
"eslint-config-next": "^15.0.3",
89+
"eslint-config-next": "^15.1.2",
9090
"eslint-config-prettier": "^9.1.0",
9191
"lodash": "^4.17.21",
92-
"next": "^15.0.3",
92+
"next": "^15.1.2",
9393
"postcss": "^8.4.49",
9494
"postcss-cli": "^11.0.0",
9595
"postcss-import": "^16.1.0",
9696
"postcss-preset-mantine": "^1.17.0",
9797
"postcss-simple-vars": "^7.0.1",
98-
"prettier": "^3.4.0",
99-
"react": "^18.3.1",
100-
"react-dom": "^18.3.1",
98+
"prettier": "^3.4.2",
99+
"react": "^19.0.0",
100+
"react-dom": "^19.0.0",
101101
"sharp": "^0.33.5",
102102
"swr": "^2.2.5",
103103
"tsup": "^8.3.5",

0 commit comments

Comments
 (0)