Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(redmine 1302216): upgrade mantine to 7.11.0 #194

Merged
2 commits merged into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/moody-toes-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@smile/haring-react-dropzone': minor
'@smile/haring-react-shared': minor
'@smile/haring-react-dates': minor
'@smile/haring-react-table': minor
'storybook-pages': minor
'@smile/haring-react': minor
---

Upgrade mantine version to 7.11.x
8 changes: 4 additions & 4 deletions apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^7.6.2",
"@mantine/dates": "^7.6.2",
"@mantine/dropzone": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mantine/core": "^7.11.0",
"@mantine/dates": "^7.11.0",
"@mantine/dropzone": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@phosphor-icons/react": "^2.0.10",
"@smile/haring-react": "*",
"@smile/haring-react-dropzone": "*",
Expand Down
8,625 changes: 4,581 additions & 4,044 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"serve-and-test-storybook": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run serve-storybook\" \"npm run wait-and-test-storybook\""
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^17.7.0",
"@storybook/addon-a11y": "~7.4.1",
"@storybook/addon-essentials": "~7.4.1",
Expand Down Expand Up @@ -72,12 +72,12 @@
"wait-on": "^7.0.1"
},
"dependencies": {
"@mantine/carousel": "^7.5.1",
"@mantine/form": "^7.5.1",
"@mantine/core": "^7.5.1",
"@mantine/dates": "^7.5.1",
"@mantine/dropzone": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@mantine/carousel": "^7.11.0",
"@mantine/form": "^7.11.0",
"@mantine/core": "^7.11.0",
"@mantine/dates": "^7.11.0",
"@mantine/dropzone": "^7.11.0",
"@mantine/hooks": "^7.11.0",
"@phosphor-icons/react": "^2.0.10",
"@smile/haring-react-shared": "*",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/haring-react-dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7",
"@mantine/dates": "7",
"@mantine/hooks": "7",
"@mantine/core": "7.11.0",
"@mantine/dates": "7.11.0",
"@mantine/hooks": "7.11.0",
"@phosphor-icons/react": ">=2",
"react": ">=18.0",
"react-dom": ">=18.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/haring-react-dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7",
"@mantine/dropzone": "7",
"@mantine/hooks": "7",
"@mantine/core": "7.11.0",
"@mantine/dropzone": "7.11.0",
"@mantine/hooks": "7.11.0",
"@phosphor-icons/react": ">=2",
"react": ">=18.0",
"react-dom": ">=18.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/haring-react-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7",
"@mantine/hooks": "7",
"@mantine/core": "7.11.0",
"@mantine/hooks": "7.11.0",
"@phosphor-icons/react": ">=2",
"react": ">=18.0",
"react-dom": ">=18.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/haring-react-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7",
"@mantine/dates": "7",
"@mantine/hooks": "7",
"@mantine/core": "7.11.0",
"@mantine/dates": "7.11.0",
"@mantine/hooks": "7.11.0",
"@phosphor-icons/react": ">=2",
"@tabler/icons-react": ">=2",
"dayjs": ">=1",
Expand Down
4 changes: 2 additions & 2 deletions packages/haring-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7",
"@mantine/hooks": "7",
"@mantine/core": "7.11.0",
"@mantine/hooks": "7.11.0",
"@phosphor-icons/react": ">=2",
"react": ">=18.0",
"react-dom": ">=18.0"
Expand Down
12 changes: 6 additions & 6 deletions packages/storybook-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"build": "vite build"
},
"dependencies": {
"@mantine/carousel": "^7.6.1",
"@mantine/charts": "^7.6.1",
"@mantine/form": "^7.6.1",
"@mantine/carousel": "^7.11.0",
"@mantine/charts": "^7.11.0",
"@mantine/form": "^7.11.0",
"@smile/haring-react": "*",
"@smile/haring-react-dropzone": "*",
"@smile/haring-react-shared": "*",
Expand All @@ -38,9 +38,9 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7",
"@mantine/dates": "7",
"@mantine/hooks": "7",
"@mantine/core": "7.11.0",
"@mantine/dates": "7.11.0",
"@mantine/hooks": "7.11.0",
"@phosphor-icons/react": ">=2",
"react": ">=18.0",
"react-dom": ">=18.0"
Expand Down
Loading