Skip to content

Commit

Permalink
package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 18, 2023
1 parent e52f3e2 commit 4383bf9
Show file tree
Hide file tree
Showing 4 changed files with 904 additions and 852 deletions.
8 changes: 4 additions & 4 deletions apps/mantine-react-table-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.4.19",
"@tabler/icons-react": "2.34.0",
"@tanstack/react-query": "^4.35.0",
"@tanstack/react-query": "^4.35.3",
"@types/mdx": "^2.0.7",
"dayjs": "^1.11.9",
"export-to-csv": "^1.0.0",
Expand All @@ -43,11 +43,11 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"next-plausible": "^3.11.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"prettier": "^3.0.3",
"turbo": "^1.10.13"
"turbo": "^1.10.14"
},
"engines": {
"node": ">=14.0.0"
Expand Down
32 changes: 16 additions & 16 deletions packages/mantine-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"storybook:dev": "storybook dev -p 6007"
},
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/core": "^7.22.20",
"@babel/preset-react": "^7.22.15",
"@emotion/react": "^11.11.1",
"@faker-js/faker": "^8.0.2",
Expand All @@ -71,42 +71,42 @@
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@size-limit/preset-small-lib": "^9.0.0",
"@storybook/addon-a11y": "^7.4.0",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-storysource": "^7.4.0",
"@storybook/blocks": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/react-vite": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@storybook/addon-a11y": "^7.4.2",
"@storybook/addon-essentials": "^7.4.2",
"@storybook/addon-interactions": "^7.4.2",
"@storybook/addon-links": "^7.4.2",
"@storybook/addon-storysource": "^7.4.2",
"@storybook/blocks": "^7.4.2",
"@storybook/react": "^7.4.2",
"@storybook/react-vite": "^7.4.2",
"@storybook/testing-library": "^0.2.1",
"@tabler/icons-react": "2.34.0",
"@types/node": "^20.6.0",
"@types/node": "^20.6.2",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"dayjs": "^1.11.9",
"eslint": "^8.49.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"rollup": "^3.29.1",
"rollup": "^3.29.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"size-limit": "^9.0.0",
"storybook": "^7.4.0",
"storybook": "^7.4.2",
"storybook-dark-mode": "^3.0.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"dependencies": {
"@tanstack/match-sorter-utils": "8.8.4",
"@tanstack/react-table": "8.9.8",
"@tanstack/react-table": "8.10.0",
"@tanstack/react-virtual": "3.0.0-beta.60"
},
"peerDependencies": {
Expand Down
Loading

2 comments on commit 4383bf9

@vercel
Copy link

@vercel vercel bot commented on 4383bf9 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4383bf9 Sep 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.