Skip to content

Commit

Permalink
Merge pull request #171 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps, GitHub workflow Node.js version, bump version
  • Loading branch information
icflorescu authored Jul 30, 2024
2 parents 81fb480 + a37c184 commit 0294b60
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
cache: yarn
- name: Restore cache
uses: actions/cache@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The following is a list of notable changes to the Mantine ContextMenu component.
Minor versions that are not listed in the changelog are minor bug fixes and small internal improvements or refactorings.

## 7.11.3 (2024-07-30)

- Update dev dependencies

## 7.11.2 (2024-07-10)

- Update dev dependencies
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,38 +72,38 @@
"format": "prettier --write ."
},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@mantine/code-highlight": "^7.11.1",
"@mantine/core": "^7.11.1",
"@mantine/hooks": "^7.11.1",
"@mantine/notifications": "^7.11.1",
"@tabler/icons-react": "^3.10.0",
"@types/lodash": "^4.17.6",
"@types/node": "^20.14.10",
"@ducanh2912/next-pwa": "^10.2.8",
"@mantine/code-highlight": "^7.11.2",
"@mantine/core": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2",
"@tabler/icons-react": "^3.11.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.4",
"eslint": "^8",
"eslint-config-next": "^14.2.4",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"next": "^14.2.4",
"postcss": "^8.4.39",
"next": "^14.2.5",
"postcss": "^8.4.40",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.15.0",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tsup": "^8.1.0",
"typescript": "^5.5.3",
"webpack": "^5.92.1"
"tsup": "^8.2.3",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"peerDependencies": {
"@mantine/core": ">=7",
Expand Down
Loading

0 comments on commit 0294b60

Please sign in to comment.