Skip to content

Commit

Permalink
Merge pull request #283 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps & bump version
  • Loading branch information
icflorescu committed May 7, 2023
2 parents fcfeb7c + 2a0a5a7 commit ab69443
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 193 deletions.
12 changes: 6 additions & 6 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.15",
"version": "2.4.16",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
Expand All @@ -9,8 +9,8 @@
"lint": "eslint . --ext=.ts,.tsx && tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.10.8",
"@emotion/server": "^11.10.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@faker-js/faker": "^7.6.0",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@mantine/core": "^6.0.10",
Expand All @@ -24,7 +24,7 @@
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.3.4",
"next": "^13.4.1",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.0.9",
"react": "^18.2.0",
Expand All @@ -33,8 +33,8 @@
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/node": "^20.1.0",
"@types/react": "^18.2.6",
"mixpanel-browser": "^2.47.0",
"typescript": "^5.0.4"
}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.4.15",
"version": "2.4.16",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
Expand Down Expand Up @@ -30,8 +30,8 @@
"@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.4",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
Expand Down
6 changes: 3 additions & 3 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.4.15",
"version": "2.4.16",
"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 @@ -52,8 +52,8 @@
"@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",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"esbuild": "^0.17.18",
"react": "^18.2.0",
"typescript": "^5.0.4"
Expand Down
Loading

0 comments on commit ab69443

Please sign in to comment.