|
1 | 1 | {
|
2 | 2 | "name": "mantine-contextmenu",
|
3 |
| - "version": "7.15.1", |
| 3 | + "version": "7.15.3", |
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.1", |
76 |
| - "@mantine/core": "^7.15.1", |
77 |
| - "@mantine/hooks": "^7.15.1", |
78 |
| - "@mantine/notifications": "^7.15.1", |
79 |
| - "@tabler/icons-react": "^3.26.0", |
80 |
| - "@types/lodash": "^4.17.13", |
81 |
| - "@types/node": "^22.10.2", |
82 |
| - "@types/react": "^19.0.2", |
| 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 | 83 | "@types/react-dom": "^19.0.2",
|
84 |
| - "@typescript-eslint/eslint-plugin": "^8.18.1", |
85 |
| - "@typescript-eslint/parser": "^8.18.1", |
| 84 | + "@typescript-eslint/eslint-plugin": "^8.19.1", |
| 85 | + "@typescript-eslint/parser": "^8.19.1", |
86 | 86 | "clsx": "^2.1.1",
|
87 | 87 | "cssnano": "^7.0.6",
|
88 | 88 | "eslint": "^8",
|
89 |
| - "eslint-config-next": "^15.1.2", |
| 89 | + "eslint-config-next": "^15.1.4", |
90 | 90 | "eslint-config-prettier": "^9.1.0",
|
91 | 91 | "lodash": "^4.17.21",
|
92 |
| - "next": "^15.1.2", |
| 92 | + "next": "^15.1.4", |
93 | 93 | "postcss": "^8.4.49",
|
94 | 94 | "postcss-cli": "^11.0.0",
|
95 | 95 | "postcss-import": "^16.1.0",
|
|
99 | 99 | "react": "^19.0.0",
|
100 | 100 | "react-dom": "^19.0.0",
|
101 | 101 | "sharp": "^0.33.5",
|
102 |
| - "swr": "^2.2.5", |
| 102 | + "swr": "^2.3.0", |
103 | 103 | "tsup": "^8.3.5",
|
104 | 104 | "typescript": "^5.7.2"
|
105 | 105 | },
|
|
0 commit comments