|
1 | 1 | {
|
2 | 2 | "name": "mantine-contextmenu",
|
3 |
| - "version": "7.15.3", |
| 3 | + "version": "7.17.1", |
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",
|
|
72 | 72 | "format": "prettier --write ."
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@mantine/code-highlight": "^7.15.3", |
76 |
| - "@mantine/core": "^7.15.3", |
77 |
| - "@mantine/hooks": "^7.15.3", |
78 |
| - "@mantine/notifications": "^7.15.3", |
79 |
| - "@tabler/icons-react": "^3.28.1", |
80 |
| - "@types/lodash": "^4.17.14", |
81 |
| - "@types/node": "^22.10.5", |
82 |
| - "@types/react": "^19.0.3", |
83 |
| - "@types/react-dom": "^19.0.2", |
84 |
| - "@typescript-eslint/eslint-plugin": "^8.19.1", |
85 |
| - "@typescript-eslint/parser": "^8.19.1", |
| 75 | + "@mantine/code-highlight": "^7.17.1", |
| 76 | + "@mantine/core": "^7.17.1", |
| 77 | + "@mantine/hooks": "^7.17.1", |
| 78 | + "@mantine/notifications": "^7.17.1", |
| 79 | + "@tabler/icons-react": "^3.31.0", |
| 80 | + "@types/lodash": "^4.17.16", |
| 81 | + "@types/node": "^22.13.9", |
| 82 | + "@types/react": "^19.0.10", |
| 83 | + "@types/react-dom": "^19.0.4", |
| 84 | + "@typescript-eslint/eslint-plugin": "^8.26.0", |
| 85 | + "@typescript-eslint/parser": "^8.26.0", |
86 | 86 | "clsx": "^2.1.1",
|
87 | 87 | "cssnano": "^7.0.6",
|
88 | 88 | "eslint": "^8",
|
89 |
| - "eslint-config-next": "^15.1.4", |
| 89 | + "eslint-config-next": "^15.2.1", |
90 | 90 | "eslint-config-prettier": "^9.1.0",
|
91 | 91 | "lodash": "^4.17.21",
|
92 |
| - "next": "^15.1.4", |
93 |
| - "postcss": "^8.4.49", |
| 92 | + "next": "^15.2.1", |
| 93 | + "postcss": "^8.5.3", |
94 | 94 | "postcss-cli": "^11.0.0",
|
95 | 95 | "postcss-import": "^16.1.0",
|
96 | 96 | "postcss-preset-mantine": "^1.17.0",
|
97 | 97 | "postcss-simple-vars": "^7.0.1",
|
98 |
| - "prettier": "^3.4.2", |
| 98 | + "prettier": "^3.5.3", |
99 | 99 | "react": "^19.0.0",
|
100 | 100 | "react-dom": "^19.0.0",
|
101 | 101 | "sharp": "^0.33.5",
|
102 |
| - "swr": "^2.3.0", |
103 |
| - "tsup": "^8.3.5", |
104 |
| - "typescript": "^5.7.2" |
| 102 | + "swr": "^2.3.2", |
| 103 | + "tsup": "^8.4.0", |
| 104 | + "typescript": "^5.8.2" |
105 | 105 | },
|
106 | 106 | "peerDependencies": {
|
107 | 107 | "@mantine/core": ">=7.12",
|
|
0 commit comments