Skip to content

Commit

Permalink
feat(redmine 1302216): upgrade mantine to 7.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vapersmile committed Jul 1, 2024
1 parent ddc0675 commit 2484d1b
Show file tree
Hide file tree
Showing 9 changed files with 4,613 additions and 4,076 deletions.
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

0 comments on commit 2484d1b

Please sign in to comment.