Skip to content

Commit

Permalink
[@mantine/core] Update peer dependencies range for react to allow rea…
Browse files Browse the repository at this point in the history
…ct and react-dom 19 as dependcy
  • Loading branch information
rtivital committed Nov 8, 2024
1 parent 63e1779 commit e5a8d4f
Show file tree
Hide file tree
Showing 30 changed files with 465 additions and 456 deletions.
725 changes: 367 additions & 358 deletions .yarn/releases/yarn-4.5.0.cjs → .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.0.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mantine-a91763c0e2",
"version": "7.13.4",
"description": "Mantine Components Monorepo",
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"license": "MIT",
"private": true,
"author": "Vitaly Rtishchev <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions packages/@docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"@tiptap/react": "*",
"dayjs": "*",
"embla-carousel-react": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x",
"recharts": "^2.13.3",
"shiki": "^1.1.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/@docs/styles-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@tiptap/react": "*",
"dayjs": "*",
"embla-carousel-react": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine/carousel": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine-tests/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"directory": "packages/@mantine-tests/core"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine-tests/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"peerDependencies": {
"dayjs": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/carousel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"embla-carousel-react": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/charts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x",
"recharts": "^2.13.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/code-highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"clsx": "^2.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
},
"peerDependencies": {
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"@floating-ui/react": "^0.26.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/dates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"dayjs": ">=1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"clsx": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/dropzone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"react-dropzone-esm": "15.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/emotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"@emotion/utils": "^1.2.1",
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"html-react-parser": "^5.1.18"
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"directory": "packages/@mantine/form"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.x || ^19.x"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"directory": "packages/@mantine/hooks"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.x || ^19.x"
}
}
4 changes: 2 additions & 2 deletions packages/@mantine/modals/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"@mantine/store": "7.13.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/nprogress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"@mantine/store": "7.13.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantine/spotlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"peerDependencies": {
"@mantine/core": "7.13.4",
"@mantine/hooks": "7.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"dependencies": {
"@mantine/store": "7.13.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/@mantine/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
"directory": "packages/@mantine/store"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.x || ^19.x"
}
}
4 changes: 2 additions & 2 deletions packages/@mantine/tiptap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@mantine/hooks": "7.13.4",
"@tiptap/extension-link": ">=2.1.12",
"@tiptap/react": ">=2.1.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantinex/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@mantine/hooks": ">=7.0.0",
"@mantinex/dev-icons": ">=1.0.0",
"@mantinex/shiki": ">=1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x",
"shiki": "^1.1.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantinex/dev-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"peerDependencies": {
"@mantine/core": ">=7.0.0",
"@mantine/hooks": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantinex/mantine-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"@mantine/hooks": ">=7.0.0",
"@mantinex/dev-icons": ">=1.0.0",
"@tabler/icons-react": ">=2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantinex/mantine-logo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"peerDependencies": {
"@mantine/core": ">=7.0.0",
"@mantine/hooks": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantinex/mantine-meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"peerDependencies": {
"@mantine/core": ">=7.0.0",
"@mantine/hooks": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions packages/@mantinex/shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"peerDependencies": {
"@mantine/core": ">=7.0.0",
"@mantine/hooks": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x",
"shiki": "^1.1.7"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/plop/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"peerDependencies": {
"@mantine/core": ">=7.0.0",
"@mantine/hooks": ">=7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.x || ^19.x",
"react-dom": "^18.x || ^19.x"
},
"devDependencies": {
"@mantine-tests/core": "workspace:*",
Expand Down
Loading

0 comments on commit e5a8d4f

Please sign in to comment.