|
1 | 1 | {
|
2 | 2 | "name": "mantine-contextmenu",
|
3 |
| - "version": "7.6.2", |
| 3 | + "version": "7.7.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",
|
|
72 | 72 | "format": "prettier --write ."
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@ducanh2912/next-pwa": "^10.2.5", |
76 |
| - "@mantine/code-highlight": "^7.6.1", |
77 |
| - "@mantine/core": "^7.6.1", |
78 |
| - "@mantine/hooks": "^7.6.1", |
79 |
| - "@mantine/notifications": "^7.6.1", |
80 |
| - "@tabler/icons-react": "^2.47.0", |
81 |
| - "@types/lodash": "^4.14.202", |
82 |
| - "@types/node": "^20.11.24", |
83 |
| - "@types/react": "^18.2.63", |
84 |
| - "@types/react-dom": "^18.2.19", |
85 |
| - "@typescript-eslint/eslint-plugin": "^7.1.1", |
86 |
| - "@typescript-eslint/parser": "^7.1.1", |
| 75 | + "@ducanh2912/next-pwa": "^10.2.6", |
| 76 | + "@mantine/code-highlight": "^7.7.1", |
| 77 | + "@mantine/core": "^7.7.1", |
| 78 | + "@mantine/hooks": "^7.7.1", |
| 79 | + "@mantine/notifications": "^7.7.1", |
| 80 | + "@tabler/icons-react": "^3.1.0", |
| 81 | + "@types/lodash": "^4.17.0", |
| 82 | + "@types/node": "^20.12.4", |
| 83 | + "@types/react": "^18.2.74", |
| 84 | + "@types/react-dom": "^18.2.24", |
| 85 | + "@typescript-eslint/eslint-plugin": "^7.5.0", |
| 86 | + "@typescript-eslint/parser": "^7.5.0", |
87 | 87 | "clsx": "^2.1.0",
|
88 |
| - "cssnano": "^6.0.5", |
| 88 | + "cssnano": "^6.1.2", |
89 | 89 | "eslint": "^8.57.0",
|
90 |
| - "eslint-config-next": "^14.1.2", |
| 90 | + "eslint-config-next": "^14.1.4", |
91 | 91 | "eslint-config-prettier": "^9.1.0",
|
92 | 92 | "lodash": "^4.17.21",
|
93 |
| - "next": "14.1.2", |
94 |
| - "postcss": "^8.4.35", |
| 93 | + "next": "14.1.4", |
| 94 | + "postcss": "^8.4.38", |
95 | 95 | "postcss-cli": "^11.0.0",
|
96 |
| - "postcss-import": "^16.0.1", |
| 96 | + "postcss-import": "^16.1.0", |
97 | 97 | "postcss-preset-mantine": "^1.13.0",
|
98 | 98 | "postcss-simple-vars": "^7.0.1",
|
99 | 99 | "prettier": "^3.2.5",
|
100 | 100 | "react": "^18.2.0",
|
101 | 101 | "react-dom": "^18.2.0",
|
102 |
| - "sharp": "^0.33.2", |
| 102 | + "sharp": "^0.33.3", |
103 | 103 | "swr": "^2.2.5",
|
104 | 104 | "tsup": "^8.0.2",
|
105 |
| - "typescript": "^5.3.3", |
106 |
| - "webpack": "^5.90.3" |
| 105 | + "typescript": "^5.4.3", |
| 106 | + "webpack": "^5.91.0" |
107 | 107 | },
|
108 | 108 | "peerDependencies": {
|
109 | 109 | "@mantine/core": ">=7",
|
|
0 commit comments