|
72 | 72 | "format": "prettier --write ."
|
73 | 73 | },
|
74 | 74 | "devDependencies": {
|
75 |
| - "@ducanh2912/next-pwa": "^10.2.7", |
76 |
| - "@mantine/code-highlight": "^7.11.1", |
77 |
| - "@mantine/core": "^7.11.1", |
78 |
| - "@mantine/hooks": "^7.11.1", |
79 |
| - "@mantine/notifications": "^7.11.1", |
80 |
| - "@tabler/icons-react": "^3.10.0", |
81 |
| - "@types/lodash": "^4.17.6", |
82 |
| - "@types/node": "^20.14.10", |
| 75 | + "@ducanh2912/next-pwa": "^10.2.8", |
| 76 | + "@mantine/code-highlight": "^7.11.2", |
| 77 | + "@mantine/core": "^7.11.2", |
| 78 | + "@mantine/hooks": "^7.11.2", |
| 79 | + "@mantine/notifications": "^7.11.2", |
| 80 | + "@tabler/icons-react": "^3.11.0", |
| 81 | + "@types/lodash": "^4.17.7", |
| 82 | + "@types/node": "^22.0.0", |
83 | 83 | "@types/react": "^18.3.3",
|
84 | 84 | "@types/react-dom": "^18.3.0",
|
85 |
| - "@typescript-eslint/eslint-plugin": "^7.16.0", |
86 |
| - "@typescript-eslint/parser": "^7.16.0", |
| 85 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 86 | + "@typescript-eslint/parser": "^7.18.0", |
87 | 87 | "clsx": "^2.1.1",
|
88 | 88 | "cssnano": "^7.0.4",
|
89 | 89 | "eslint": "^8",
|
90 |
| - "eslint-config-next": "^14.2.4", |
| 90 | + "eslint-config-next": "^14.2.5", |
91 | 91 | "eslint-config-prettier": "^9.1.0",
|
92 | 92 | "lodash": "^4.17.21",
|
93 |
| - "next": "^14.2.4", |
94 |
| - "postcss": "^8.4.39", |
| 93 | + "next": "^14.2.5", |
| 94 | + "postcss": "^8.4.40", |
95 | 95 | "postcss-cli": "^11.0.0",
|
96 | 96 | "postcss-import": "^16.1.0",
|
97 |
| - "postcss-preset-mantine": "^1.15.0", |
| 97 | + "postcss-preset-mantine": "^1.17.0", |
98 | 98 | "postcss-simple-vars": "^7.0.1",
|
99 |
| - "prettier": "^3.3.2", |
| 99 | + "prettier": "^3.3.3", |
100 | 100 | "react": "^18.3.1",
|
101 | 101 | "react-dom": "^18.3.1",
|
102 | 102 | "sharp": "^0.33.4",
|
103 | 103 | "swr": "^2.2.5",
|
104 |
| - "tsup": "^8.1.0", |
105 |
| - "typescript": "^5.5.3", |
106 |
| - "webpack": "^5.92.1" |
| 104 | + "tsup": "^8.2.3", |
| 105 | + "typescript": "^5.5.4", |
| 106 | + "webpack": "^5.93.0" |
107 | 107 | },
|
108 | 108 | "peerDependencies": {
|
109 | 109 | "@mantine/core": ">=7",
|
|
0 commit comments