Skip to content

Commit

Permalink
Merge pull request #424 from icflorescu/next
Browse files Browse the repository at this point in the history
Restrict Mantine version to 6.x
  • Loading branch information
icflorescu committed Sep 26, 2023
2 parents 4b211df + 55065ad commit e69e98a
Show file tree
Hide file tree
Showing 4 changed files with 1,044 additions and 792 deletions.
36 changes: 18 additions & 18 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-docs",
"version": "2.9.13",
"version": "2.9.14",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand All @@ -12,30 +12,30 @@
"@docsearch/react": "^3.5.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@faker-js/faker": "^8.0.2",
"@formkit/auto-animate": "^0.7.0",
"@mantine/core": "^6.0.18",
"@mantine/dates": "^6.0.18",
"@mantine/hooks": "^6.0.18",
"@mantine/modals": "^6.0.18",
"@mantine/next": "^6.0.18",
"@mantine/notifications": "^6.0.18",
"@mantine/prism": "^6.0.18",
"@tabler/icons-react": "^2.32.0",
"@tanstack/react-query": "^4.33.0",
"dayjs": "^1.11.9",
"@faker-js/faker": "^8.1.0",
"@formkit/auto-animate": "^0.8.0",
"@mantine/core": "^6.0.21",
"@mantine/dates": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@mantine/modals": "^6.0.21",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@tabler/icons-react": "^2.35.0",
"@tanstack/react-query": "^4.35.3",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.4.19",
"next": "^13.5.3",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.1.8",
"next-sitemap": "^4.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
"@types/lodash": "^4.14.199",
"@types/node": "^20.7.0",
"@types/react": "^18.2.23",
"typescript": "^5.2.2",
"webpack": "^5.88.2"
}
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.9.13",
"version": "2.9.14",
"description": "Monorepo for mantine-datatable; see package/package.json for more info",
"private": true,
"workspaces": [
Expand All @@ -21,22 +21,22 @@
"devDependencies": {
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@faker-js/faker": "^8.0.2",
"@testing-library/jest-dom": "^6.1.2",
"@faker-js/faker": "^8.1.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.4",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"babel-jest": "^29.6.4",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"babel-jest": "^29.7.0",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.3",
"eslint-config-prettier": "^9.0.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.0.3",
"turbo": "^1.10.13",
"turbo": "^1.10.14",
"typescript": "^5.2.2"
},
"engines": {
Expand Down
16 changes: 8 additions & 8 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.9.13",
"version": "2.9.14",
"description": "The dependency-free datatable component for Mantine UI, featuring asynchronous data loading support, pagination, multple rows selection, column sorting, custom cell data rendering, row context menu, row expansion and more",
"keywords": [
"mantine",
Expand Down Expand Up @@ -56,18 +56,18 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@mantine/core": "^6.0.18",
"@mantine/hooks": "^6.0.18",
"@tabler/icons-react": "^2.32.0",
"@types/react": "^18.2.21",
"@mantine/core": "^6.0.21",
"@mantine/hooks": "^6.0.21",
"@tabler/icons-react": "^2.35.0",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.7",
"esbuild": "^0.19.2",
"esbuild": "^0.19.3",
"react": "^18.2.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@mantine/core": ">=6 <=6.0.17 || >=6.0.19",
"@mantine/hooks": ">=6 <=6.0.17 || >=6.0.19",
"@mantine/core": ">=6 <=6.0.17 || >=6.0.19 < 7",
"@mantine/hooks": ">=6 <=6.0.17 || >=6.0.19 < 7",
"react": ">=18"
}
}
Loading

0 comments on commit e69e98a

Please sign in to comment.