|
1 | 1 | {
|
2 | 2 | "name": "mantine-contextmenu",
|
3 |
| - "version": "7.9.1", |
| 3 | + "version": "7.10.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",
|
|
64 | 64 | "*.css"
|
65 | 65 | ],
|
66 | 66 | "scripts": {
|
67 |
| - "dev": "next dev --turbo", |
| 67 | + "dev": "next dev", |
68 | 68 | "build:package": "rm -rf dist; tsup --config scripts/tsup.esm.ts; tsup --config scripts/tsup.cjs.ts; tsup --config scripts/tsup.dts.ts; postcss package/styles*.css -d dist -m",
|
69 | 69 | "build:docs": "next build",
|
70 | 70 | "build": "yarn build:package && yarn build:docs",
|
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 | 75 | "@ducanh2912/next-pwa": "^10.2.7",
|
76 |
| - "@mantine/code-highlight": "^7.9.1", |
77 |
| - "@mantine/core": "^7.9.1", |
78 |
| - "@mantine/hooks": "^7.9.1", |
79 |
| - "@mantine/notifications": "^7.9.1", |
80 |
| - "@tabler/icons-react": "^3.3.0", |
81 |
| - "@types/lodash": "^4.17.1", |
82 |
| - "@types/node": "^20.12.11", |
83 |
| - "@types/react": "^18.3.1", |
| 76 | + "@mantine/code-highlight": "^7.10.1", |
| 77 | + "@mantine/core": "^7.10.1", |
| 78 | + "@mantine/hooks": "^7.10.1", |
| 79 | + "@mantine/notifications": "^7.10.1", |
| 80 | + "@tabler/icons-react": "^3.5.0", |
| 81 | + "@types/lodash": "^4.17.4", |
| 82 | + "@types/node": "^20.14.0", |
| 83 | + "@types/react": "^18.3.3", |
84 | 84 | "@types/react-dom": "^18.3.0",
|
85 |
| - "@typescript-eslint/eslint-plugin": "^7.8.0", |
86 |
| - "@typescript-eslint/parser": "^7.8.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "^7.11.0", |
| 86 | + "@typescript-eslint/parser": "^7.11.0", |
87 | 87 | "clsx": "^2.1.1",
|
88 | 88 | "cssnano": "^7.0.1",
|
89 | 89 | "eslint": "^8",
|
|
96 | 96 | "postcss-import": "^16.1.0",
|
97 | 97 | "postcss-preset-mantine": "^1.15.0",
|
98 | 98 | "postcss-simple-vars": "^7.0.1",
|
99 |
| - "prettier": "^3.2.5", |
| 99 | + "prettier": "^3.3.0", |
100 | 100 | "react": "^18.3.1",
|
101 | 101 | "react-dom": "^18.3.1",
|
102 |
| - "sharp": "^0.33.3", |
| 102 | + "sharp": "^0.33.4", |
103 | 103 | "swr": "^2.2.5",
|
104 |
| - "tsup": "^8.0.2", |
| 104 | + "tsup": "^8.1.0", |
105 | 105 | "typescript": "^5.4.5",
|
106 | 106 | "webpack": "^5.91.0"
|
107 | 107 | },
|
|
0 commit comments