Skip to content

Commit 2236e59

Browse files
authored
Merge pull request #157 from icflorescu/next
Update deps
2 parents cfc0151 + 053acbf commit 2236e59

File tree

3 files changed

+358
-341
lines changed

3 files changed

+358
-341
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.8.1 (2024-04-25)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.8.1, Next.js 14.2.3 & React 18.3
9+
610
## 7.8.0 (2024-04-12)
711

812
- Update dev dependencies to ensure compatibility with Mantine 7.8.x & Next.js 14.2

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.8.0",
3+
"version": "7.8.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",
@@ -73,32 +73,32 @@
7373
},
7474
"devDependencies": {
7575
"@ducanh2912/next-pwa": "^10.2.6",
76-
"@mantine/code-highlight": "^7.8.0",
77-
"@mantine/core": "^7.8.0",
78-
"@mantine/hooks": "^7.8.0",
79-
"@mantine/notifications": "^7.8.0",
76+
"@mantine/code-highlight": "^7.8.1",
77+
"@mantine/core": "^7.8.1",
78+
"@mantine/hooks": "^7.8.1",
79+
"@mantine/notifications": "^7.8.1",
8080
"@tabler/icons-react": "^3.2.0",
8181
"@types/lodash": "^4.17.0",
8282
"@types/node": "^20.12.7",
83-
"@types/react": "^18.2.79",
84-
"@types/react-dom": "^18.2.25",
85-
"@typescript-eslint/eslint-plugin": "^7.7.0",
86-
"@typescript-eslint/parser": "^7.7.0",
87-
"clsx": "^2.1.0",
88-
"cssnano": "^6.1.2",
83+
"@types/react": "^18.3.0",
84+
"@types/react-dom": "^18.3.0",
85+
"@typescript-eslint/eslint-plugin": "^7.7.1",
86+
"@typescript-eslint/parser": "^7.7.1",
87+
"clsx": "^2.1.1",
88+
"cssnano": "^7.0.1",
8989
"eslint": "^8",
90-
"eslint-config-next": "^14.2.2",
90+
"eslint-config-next": "^14.2.3",
9191
"eslint-config-prettier": "^9.1.0",
9292
"lodash": "^4.17.21",
93-
"next": "^14.2.2",
93+
"next": "^14.2.3",
9494
"postcss": "^8.4.38",
9595
"postcss-cli": "^11.0.0",
9696
"postcss-import": "^16.1.0",
97-
"postcss-preset-mantine": "^1.14.4",
97+
"postcss-preset-mantine": "^1.15.0",
9898
"postcss-simple-vars": "^7.0.1",
9999
"prettier": "^3.2.5",
100-
"react": "^18.2.0",
101-
"react-dom": "^18.2.0",
100+
"react": "^18.3.0",
101+
"react-dom": "^18.3.0",
102102
"sharp": "^0.33.3",
103103
"swr": "^2.2.5",
104104
"tsup": "^8.0.2",

0 commit comments

Comments
 (0)