Skip to content

Commit d82ec59

Browse files
authored
Merge pull request #165 from icflorescu/next
Update deps
2 parents c7cb965 + 25fda48 commit d82ec59

File tree

3 files changed

+250
-231
lines changed

3 files changed

+250
-231
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.10.2 (2024-06-15)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.10.2 and Next.js 14.2.4
9+
610
## 7.10.1 (2024-06-03)
711

812
- Update dev dependencies to ensure compatibility with Mantine 7.10.1

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -73,37 +73,37 @@
7373
},
7474
"devDependencies": {
7575
"@ducanh2912/next-pwa": "^10.2.7",
76-
"@mantine/code-highlight": "^7.10.1",
77-
"@mantine/core": "^7.10.1",
78-
"@mantine/hooks": "^7.10.1",
79-
"@mantine/notifications": "^7.10.1",
80-
"@tabler/icons-react": "^3.5.0",
81-
"@types/lodash": "^4.17.4",
82-
"@types/node": "^20.14.0",
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",
8383
"@types/react": "^18.3.3",
8484
"@types/react-dom": "^18.3.0",
85-
"@typescript-eslint/eslint-plugin": "^7.11.0",
86-
"@typescript-eslint/parser": "^7.11.0",
85+
"@typescript-eslint/eslint-plugin": "^7.13.0",
86+
"@typescript-eslint/parser": "^7.13.0",
8787
"clsx": "^2.1.1",
88-
"cssnano": "^7.0.1",
88+
"cssnano": "^7.0.2",
8989
"eslint": "^8",
90-
"eslint-config-next": "^14.2.3",
90+
"eslint-config-next": "^14.2.4",
9191
"eslint-config-prettier": "^9.1.0",
9292
"lodash": "^4.17.21",
93-
"next": "^14.2.3",
93+
"next": "^14.2.4",
9494
"postcss": "^8.4.38",
9595
"postcss-cli": "^11.0.0",
9696
"postcss-import": "^16.1.0",
9797
"postcss-preset-mantine": "^1.15.0",
9898
"postcss-simple-vars": "^7.0.1",
99-
"prettier": "^3.3.0",
99+
"prettier": "^3.3.2",
100100
"react": "^18.3.1",
101101
"react-dom": "^18.3.1",
102102
"sharp": "^0.33.4",
103103
"swr": "^2.2.5",
104104
"tsup": "^8.1.0",
105105
"typescript": "^5.4.5",
106-
"webpack": "^5.91.0"
106+
"webpack": "^5.92.0"
107107
},
108108
"peerDependencies": {
109109
"@mantine/core": ">=7",

0 commit comments

Comments
 (0)