Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Dec 12, 2023
1 parent 738a632 commit 26250e5
Show file tree
Hide file tree
Showing 5 changed files with 856 additions and 727 deletions.
12 changes: 6 additions & 6 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@tabler/icons-react": "2.42.0",
"@tanstack/react-query": "^5.12.2",
"@tabler/icons-react": "2.44.0",
"@tanstack/react-query": "^5.13.4",
"@types/mdx": "^2.0.10",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"export-to-csv": "^1.2.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.0",
"jspdf-autotable": "^3.8.1",
"mantine-react-table": "workspace:*",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
Expand All @@ -42,10 +42,10 @@
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"next-plausible": "^3.12.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"docs:start": "turbo run docs:start",
"lib:build": "cp README.md packages/mantine-react-table/README.md && turbo run lib:build",
"lib:build-locales": "turbo run lib:build-locales",
"lib:build-no-locales": "turbo run lib:build-no-locales",
"lib:build-lib": "turbo run lib:build-lib",
"lib:dev": "turbo run lib:dev",
"format": "prettier --write \"**/*.{js,ts,tsx,md}\"",
"lint": "turbo run lint",
Expand All @@ -26,7 +26,7 @@
"storybook:dev": "turbo run storybook"
},
"devDependencies": {
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"turbo": "^1.11.1"
},
"engines": {
Expand Down
18 changes: 9 additions & 9 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"scripts": {
"build": "pnpm lib:build",
"build-locales": "pnpm lib:build-locales",
"build-no-locales": "pnpm lib:build-no-locales",
"build-lib": "pnpm lib:build-lib",
"dev": "pnpm lib:dev",
"lib:build": "rm -rf dist && pnpm build-no-locales && pnpm build-locales && rm -rf dist/cjs/types dist/esm/types",
"lib:build": "rm -rf dist && pnpm build-lib && pnpm build-locales && rm -rf dist/cjs/types dist/esm/types",
"lib:build-locales": "rm -rf locales && node build-locales.mjs",
"lib:build-no-locales": "rm -rf dist && rollup -c rollup.config.mjs && size-limit",
"lib:build-lib": "rm -rf dist && rollup -c rollup.config.mjs && size-limit",
"lib:dev": "rollup -c rollup.config.mjs --watch",
"lint": "eslint .",
"size": "size-limit",
Expand All @@ -71,7 +71,7 @@
"storybook:dev": "storybook dev -p 6007"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@faker-js/faker": "^8.3.1",
"@mantine/core": "^7.3.1",
Expand All @@ -90,12 +90,12 @@
"@storybook/react": "^7.6.4",
"@storybook/react-vite": "^7.6.4",
"@storybook/testing-library": "^0.2.2",
"@tabler/icons-react": "2.42.0",
"@tabler/icons-react": "2.44.0",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"dayjs": "^1.11.10",
"eslint": "^8.55.0",
Expand All @@ -107,7 +107,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^4.7.0",
"rollup": "^4.8.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
Expand Down
Loading

0 comments on commit 26250e5

Please sign in to comment.