Skip to content
Closed
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
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"@types/jest": "^29.5.14",
"@types/numeral": "^2",
"@types/prop-types": "^15",
"@types/react": "^18",
"@types/react": "^19.0.10",
"@types/react-copy-to-clipboard": "^5",
"@types/react-dom": "^18",
"@types/react-dom": "^19",
"@types/react-loader": "^2",
"@types/rollup-plugin-peer-deps-external": "^2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
Expand All @@ -120,8 +120,8 @@
"postcss-preset-env": "^10.1.1",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-select-event": "^5.5.1",
"rollup": "^4.28.0",
"rollup-plugin-dts": "^6.1.1",
Expand Down
1 change: 0 additions & 1 deletion packages/components/src/ScrollToButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export default function ScrollToButton(props: Props) {
<Button
className={css.button}
onClick={() => {
if (!props.refToScroll.current) return;
props.refToScroll.current.scrollIntoView();
}}
size="small"
Expand Down
10 changes: 5 additions & 5 deletions packages/contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"dependencies": {
"@dolthub/react-hooks": "^0.1.7"
Expand All @@ -51,8 +51,8 @@
"@types/babel__preset-env": "^7",
"@types/eslint": "^8",
"@types/jest": "^29.5.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.10",
"@types/react-dom": "^19",
"@types/rollup-plugin-peer-deps-external": "^2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.16.0",
Expand All @@ -61,8 +61,8 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.28.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^19.0.0"
},
"dependencies": {
"@dolthub/web-utils": "^0.1.5",
Expand All @@ -54,8 +54,8 @@
"@types/eslint": "^8",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19.0.10",
"@types/react-dom": "^19",
"@types/rollup-plugin-peer-deps-external": "^2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.16.0",
Expand All @@ -65,8 +65,8 @@
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"raf-stub": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.28.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
87 changes: 33 additions & 54 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2373,9 +2373,9 @@ __metadata:
"@types/jest": "npm:^29.5.14"
"@types/numeral": "npm:^2"
"@types/prop-types": "npm:^15"
"@types/react": "npm:^18"
"@types/react": "npm:^19.0.10"
"@types/react-copy-to-clipboard": "npm:^5"
"@types/react-dom": "npm:^18"
"@types/react-dom": "npm:^19"
"@types/react-loader": "npm:^2"
"@types/rollup-plugin-peer-deps-external": "npm:^2"
"@typescript-eslint/eslint-plugin": "npm:^7.1.0"
Expand All @@ -2399,9 +2399,9 @@ __metadata:
postcss-preset-env: "npm:^10.1.1"
prettier: "npm:^3.3.3"
prop-types: "npm:^15.8.1"
react: "npm:^18.3.1"
react: "npm:^19.0.0"
react-copy-to-clipboard: "npm:^5.1.0"
react-dom: "npm:^18.3.1"
react-dom: "npm:^19.0.0"
react-loader: "npm:^2.4.7"
react-markdown: "npm:^10.0.0"
react-select: "npm:^5.8.3"
Expand Down Expand Up @@ -2447,8 +2447,8 @@ __metadata:
"@types/babel__preset-env": "npm:^7"
"@types/eslint": "npm:^8"
"@types/jest": "npm:^29.5.14"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/react": "npm:^19.0.10"
"@types/react-dom": "npm:^19"
"@types/rollup-plugin-peer-deps-external": "npm:^2"
"@typescript-eslint/eslint-plugin": "npm:^7.1.0"
"@typescript-eslint/parser": "npm:^7.16.0"
Expand All @@ -2457,8 +2457,8 @@ __metadata:
jest: "npm:^29.7.0"
jest-environment-jsdom: "npm:^29.7.0"
prettier: "npm:^3.3.3"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^19.0.0"
rollup: "npm:^4.28.0"
rollup-plugin-dts: "npm:^6.1.1"
rollup-plugin-peer-deps-external: "npm:^2.2.4"
Expand All @@ -2468,7 +2468,7 @@ __metadata:
yalc: "npm:^1.0.0-pre.53"
peerDependencies:
react: ^18.3.1
react-dom: ^18.3.1
react-dom: ^19.0.0
languageName: unknown
linkType: soft

Expand All @@ -2492,8 +2492,8 @@ __metadata:
"@types/eslint": "npm:^8"
"@types/jest": "npm:^29.5.14"
"@types/js-cookie": "npm:^3"
"@types/react": "npm:^18"
"@types/react-dom": "npm:^18"
"@types/react": "npm:^19.0.10"
"@types/react-dom": "npm:^19"
"@types/rollup-plugin-peer-deps-external": "npm:^2"
"@typescript-eslint/eslint-plugin": "npm:^7.1.0"
"@typescript-eslint/parser": "npm:^7.16.0"
Expand All @@ -2504,8 +2504,8 @@ __metadata:
js-cookie: "npm:^3.0.5"
prettier: "npm:^3.3.3"
raf-stub: "npm:^3.0.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react: "npm:^19.0.0"
react-dom: "npm:^19.0.0"
react-hotkeys: "npm:^2.0.0"
rollup: "npm:^4.28.0"
rollup-plugin-dts: "npm:^6.1.1"
Expand All @@ -2516,7 +2516,7 @@ __metadata:
yalc: "npm:^1.0.0-pre.53"
peerDependencies:
react: ^18.3.1
react-dom: ^18.3.1
react-dom: ^19.0.0
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4602,12 +4602,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18":
version: 18.2.19
resolution: "@types/react-dom@npm:18.2.19"
dependencies:
"@types/react": "npm:*"
checksum: 88d7c6daa4659f661d0c97985d9fca492f24b421a34bb614dcd94c343aed7bea121463149e97fb01ecaa693be17b7d1542cf71ddb1705f3889a81eb2639a88aa
"@types/react-dom@npm:^19":
version: 19.0.3
resolution: "@types/react-dom@npm:19.0.3"
peerDependencies:
"@types/react": ^19.0.0
checksum: 3867427b333cbe8cbba496d7cc20ec9676d32c25ae44f4d1263a4129d42e57cf4adf0039ad263432f1215b88075c27d326e7eb4ed646128235d01a76e661d48f
languageName: node
linkType: hard

Expand All @@ -4629,7 +4629,7 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:*, @types/react@npm:^18":
"@types/react@npm:*":
version: 18.3.3
resolution: "@types/react@npm:18.3.3"
dependencies:
Expand All @@ -4639,6 +4639,15 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:^19.0.10":
version: 19.0.10
resolution: "@types/react@npm:19.0.10"
dependencies:
csstype: "npm:^3.0.2"
checksum: 41884cca21850c8b2d6578b172ca0ca4fff6021251a68532b19f2031ac23dc5a9222470208065f8d9985d367376047df2f49ece8d927f7d04cdc94922b1eb34b
languageName: node
linkType: hard

"@types/resolve@npm:1.20.2":
version: 1.20.2
resolution: "@types/resolve@npm:1.20.2"
Expand Down Expand Up @@ -11086,7 +11095,7 @@ __metadata:
languageName: node
linkType: hard

"loose-envify@npm:^1.1.0, loose-envify@npm:^1.3.1, loose-envify@npm:^1.4.0":
"loose-envify@npm:^1.3.1, loose-envify@npm:^1.4.0":
version: 1.4.0
resolution: "loose-envify@npm:1.4.0"
dependencies:
Expand Down Expand Up @@ -14290,7 +14299,7 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0":
"react-dom@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0, react-dom@npm:^19.0.0":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
Expand All @@ -14301,18 +14310,6 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:^18.3.1":
version: 18.3.1
resolution: "react-dom@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
scheduler: "npm:^0.23.2"
peerDependencies:
react: ^18.3.1
checksum: a752496c1941f958f2e8ac56239172296fcddce1365ce45222d04a1947e0cc5547df3e8447f855a81d6d39f008d7c32eab43db3712077f09e3f67c4874973e85
languageName: node
linkType: hard

"react-error-boundary@npm:^3.1.0":
version: 3.1.4
resolution: "react-error-boundary@npm:3.1.4"
Expand Down Expand Up @@ -14475,22 +14472,13 @@ __metadata:
languageName: node
linkType: hard

"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0":
"react@npm:^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0, react@npm:^19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

"react@npm:^18.3.1":
version: 18.3.1
resolution: "react@npm:18.3.1"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3
languageName: node
linkType: hard

"reactjs-popup@npm:^2.0.6":
version: 2.0.6
resolution: "reactjs-popup@npm:2.0.6"
Expand Down Expand Up @@ -15157,15 +15145,6 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:^0.23.2":
version: 0.23.2
resolution: "scheduler@npm:0.23.2"
dependencies:
loose-envify: "npm:^1.1.0"
checksum: 26383305e249651d4c58e6705d5f8425f153211aef95f15161c151f7b8de885f24751b377e4a0b3dd42cce09aad3f87a61dab7636859c0d89b7daf1a1e2a5c78
languageName: node
linkType: hard

"scheduler@npm:^0.25.0":
version: 0.25.0
resolution: "scheduler@npm:0.25.0"
Expand Down
Loading