Skip to content

Commit

Permalink
fix: css and peer dependcies mantine version (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
subraAntoine authored Jul 15, 2024
1 parent d233883 commit 3a8d7e1
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
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.11.0",
"@mantine/dates": "7.11.0",
"@mantine/hooks": "7.11.0",
"@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.11.0",
"@mantine/dropzone": "7.11.0",
"@mantine/hooks": "7.11.0",
"@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.11.0",
"@mantine/hooks": "7.11.0",
"@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.11.0",
"@mantine/dates": "7.11.0",
"@mantine/hooks": "7.11.0",
"@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.11.0",
"@mantine/hooks": "7.11.0",
"@mantine/core": ">=7.11.0",
"@mantine/hooks": ">=7.11.0",
"@phosphor-icons/react": ">=2",
"react": ">=18.0",
"react-dom": ">=18.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.input {
maxwidth: 300px;
max-width: 300px;
width: calc(50% - 5px);
@mixin smaller-than $mantine-breakpoint-sm {
width: 100%;
Expand Down
6 changes: 3 additions & 3 deletions packages/storybook-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"vite-plugin-dts": "^3.7.2"
},
"peerDependencies": {
"@mantine/core": "7.11.0",
"@mantine/dates": "7.11.0",
"@mantine/hooks": "7.11.0",
"@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 3a8d7e1

Please sign in to comment.