Skip to content

Commit

Permalink
chore: React dependencies version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-fx committed Dec 1, 2023
1 parent 3672a7d commit c19473e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions packages/calendars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
"peerDependencies": {
"@bubbles-ui/components": "^1.2.42",
"@bubbles-ui/icons": "^1.2.42",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": ">=17",
"react-dom": ">=17",
"webpack": "*"
},
"devDependencies": {
Expand Down
5 changes: 3 additions & 2 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,16 @@
"react-multiline-clamp": "^2.0.0",
"react-router-dom": "^5.3.0",
"react-table": "^7.7.0",
"react-table-sticky": "^1.1.3",
"react-zoom-pan-pinch": "^2.1.3",
"simplebar-react": "^2.3.6",
"swiper": "^8.1.4",
"uuid": "^8.3.2",
"html2canvas": "^1.4.1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": ">=17",
"react-dom": ">=17",
"webpack": "*",
"chromatic": "*"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/editors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@
"peerDependencies": {
"@bubbles-ui/components": "^1.2.42",
"@bubbles-ui/icons": "^1.2.42",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": ">=17",
"react-dom": ">=17",
"webpack": "*"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"svgo": "^2.8.0"
},
"peerDependencies": {
"react": ">= 16"
"react": ">=17"
}
}
4 changes: 2 additions & 2 deletions packages/leemons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"@bubbles-ui/editors": "^1.2.42",
"@bubbles-ui/icons": "^1.2.42",
"dayjs": "^1.10.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": ">=17",
"react-dom": ">=17",
"webpack": "*"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/notifications/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@bubbles-ui/icons": "^1.2.42",
"@mantine/core": "5.2.4",
"@mantine/hooks": "5.2.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": ">=17",
"react-dom": ">=17",
"webpack": "*"
},
"devDependencies": {
Expand Down

0 comments on commit c19473e

Please sign in to comment.