Skip to content

Commit c7cb965

Browse files
authored
Merge pull request #164 from icflorescu/next
Update deps
2 parents 7a65b4a + 02c842d commit c7cb965

File tree

3 files changed

+1236
-1309
lines changed

3 files changed

+1236
-1309
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.1 (2024-06-03)
7+
8+
- Update dev dependencies to ensure compatibility with Mantine 7.10.1
9+
610
## 7.9.1 (2024-05-09)
711

812
- Update dev dependencies to ensure compatibility with Mantine 7.9.1

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mantine-contextmenu",
3-
"version": "7.9.1",
3+
"version": "7.10.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",
@@ -64,7 +64,7 @@
6464
"*.css"
6565
],
6666
"scripts": {
67-
"dev": "next dev --turbo",
67+
"dev": "next dev",
6868
"build:package": "rm -rf dist; tsup --config scripts/tsup.esm.ts; tsup --config scripts/tsup.cjs.ts; tsup --config scripts/tsup.dts.ts; postcss package/styles*.css -d dist -m",
6969
"build:docs": "next build",
7070
"build": "yarn build:package && yarn build:docs",
@@ -73,17 +73,17 @@
7373
},
7474
"devDependencies": {
7575
"@ducanh2912/next-pwa": "^10.2.7",
76-
"@mantine/code-highlight": "^7.9.1",
77-
"@mantine/core": "^7.9.1",
78-
"@mantine/hooks": "^7.9.1",
79-
"@mantine/notifications": "^7.9.1",
80-
"@tabler/icons-react": "^3.3.0",
81-
"@types/lodash": "^4.17.1",
82-
"@types/node": "^20.12.11",
83-
"@types/react": "^18.3.1",
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",
83+
"@types/react": "^18.3.3",
8484
"@types/react-dom": "^18.3.0",
85-
"@typescript-eslint/eslint-plugin": "^7.8.0",
86-
"@typescript-eslint/parser": "^7.8.0",
85+
"@typescript-eslint/eslint-plugin": "^7.11.0",
86+
"@typescript-eslint/parser": "^7.11.0",
8787
"clsx": "^2.1.1",
8888
"cssnano": "^7.0.1",
8989
"eslint": "^8",
@@ -96,12 +96,12 @@
9696
"postcss-import": "^16.1.0",
9797
"postcss-preset-mantine": "^1.15.0",
9898
"postcss-simple-vars": "^7.0.1",
99-
"prettier": "^3.2.5",
99+
"prettier": "^3.3.0",
100100
"react": "^18.3.1",
101101
"react-dom": "^18.3.1",
102-
"sharp": "^0.33.3",
102+
"sharp": "^0.33.4",
103103
"swr": "^2.2.5",
104-
"tsup": "^8.0.2",
104+
"tsup": "^8.1.0",
105105
"typescript": "^5.4.5",
106106
"webpack": "^5.91.0"
107107
},

0 commit comments

Comments
 (0)