Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 27, 2023
1 parent 9f48892 commit 0e652f0
Show file tree
Hide file tree
Showing 3 changed files with 1,238 additions and 1,170 deletions.
32 changes: 16 additions & 16 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mantine/code-highlight": "^7.0.0",
"@mantine/core": "^7.0.0",
"@mantine/dates": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/modals": "^7.0.0",
"@mantine/code-highlight": "^7.0.2",
"@mantine/core": "^7.0.2",
"@mantine/dates": "^7.0.2",
"@mantine/hooks": "^7.0.2",
"@mantine/modals": "^7.0.2",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.2",
"@tabler/icons-react": "2.34.0",
"@next/mdx": "^13.5.3",
"@tabler/icons-react": "2.36.0",
"@tanstack/react-query": "^4.35.3",
"@types/mdx": "^2.0.7",
"@types/mdx": "^2.0.8",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"export-to-csv": "^1.0.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.6.0",
"mantine-react-table": "workspace:*",
"next": "13.5.2",
"next": "13.5.3",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"@types/node": "^20.7.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"next-plausible": "^3.11.1",
"postcss": "^8.4.30",
"postcss-preset-mantine": "^1.7.0",
Expand Down
50 changes: 25 additions & 25 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,48 +60,48 @@
"storybook:dev": "storybook dev -p 6007"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/preset-react": "^7.22.15",
"@faker-js/faker": "^8.1.0",
"@mantine/core": "^7.0.0",
"@mantine/dates": "^7.0.0",
"@mantine/hooks": "^7.0.0",
"@mantine/core": "^7.0.2",
"@mantine/dates": "^7.0.2",
"@mantine/hooks": "^7.0.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/plugin-typescript": "^11.1.4",
"@size-limit/preset-small-lib": "^9.0.0",
"@storybook/addon-a11y": "^7.4.3",
"@storybook/addon-essentials": "^7.4.3",
"@storybook/addon-interactions": "^7.4.3",
"@storybook/addon-links": "^7.4.3",
"@storybook/addon-storysource": "^7.4.3",
"@storybook/blocks": "^7.4.3",
"@storybook/react": "^7.4.3",
"@storybook/react-vite": "^7.4.3",
"@storybook/addon-a11y": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-interactions": "^7.4.5",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-storysource": "^7.4.5",
"@storybook/blocks": "^7.4.5",
"@storybook/react": "^7.4.5",
"@storybook/react-vite": "^7.4.5",
"@storybook/testing-library": "^0.2.1",
"@tabler/icons-react": "2.34.0",
"@types/node": "^20.6.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react": "^4.0.4",
"@tabler/icons-react": "2.36.0",
"@types/node": "^20.7.1",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitejs/plugin-react": "^4.1.0",
"dayjs": "^1.11.10",
"eslint": "^8.49.0",
"eslint": "^8.50.0",
"postcss": "^8.4.30",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^3.29.2",
"rollup": "^3.29.3",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^9.0.0",
"storybook": "^7.4.3",
"storybook": "^7.4.5",
"storybook-dark-mode": "^3.0.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
Expand All @@ -110,8 +110,8 @@
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.10.1",
"@tanstack/react-virtual": "3.0.0-beta.60",
"@tanstack/react-table": "8.10.3",
"@tanstack/react-virtual": "3.0.0-beta.61",
"clsx": "^2.0.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 0e652f0

Please sign in to comment.