Skip to content

Commit ad0ba86

Browse files
authored
chore(deps): update ranges to react v19 (#18458)
1 parent 051cedd commit ad0ba86

File tree

17 files changed

+71
-71
lines changed

17 files changed

+71
-71
lines changed
Binary file not shown.
Binary file not shown.

config/jest-config-carbon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"sass": "^1.77.7"
3838
},
3939
"devDependencies": {
40-
"react": "^18.2.0",
41-
"react-dom": "^18.2.0"
40+
"react": "^18.3.1",
41+
"react-dom": "^18.3.1"
4242
}
4343
}

examples/class-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "4.0.0",

examples/custom-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "4.0.0",

examples/id-prefix/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "4.0.0",

examples/light-dark-mode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
1313
"next": "14.1.1",
14-
"react": "18.2.0",
15-
"react-dom": "18.2.0"
14+
"react": "18.3.1",
15+
"react-dom": "18.3.1"
1616
},
1717
"devDependencies": {
1818
"eslint": "8.40.0",

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
1313
"next": "14.1.1",
14-
"react": "18.2.0",
15-
"react-dom": "18.2.0"
14+
"react": "18.3.1",
15+
"react-dom": "18.3.1"
1616
},
1717
"devDependencies": {
1818
"eslint": "8.40.0",

examples/v10-token-compat-in-v11/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "4.0.0",

examples/vite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@carbon/react": "^1.75.0-rc.0",
13-
"react": "^18.2.0",
14-
"react-dom": "^18.2.0"
13+
"react": "^18.3.1",
14+
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
1717
"@vitejs/plugin-react": "4.0.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@testing-library/jest-dom": "^6.0.0",
5959
"@testing-library/react": "^16.0.0",
6060
"@testing-library/user-event": "^14.4.3",
61-
"@types/react-is": "~18.3.0",
61+
"@types/react-is": "~18.3.1",
6262
"accessibility-checker": "^3.1.78",
6363
"all-contributors-cli": "^6.19.0",
6464
"cross-env": "^7.0.0",
@@ -75,8 +75,8 @@
7575
"lint-staged": "^15.0.0",
7676
"nx": "^20.2.1",
7777
"prettier": "^3.3.3",
78-
"react": "^18.2.0",
79-
"react-dom": "^18.2.0",
78+
"react": "^18.3.1",
79+
"react-dom": "^18.3.1",
8080
"rimraf": "^5.0.0",
8181
"stylelint": "^16.0.0"
8282
},

packages/carbon-components-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
"babel-preset-carbon": "^0.6.0",
6565
"browserslist-config-carbon": "^11.2.0",
6666
"fs-extra": "^11.0.0",
67-
"react": "^18.2.0",
68-
"react-dom": "^18.2.0",
67+
"react": "^18.3.1",
68+
"react-dom": "^18.3.1",
6969
"rimraf": "^6.0.0",
7070
"rollup": "^2.79.1",
7171
"rollup-plugin-strip-banner": "^3.0.0"

packages/icon-build-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"memfs": "^4.0.0",
4444
"prettier": "^3.3.3",
4545
"prop-types": "^15.6.2",
46-
"react": "^18.2.0",
47-
"react-dom": "^18.2.0",
46+
"react": "^18.3.1",
47+
"react-dom": "^18.3.1",
4848
"rimraf": "^6.0.0",
4949
"rollup": "^2.79.1",
5050
"rollup-plugin-strip-banner": "^3.0.0",

packages/react/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"telemetry:config": "npx -y @ibm/telemetry-js-config-generator generate --id fd89d12b-6a39-48b4-adf4-30c94dc0dddd --endpoint https://www-api.ibm.com/ibm-telemetry/v1/metrics --files ./src/components/**/*.(tsx|js|jsx)"
4545
},
4646
"peerDependencies": {
47-
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
48-
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0",
47+
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
48+
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
4949
"sass": "^1.33.0"
5050
},
5151
"dependencies": {
@@ -64,7 +64,7 @@
6464
"invariant": "^2.2.3",
6565
"prop-types": "^15.7.2",
6666
"react-fast-compare": "^3.2.2",
67-
"react-is": "^18.2.0",
67+
"react-is": "^18.3.1",
6868
"tabbable": "^6.2.0",
6969
"use-resize-observer": "^6.0.0",
7070
"window-or-global": "^1.0.1"
@@ -98,7 +98,7 @@
9898
"@storybook/react": "^8.4.7",
9999
"@storybook/react-webpack5": "^8.4.7",
100100
"@storybook/theming": "^8.4.7",
101-
"@types/react-is": "~18.3.0",
101+
"@types/react-is": "~18.3.1",
102102
"autoprefixer": "^10.4.0",
103103
"babel-loader": "^9.0.0",
104104
"babel-plugin-dev-expression": "^0.2.3",
@@ -117,8 +117,8 @@
117117
"prettier2": "npm:prettier@2",
118118
"process": "^0.11.10",
119119
"prop-types": "^15.7.2",
120-
"react": "^18.2.0",
121-
"react-dom": "^18.2.0",
120+
"react": "^18.3.1",
121+
"react-dom": "^18.3.1",
122122
"remark-gfm": "^4.0.0",
123123
"requestanimationframe": "^0.0.23",
124124
"rimraf": "^6.0.0",

packages/test-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
},
2828
"dependencies": {
2929
"prettier": "^3.3.3",
30-
"react": "^18.2.0",
30+
"react": "^18.3.1",
3131
"resolve": "^1.12.0",
3232
"sass": "^1.77.7"
3333
},
3434
"devDependencies": {
35-
"react-dom": "^18.2.0"
35+
"react-dom": "^18.3.1"
3636
}
3737
}

www/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"fs-extra": "^11.0.0",
3333
"next": "^14.0.0",
3434
"prop-types": "^15.7.2",
35-
"react": "^18.2.0",
36-
"react-dom": "^18.2.0",
35+
"react": "^18.3.1",
36+
"react-dom": "^18.3.1",
3737
"sass": "^1.77.7"
3838
},
3939
"devDependencies": {

yarn.lock

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,8 +1866,8 @@ __metadata:
18661866
memfs: "npm:^4.0.0"
18671867
prettier: "npm:^3.3.3"
18681868
prop-types: "npm:^15.6.2"
1869-
react: "npm:^18.2.0"
1870-
react-dom: "npm:^18.2.0"
1869+
react: "npm:^18.3.1"
1870+
react-dom: "npm:^18.3.1"
18711871
rimraf: "npm:^6.0.0"
18721872
rollup: "npm:^2.79.1"
18731873
rollup-plugin-strip-banner: "npm:^3.0.0"
@@ -2028,7 +2028,7 @@ __metadata:
20282028
"@storybook/react": "npm:^8.4.7"
20292029
"@storybook/react-webpack5": "npm:^8.4.7"
20302030
"@storybook/theming": "npm:^8.4.7"
2031-
"@types/react-is": "npm:~18.3.0"
2031+
"@types/react-is": "npm:~18.3.1"
20322032
autoprefixer: "npm:^10.4.0"
20332033
babel-loader: "npm:^9.0.0"
20342034
babel-plugin-dev-expression: "npm:^0.2.3"
@@ -2053,10 +2053,10 @@ __metadata:
20532053
prettier2: "npm:prettier@2"
20542054
process: "npm:^0.11.10"
20552055
prop-types: "npm:^15.7.2"
2056-
react: "npm:^18.2.0"
2057-
react-dom: "npm:^18.2.0"
2056+
react: "npm:^18.3.1"
2057+
react-dom: "npm:^18.3.1"
20582058
react-fast-compare: "npm:^3.2.2"
2059-
react-is: "npm:^18.2.0"
2059+
react-is: "npm:^18.3.1"
20602060
remark-gfm: "npm:^4.0.0"
20612061
requestanimationframe: "npm:^0.0.23"
20622062
rimraf: "npm:^6.0.0"
@@ -2075,8 +2075,8 @@ __metadata:
20752075
webpack-dev-server: "npm:^5.0.0"
20762076
window-or-global: "npm:^1.0.1"
20772077
peerDependencies:
2078-
react: ^16.8.6 || ^17.0.1 || ^18.2.0
2079-
react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0
2078+
react: ^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0
2079+
react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0
20802080
sass: ^1.33.0
20812081
languageName: unknown
20822082
linkType: soft
@@ -2132,8 +2132,8 @@ __metadata:
21322132
resolution: "@carbon/test-utils@workspace:packages/test-utils"
21332133
dependencies:
21342134
prettier: "npm:^3.3.3"
2135-
react: "npm:^18.2.0"
2136-
react-dom: "npm:^18.2.0"
2135+
react: "npm:^18.3.1"
2136+
react-dom: "npm:^18.3.1"
21372137
resolve: "npm:^1.12.0"
21382138
sass: "npm:^1.77.7"
21392139
peerDependencies:
@@ -7273,12 +7273,12 @@ __metadata:
72737273
languageName: node
72747274
linkType: hard
72757275

7276-
"@types/react-is@npm:~18.3.0":
7277-
version: 18.3.0
7278-
resolution: "@types/react-is@npm:18.3.0"
7276+
"@types/react-is@npm:~18.3.1":
7277+
version: 18.3.1
7278+
resolution: "@types/react-is@npm:18.3.1"
72797279
dependencies:
7280-
"@types/react": "npm:*"
7281-
checksum: 10/c7c9303a76902ecc2bd38a27047da8ffb9d5a19fe6e1f785e13698e7641e7afff0c6a49ddf1c22fb20b58f4fb689d83a887641f62db4ec2fdea3d04124a84023
7280+
"@types/react": "npm:^18"
7281+
checksum: 10/ccb79d6e196a5232cde8ccb255ec97e062801a3dafeff3816130fb5ad6b9a87f7c0806ab35bc00890a229773228ef217d0390839b68c705d3add2f798b5fcf82
72827282
languageName: node
72837283
linkType: hard
72847284

@@ -9585,8 +9585,8 @@ __metadata:
95859585
browserslist-config-carbon: "npm:^11.2.0"
95869586
chalk: "npm:1.1.3"
95879587
fs-extra: "npm:^11.0.0"
9588-
react: "npm:^18.2.0"
9589-
react-dom: "npm:^18.2.0"
9588+
react: "npm:^18.3.1"
9589+
react-dom: "npm:^18.3.1"
95909590
rimraf: "npm:^6.0.0"
95919591
rollup: "npm:^2.79.1"
95929592
rollup-plugin-strip-banner: "npm:^3.0.0"
@@ -9635,7 +9635,7 @@ __metadata:
96359635
"@testing-library/jest-dom": "npm:^6.0.0"
96369636
"@testing-library/react": "npm:^16.0.0"
96379637
"@testing-library/user-event": "npm:^14.4.3"
9638-
"@types/react-is": "npm:~18.3.0"
9638+
"@types/react-is": "npm:~18.3.1"
96399639
accessibility-checker: "npm:^3.1.78"
96409640
all-contributors-cli: "npm:^6.19.0"
96419641
cross-env: "npm:^7.0.0"
@@ -9652,8 +9652,8 @@ __metadata:
96529652
lint-staged: "npm:^15.0.0"
96539653
nx: "npm:^20.2.1"
96549654
prettier: "npm:^3.3.3"
9655-
react: "npm:^18.2.0"
9656-
react-dom: "npm:^18.2.0"
9655+
react: "npm:^18.3.1"
9656+
react-dom: "npm:^18.3.1"
96579657
rimraf: "npm:^5.0.0"
96589658
stylelint: "npm:^16.0.0"
96599659
languageName: unknown
@@ -9977,8 +9977,8 @@ __metadata:
99779977
dependencies:
99789978
"@carbon/react": "npm:^1.75.0-rc.0"
99799979
"@vitejs/plugin-react": "npm:4.0.0"
9980-
react: "npm:^18.2.0"
9981-
react-dom: "npm:^18.2.0"
9980+
react: "npm:^18.3.1"
9981+
react-dom: "npm:^18.3.1"
99829982
sass: "npm:^1.77.7"
99839983
vite: "npm:^4.3.8"
99849984
languageName: unknown
@@ -11327,8 +11327,8 @@ __metadata:
1132711327
dependencies:
1132811328
"@carbon/react": "npm:^1.75.0-rc.0"
1132911329
"@vitejs/plugin-react": "npm:4.0.0"
11330-
react: "npm:^18.2.0"
11331-
react-dom: "npm:^18.2.0"
11330+
react: "npm:^18.3.1"
11331+
react-dom: "npm:^18.3.1"
1133211332
sass: "npm:^1.77.7"
1133311333
vite: "npm:^4.3.8"
1133411334
languageName: unknown
@@ -13489,8 +13489,8 @@ __metadata:
1348913489
"@carbon/react": "npm:^1.75.0-rc.0"
1349013490
eslint: "npm:8.40.0"
1349113491
next: "npm:14.1.1"
13492-
react: "npm:18.2.0"
13493-
react-dom: "npm:18.2.0"
13492+
react: "npm:18.3.1"
13493+
react-dom: "npm:18.3.1"
1349413494
sass: "npm:^1.77.7"
1349513495
languageName: unknown
1349613496
linkType: soft
@@ -13503,8 +13503,8 @@ __metadata:
1350313503
eslint: "npm:8.40.0"
1350413504
eslint-config-next: "npm:13.4.7"
1350513505
next: "npm:14.1.1"
13506-
react: "npm:18.2.0"
13507-
react-dom: "npm:18.2.0"
13506+
react: "npm:18.3.1"
13507+
react-dom: "npm:18.3.1"
1350813508
sass: "npm:^1.77.7"
1350913509
languageName: unknown
1351013510
linkType: soft
@@ -15721,8 +15721,8 @@ __metadata:
1572115721
dependencies:
1572215722
"@carbon/react": "npm:^1.75.0-rc.0"
1572315723
"@vitejs/plugin-react": "npm:4.0.0"
15724-
react: "npm:^18.2.0"
15725-
react-dom: "npm:^18.2.0"
15724+
react: "npm:^18.3.1"
15725+
react-dom: "npm:^18.3.1"
1572615726
sass: "npm:^1.77.7"
1572715727
vite: "npm:^4.3.8"
1572815728
languageName: unknown
@@ -17001,8 +17001,8 @@ __metadata:
1700117001
jest-circus: "npm:^28.1.0"
1700217002
jest-environment-jsdom: "npm:^28.1.0"
1700317003
jest-watch-typeahead: "npm:^2.0.0"
17004-
react: "npm:^18.2.0"
17005-
react-dom: "npm:^18.2.0"
17004+
react: "npm:^18.3.1"
17005+
react-dom: "npm:^18.3.1"
1700617006
sass: "npm:^1.77.7"
1700717007
languageName: unknown
1700817008
linkType: soft
@@ -27371,8 +27371,8 @@ __metadata:
2737127371
dependencies:
2737227372
"@carbon/react": "npm:^1.75.0-rc.0"
2737327373
"@vitejs/plugin-react": "npm:4.0.0"
27374-
react: "npm:^18.2.0"
27375-
react-dom: "npm:^18.2.0"
27374+
react: "npm:^18.3.1"
27375+
react-dom: "npm:^18.3.1"
2737627376
sass: "npm:^1.77.7"
2737727377
vite: "npm:^4.3.8"
2737827378
languageName: unknown
@@ -27706,8 +27706,8 @@ __metadata:
2770627706
dependencies:
2770727707
"@carbon/react": "npm:^1.75.0-rc.0"
2770827708
"@vitejs/plugin-react": "npm:4.0.0"
27709-
react: "npm:^18.2.0"
27710-
react-dom: "npm:^18.2.0"
27709+
react: "npm:^18.3.1"
27710+
react-dom: "npm:^18.3.1"
2771127711
sass: "npm:^1.77.7"
2771227712
vite: "npm:^4.3.8"
2771327713
languageName: unknown
@@ -28337,8 +28337,8 @@ __metadata:
2833728337
lodash.merge: "npm:^4.6.2"
2833828338
next: "npm:^14.0.0"
2833928339
prop-types: "npm:^15.7.2"
28340-
react: "npm:^18.2.0"
28341-
react-dom: "npm:^18.2.0"
28340+
react: "npm:^18.3.1"
28341+
react-dom: "npm:^18.3.1"
2834228342
rimraf: "npm:^6.0.0"
2834328343
sass: "npm:^1.77.7"
2834428344
semver: "npm:^7.3.5"

0 commit comments

Comments
 (0)