|
42 | 42 | "./package.json": "./package.json"
|
43 | 43 | },
|
44 | 44 | "devDependencies": {
|
45 |
| - "@babel/core": "^7.25.9", |
| 45 | + "@babel/core": "^7.26.0", |
46 | 46 | "@babel/eslint-parser": "^7.25.9",
|
47 | 47 | "@babel/preset-react": "^7.25.9",
|
48 |
| - "@mantine/core": "^7.13.3", |
49 |
| - "@mantine/dates": "^7.13.3", |
50 |
| - "@mantine/hooks": "^7.13.3", |
| 48 | + "@mantine/core": "^7.13.4", |
| 49 | + "@mantine/dates": "^7.13.4", |
| 50 | + "@mantine/hooks": "^7.13.4", |
51 | 51 | "@storybook/addon-docs": "^8.3.6",
|
52 | 52 | "@storybook/addon-essentials": "^8.3.6",
|
53 | 53 | "@storybook/addon-interactions": "^8.3.6",
|
|
58 | 58 | "@storybook/react": "^8.3.6",
|
59 | 59 | "@storybook/react-vite": "^8.3.6",
|
60 | 60 | "@storybook/test": "^8.3.6",
|
61 |
| - "@types/react": "^18.3.11", |
| 61 | + "@types/react": "^18.3.12", |
62 | 62 | "@types/react-dom": "^18.3.1",
|
63 | 63 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
64 | 64 | "@typescript-eslint/parser": "^7.18.0",
|
65 | 65 | "@vitejs/plugin-react": "^4.3.3",
|
66 | 66 | "dayjs": "^1.11.13",
|
67 | 67 | "eslint": "^8.57.1",
|
68 | 68 | "eslint-config-alloy": "^5.1.2",
|
69 |
| - "eslint-plugin-react": "^7.37.1", |
| 69 | + "eslint-plugin-react": "^7.37.2", |
70 | 70 | "eslint-plugin-react-hooks": "^4.6.2",
|
71 |
| - "eslint-plugin-react-refresh": "^0.4.13", |
72 |
| - "eslint-plugin-storybook": "^0.9.0", |
| 71 | + "eslint-plugin-react-refresh": "^0.4.14", |
| 72 | + "eslint-plugin-storybook": "^0.10.1", |
73 | 73 | "postcss": "^8.4.47",
|
74 | 74 | "postcss-preset-mantine": "^1.17.0",
|
75 | 75 | "postcss-simple-vars": "^7.0.1",
|
76 | 76 | "prettier": "^3.3.3",
|
77 | 77 | "prettier-plugin-organize-imports": "^4.1.0",
|
78 |
| - "publint": "^0.2.11", |
| 78 | + "publint": "^0.2.12", |
79 | 79 | "react": "^18.3.1",
|
80 | 80 | "react-dom": "^18.3.1",
|
81 | 81 | "storybook": "^8.3.6",
|
82 | 82 | "storybook-addon-mantine": "^4.0.2",
|
83 | 83 | "storybook-dark-mode": "^4.0.2",
|
84 | 84 | "tsup": "8.2.4",
|
85 | 85 | "typescript": "^5.6.3",
|
86 |
| - "vite": "^5.4.9" |
| 86 | + "vite": "^5.4.10" |
87 | 87 | },
|
88 | 88 | "keywords": [
|
89 | 89 | "mantine",
|
|
94 | 94 | "component",
|
95 | 95 | "react"
|
96 | 96 | ],
|
97 |
| - "packageManager": "[email protected].2", |
| 97 | + "packageManager": "[email protected].3", |
98 | 98 | "peerDependencies": {
|
99 | 99 | "@mantine/core": "^7.10.2",
|
100 | 100 | "@mantine/hooks": "^7.10.2",
|
|
0 commit comments