Skip to content

Commit

Permalink
Merge pull request #282 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps & bump version
  • Loading branch information
icflorescu authored May 2, 2023
2 parents 4f94cdc + ce06d7d commit fcfeb7c
Show file tree
Hide file tree
Showing 4 changed files with 325 additions and 235 deletions.
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-docs",
"version": "2.4.14",
"version": "2.4.15",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand All @@ -9,33 +9,33 @@
"lint": "eslint . --ext=.ts,.tsx && tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@faker-js/faker": "^7.6.0",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@mantine/core": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/modals": "^6.0.9",
"@mantine/next": "^6.0.9",
"@mantine/notifications": "^6.0.9",
"@mantine/prism": "^6.0.9",
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@mantine/modals": "^6.0.10",
"@mantine/next": "^6.0.10",
"@mantine/notifications": "^6.0.10",
"@mantine/prism": "^6.0.10",
"@tabler/icons-react": "^2.17.0",
"@tanstack/react-query": "^4.29.5",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.3.1",
"next": "^13.3.4",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.0.7",
"next-sitemap": "^4.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^18.16.1",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"mixpanel-browser": "^2.46.0",
"mixpanel-browser": "^2.47.0",
"typescript": "^5.0.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.4.14",
"version": "2.4.15",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
Expand All @@ -20,18 +20,18 @@
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/preset-typescript": "^7.21.5",
"@faker-js/faker": "^7.6.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-jest": "^29.5.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-config-next": "^13.3.4",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
Expand Down
10 changes: 5 additions & 5 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.4.14",
"version": "2.4.15",
"description": "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": [
"ui",
Expand Down Expand Up @@ -49,8 +49,8 @@
"test:watch": "jest --watch"
},
"devDependencies": {
"@mantine/core": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@tabler/icons-react": "^2.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
Expand All @@ -59,8 +59,8 @@
"typescript": "^5.0.4"
},
"peerDependencies": {
"@mantine/core": "^6.0.9",
"@mantine/hooks": "^6.0.9",
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"react": "^18.2.0"
}
}
Loading

0 comments on commit fcfeb7c

Please sign in to comment.