Skip to content

Commit

Permalink
Merge pull request #178 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps & bump version
  • Loading branch information
icflorescu authored Dec 20, 2024
2 parents 48b9b59 + 4d51a0f commit 6f1605d
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 172 deletions.
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.15.1 (2024-12-20)

- Update dev dependencies to ensure compatibility with Mantine 7.15.1 and Next.js 15 GA.

## 7.14.2 (2024-10-26)

- Update dev dependencies to ensure compatibility with Mantine 7.14.2 and Next.js 15
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-contextmenu",
"version": "7.14.2",
"version": "7.15.1",
"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",
"keywords": [
"ui",
Expand Down Expand Up @@ -72,32 +72,32 @@
"format": "prettier --write ."
},
"devDependencies": {
"@mantine/code-highlight": "^7.14.2",
"@mantine/core": "^7.14.2",
"@mantine/hooks": "^7.14.2",
"@mantine/notifications": "^7.14.2",
"@tabler/icons-react": "^3.22.0",
"@mantine/code-highlight": "^7.15.1",
"@mantine/core": "^7.15.1",
"@mantine/hooks": "^7.15.1",
"@mantine/notifications": "^7.15.1",
"@tabler/icons-react": "^3.26.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"clsx": "^2.1.1",
"cssnano": "^7.0.6",
"eslint": "^8",
"eslint-config-next": "^15.0.3",
"eslint-config-next": "^15.1.2",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"next": "^15.0.3",
"next": "^15.1.2",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"tsup": "^8.3.5",
Expand Down
Loading

0 comments on commit 6f1605d

Please sign in to comment.