Skip to content

Commit 0294b60

Browse files
authored
Merge pull request #171 from icflorescu/next
Update deps, GitHub workflow Node.js version, bump version
2 parents 81fb480 + a37c184 commit 0294b60

File tree

4 files changed

+556
-504
lines changed

4 files changed

+556
-504
lines changed

.github/workflows/publish-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '20'
32+
node-version: '22'
3333
cache: yarn
3434
- name: Restore cache
3535
uses: actions/cache@v4

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The following is a list of notable changes to the Mantine ContextMenu component.
44
Minor versions that are not listed in the changelog are minor bug fixes and small internal improvements or refactorings.
55

6+
## 7.11.3 (2024-07-30)
7+
8+
- Update dev dependencies
9+
610
## 7.11.2 (2024-07-10)
711

812
- Update dev dependencies

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -72,38 +72,38 @@
7272
"format": "prettier --write ."
7373
},
7474
"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",
8383
"@types/react": "^18.3.3",
8484
"@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",
8787
"clsx": "^2.1.1",
8888
"cssnano": "^7.0.4",
8989
"eslint": "^8",
90-
"eslint-config-next": "^14.2.4",
90+
"eslint-config-next": "^14.2.5",
9191
"eslint-config-prettier": "^9.1.0",
9292
"lodash": "^4.17.21",
93-
"next": "^14.2.4",
94-
"postcss": "^8.4.39",
93+
"next": "^14.2.5",
94+
"postcss": "^8.4.40",
9595
"postcss-cli": "^11.0.0",
9696
"postcss-import": "^16.1.0",
97-
"postcss-preset-mantine": "^1.15.0",
97+
"postcss-preset-mantine": "^1.17.0",
9898
"postcss-simple-vars": "^7.0.1",
99-
"prettier": "^3.3.2",
99+
"prettier": "^3.3.3",
100100
"react": "^18.3.1",
101101
"react-dom": "^18.3.1",
102102
"sharp": "^0.33.4",
103103
"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"
107107
},
108108
"peerDependencies": {
109109
"@mantine/core": ">=7",

0 commit comments

Comments
 (0)