Skip to content

Commit

Permalink
Merge pull request #289 from icflorescu/next
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
icflorescu committed May 12, 2023
2 parents 5d3991d + 7d4e78d commit 4ceac90
Show file tree
Hide file tree
Showing 5 changed files with 210 additions and 160 deletions.
1 change: 1 addition & 0 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const nextConfig = (phase) => {
* @type {import('next').NextConfig}
*/
const config = {
output: 'export',
reactStrictMode: true,
transpilePackages: ['mantine-datatable'],
env: {
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"name": "mantine-datatable-docs",
"version": "2.4.16",
"version": "2.4.17",
"description": "Docs website for mantine-datatable; see ../package/package.json for more info",
"private": true,
"scripts": {
"dev": "NODE_NO_WARNINGS=1 next dev",
"build": "NODE_NO_WARNINGS=1 next build && next-sitemap && NODE_NO_WARNINGS=1 next export",
"build": "next-sitemap && NODE_NO_WARNINGS=1 next build",
"lint": "eslint . --ext=.ts,.tsx && tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
"@faker-js/faker": "^7.6.0",
"@faker-js/faker": "^8.0.0",
"@formkit/auto-animate": "^1.0.0-beta.6",
"@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",
"@tabler/icons-react": "^2.18.0",
"@tanstack/react-query": "^4.29.5",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"mantine-datatable": "*",
"next": "^13.4.1",
"next": "^13.4.2",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.0.9",
"react": "^18.2.0",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^20.1.0",
"@types/node": "^20.1.3",
"@types/react": "^18.2.6",
"mixpanel-browser": "^2.47.0",
"typescript": "^5.0.4"
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable-turborepo",
"version": "2.4.16",
"version": "2.4.17",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
Expand All @@ -21,22 +21,22 @@
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@faker-js/faker": "^7.6.0",
"@faker-js/faker": "^8.0.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.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"babel-jest": "^29.5.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-config-next": "^13.4.2",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"turbo": "^1.9.3",
"turbo": "^1.9.4",
"typescript": "^5.0.4"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mantine-datatable",
"version": "2.4.16",
"version": "2.4.17",
"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 @@ -51,7 +51,7 @@
"devDependencies": {
"@mantine/core": "^6.0.10",
"@mantine/hooks": "^6.0.10",
"@tabler/icons-react": "^2.17.0",
"@tabler/icons-react": "^2.18.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"esbuild": "^0.17.18",
Expand Down
Loading

0 comments on commit 4ceac90

Please sign in to comment.