|
1 | 1 | { |
2 | 2 | "name": "mantine-contextmenu", |
3 | | - "version": "8.1.3", |
| 3 | + "version": "8.2.0", |
4 | 4 | "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", |
5 | 5 | "keywords": [ |
6 | 6 | "ui", |
|
73 | 73 | }, |
74 | 74 | "devDependencies": { |
75 | 75 | "@eslint/eslintrc": "^3.3.1", |
76 | | - "@mantine/code-highlight": "^8.1.3", |
77 | | - "@mantine/core": "^8.1.3", |
78 | | - "@mantine/hooks": "^8.1.3", |
79 | | - "@mantine/notifications": "^8.1.3", |
| 76 | + "@mantine/code-highlight": "^8.2.1", |
| 77 | + "@mantine/core": "^8.2.1", |
| 78 | + "@mantine/hooks": "^8.2.1", |
| 79 | + "@mantine/notifications": "^8.2.1", |
80 | 80 | "@tabler/icons-react": "^3.34.1", |
81 | 81 | "@types/lodash": "^4.17.20", |
82 | | - "@types/node": "^24.0.15", |
| 82 | + "@types/node": "^24.1.0", |
83 | 83 | "@types/react": "^19.1.8", |
84 | 84 | "@types/react-dom": "^19.1.6", |
85 | | - "@typescript-eslint/eslint-plugin": "^8.37.0", |
86 | | - "@typescript-eslint/parser": "^8.37.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "^8.38.0", |
| 86 | + "@typescript-eslint/parser": "^8.38.0", |
87 | 87 | "clsx": "^2.1.1", |
88 | 88 | "cssnano": "^7.1.0", |
89 | 89 | "eslint": "^9.31.0", |
90 | | - "eslint-config-next": "^15.4.2", |
| 90 | + "eslint-config-next": "^15.4.3", |
91 | 91 | "eslint-plugin-react-hooks": "^5.2.0", |
92 | 92 | "lodash": "^4.17.21", |
93 | | - "next": "^15.4.2", |
| 93 | + "next": "^15.4.3", |
94 | 94 | "postcss": "^8.5.6", |
95 | 95 | "postcss-cli": "^11.0.1", |
96 | 96 | "postcss-import": "^16.1.1", |
|
106 | 106 | "typescript": "^5.8.3" |
107 | 107 | }, |
108 | 108 | "peerDependencies": { |
109 | | - "@mantine/core": ">=8.1", |
110 | | - "@mantine/hooks": ">=8.1", |
| 109 | + "@mantine/core": ">=8.2", |
| 110 | + "@mantine/hooks": ">=8.2", |
111 | 111 | "clsx": ">=2", |
112 | 112 | "react": ">=19", |
113 | 113 | "react-dom": ">=19" |
|
0 commit comments