Skip to content

Commit

Permalink
Merge pull request #165 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
icflorescu authored Jun 15, 2024
2 parents c7cb965 + 25fda48 commit d82ec59
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 231 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.10.2 (2024-06-15)

- Update dev dependencies to ensure compatibility with Mantine 7.10.2 and Next.js 14.2.4

## 7.10.1 (2024-06-03)

- Update dev dependencies to ensure compatibility with Mantine 7.10.1
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,37 +73,37 @@
},
"devDependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@mantine/code-highlight": "^7.10.1",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@mantine/notifications": "^7.10.1",
"@tabler/icons-react": "^3.5.0",
"@types/lodash": "^4.17.4",
"@types/node": "^20.14.0",
"@mantine/code-highlight": "^7.10.2",
"@mantine/core": "^7.10.2",
"@mantine/hooks": "^7.10.2",
"@mantine/notifications": "^7.10.2",
"@tabler/icons-react": "^3.6.0",
"@types/lodash": "^4.17.5",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"cssnano": "^7.0.2",
"eslint": "^8",
"eslint-config-next": "^14.2.3",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"lodash": "^4.17.21",
"next": "^14.2.3",
"next": "^14.2.4",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tsup": "^8.1.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0"
"webpack": "^5.92.0"
},
"peerDependencies": {
"@mantine/core": ">=7",
Expand Down
Loading

0 comments on commit d82ec59

Please sign in to comment.