Skip to content

Commit eb2ba95

Browse files
fix(deps): update react monorepo to v19
1 parent 345f85a commit eb2ba95

File tree

16 files changed

+60
-60
lines changed

16 files changed

+60
-60
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
},
1010
"dependencies": {
1111
"@consent-manager/core": "^2.0.0-next.4",
12-
"react": "^18.0.0",
12+
"react": "^19.0.0",
1313
"react-app-polyfill": "^3.0.0",
14-
"react-dom": "^18.0.0",
14+
"react-dom": "^19.0.0",
1515
"react-router-dom": "^5.2.0"
1616
},
1717
"devDependencies": {
18-
"@types/react": "18.2.58",
19-
"@types/react-dom": "18.2.19",
18+
"@types/react": "19.2.2",
19+
"@types/react-dom": "19.2.1",
2020
"parcel": "^2.0.0",
2121
"process": "^0.11.10",
2222
"typescript": "^5.3.3"

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/helper-explode-assignable-expression": "^7.18.6",
3232
"@changesets/changelog-github": "0.5.0",
3333
"@changesets/cli": "2.27.11",
34-
"@types/react": "18.2.58",
35-
"@types/react-dom": "18.2.19",
34+
"@types/react": "19.2.2",
35+
"@types/react-dom": "19.2.1",
3636
"@typescript-eslint/eslint-plugin": "^6.15.0",
3737
"@typescript-eslint/parser": "^6.15.0",
3838
"cypress": "14.0.0",
@@ -41,8 +41,8 @@
4141
"eslint-plugin-jsx-a11y": "^6.8.0",
4242
"lerna": "4.0.0",
4343
"prettier": "^3.1.1",
44-
"react": "18.2.0",
45-
"react-dom": "18.2.0",
44+
"react": "19.2.0",
45+
"react-dom": "19.2.0",
4646
"tsdx": "0.14.1",
4747
"typescript": "^5.3.3",
4848
"typescript-plugin-css-modules": "^3.4.0"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"third-party-integrations"
5252
],
5353
"peerDependencies": {
54-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
55-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
54+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
55+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5656
},
5757
"dependencies": {
5858
"history": "^5.0.0",

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@mdx-js/react": "3.1.0",
5555
"@u-wave/react-vimeo": "0.9.12",
5656
"clsx": "2.1.1",
57-
"react": "18.2.0",
58-
"react-dom": "18.2.0",
57+
"react": "19.2.0",
58+
"react-dom": "19.2.0",
5959
"react-youtube": "10.1.0",
6060
"use-persisted-state": "0.3.3"
6161
},

packages/integration-algolia/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@consent-manager/core": "^2.0.0-next.4",
52-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
53-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
52+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
53+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5454
}
5555
}

packages/integration-google-analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
},
5252
"peerDependencies": {
5353
"@consent-manager/core": "^2.0.0-next.4",
54-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
55-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
54+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
55+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5656
}
5757
}

packages/integration-google-tag-manager/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
},
5252
"peerDependencies": {
5353
"@consent-manager/core": "^2.0.0-next.4",
54-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
55-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
54+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
55+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5656
},
5757
"devDependencies": {
5858
"@types/react-gtm-module": "2.0.4"

packages/integration-hubspot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@consent-manager/core": "^2.0.0-next.4",
52-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
53-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
52+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
53+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5454
}
5555
}

packages/integration-linkedin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@consent-manager/core": "^2.0.0-next.4",
52-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
53-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
52+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
53+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5454
}
5555
}

packages/integration-mapbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
},
5050
"peerDependencies": {
5151
"@consent-manager/core": "^2.0.0-next.4",
52-
"react": "^16.8.0 || ^17.0.1 || ^18.0.0",
53-
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0"
52+
"react": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0",
53+
"react-dom": "^16.8.0 || ^17.0.1 || ^18.0.0 || ^19.0.0"
5454
}
5555
}

0 commit comments

Comments
 (0)