Skip to content

Commit

Permalink
Update dev deps to ensure compatibility with Mantine 7.8 & Next.js 14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
icflorescu committed Apr 12, 2024
1 parent 970b192 commit 7ea1060
Show file tree
Hide file tree
Showing 4 changed files with 324 additions and 349 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.8.0 (2024-04-12)

- Update dev dependencies to ensure compatibility with Mantine 7.8.x & Next.js 14.2

## 7.7.0 (2024-04-04)

- Implement iOS touch events (thanks to [Juno Nguyen](https://github.com/JunoNgx), see [#152](https://github.com/icflorescu/mantine-contextmenu/pull/152))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Ionuț-Cristian Florescu
Copyright (c) 2023 - 2024 Ionuț-Cristian Florescu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.7.0",
"version": "7.8.0",
"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 @@ -73,36 +73,36 @@
},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.6",
"@mantine/code-highlight": "^7.7.1",
"@mantine/core": "^7.7.1",
"@mantine/hooks": "^7.7.1",
"@mantine/notifications": "^7.7.1",
"@tabler/icons-react": "^3.1.0",
"@mantine/code-highlight": "^7.8.0",
"@mantine/core": "^7.8.0",
"@mantine/hooks": "^7.8.0",
"@mantine/notifications": "^7.8.0",
"@tabler/icons-react": "^3.2.0",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.4",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"clsx": "^2.1.0",
"cssnano": "^6.1.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint": "^9.0.0",
"eslint-config-next": "^14.2.0",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"next": "14.1.4",
"next": "14.2.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.13.0",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.33.3",
"swr": "^2.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.3",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 7ea1060

Please sign in to comment.