|
1 | 1 | {
|
2 | 2 | "name": "mantine-contextmenu",
|
3 |
| - "version": "7.12.2", |
| 3 | + "version": "7.14.2", |
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 |
| - "@ducanh2912/next-pwa": "^10.2.8", |
76 |
| - "@mantine/code-highlight": "^7.12.2", |
77 |
| - "@mantine/core": "^7.12.2", |
78 |
| - "@mantine/hooks": "^7.12.2", |
79 |
| - "@mantine/notifications": "^7.12.2", |
80 |
| - "@tabler/icons-react": "^3.14.0", |
81 |
| - "@types/lodash": "^4.17.7", |
82 |
| - "@types/node": "^22.5.3", |
83 |
| - "@types/react": "^18.3.5", |
84 |
| - "@types/react-dom": "^18.3.0", |
85 |
| - "@typescript-eslint/eslint-plugin": "^8.4.0", |
86 |
| - "@typescript-eslint/parser": "^8.4.0", |
| 75 | + "@mantine/code-highlight": "^7.14.2", |
| 76 | + "@mantine/core": "^7.14.2", |
| 77 | + "@mantine/hooks": "^7.14.2", |
| 78 | + "@mantine/notifications": "^7.14.2", |
| 79 | + "@tabler/icons-react": "^3.22.0", |
| 80 | + "@types/lodash": "^4.17.13", |
| 81 | + "@types/node": "^22.10.0", |
| 82 | + "@types/react": "^18.3.12", |
| 83 | + "@types/react-dom": "^18.3.1", |
| 84 | + "@typescript-eslint/eslint-plugin": "^8.16.0", |
| 85 | + "@typescript-eslint/parser": "^8.16.0", |
87 | 86 | "clsx": "^2.1.1",
|
88 |
| - "cssnano": "^7.0.5", |
| 87 | + "cssnano": "^7.0.6", |
89 | 88 | "eslint": "^8",
|
90 |
| - "eslint-config-next": "^14.2.7", |
| 89 | + "eslint-config-next": "^15.0.3", |
91 | 90 | "eslint-config-prettier": "^9.1.0",
|
92 | 91 | "lodash": "^4.17.21",
|
93 |
| - "next": "^14.2.7", |
94 |
| - "postcss": "^8.4.44", |
| 92 | + "next": "^15.0.3", |
| 93 | + "postcss": "^8.4.49", |
95 | 94 | "postcss-cli": "^11.0.0",
|
96 | 95 | "postcss-import": "^16.1.0",
|
97 | 96 | "postcss-preset-mantine": "^1.17.0",
|
98 | 97 | "postcss-simple-vars": "^7.0.1",
|
99 |
| - "prettier": "^3.3.3", |
| 98 | + "prettier": "^3.4.0", |
100 | 99 | "react": "^18.3.1",
|
101 | 100 | "react-dom": "^18.3.1",
|
102 | 101 | "sharp": "^0.33.5",
|
103 | 102 | "swr": "^2.2.5",
|
104 |
| - "tsup": "^8.2.4", |
105 |
| - "typescript": "^5.5.4", |
106 |
| - "webpack": "^5.94.0" |
| 103 | + "tsup": "^8.3.5", |
| 104 | + "typescript": "^5.7.2", |
| 105 | + "webpack": "^5.96.1" |
107 | 106 | },
|
108 | 107 | "peerDependencies": {
|
109 | 108 | "@mantine/core": ">=7.12",
|
|
0 commit comments