Skip to content

Commit

Permalink
chore(deps): update ranges to react v19 (#18458)
Browse files Browse the repository at this point in the history
  • Loading branch information
tay1orjones authored Jan 29, 2025
1 parent 051cedd commit ad0ba86
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 71 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions config/jest-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"sass": "^1.77.7"
},
"devDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions examples/class-prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/custom-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/id-prefix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/light-dark-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"eslint": "8.40.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"next": "14.1.1",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"eslint": "8.40.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/v10-token-compat-in-v11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"@carbon/react": "^1.75.0-rc.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@vitejs/plugin-react": "4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/react-is": "~18.3.0",
"@types/react-is": "~18.3.1",
"accessibility-checker": "^3.1.78",
"all-contributors-cli": "^6.19.0",
"cross-env": "^7.0.0",
Expand All @@ -75,8 +75,8 @@
"lint-staged": "^15.0.0",
"nx": "^20.2.1",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^5.0.0",
"stylelint": "^16.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/carbon-components-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"babel-preset-carbon": "^0.6.0",
"browserslist-config-carbon": "^11.2.0",
"fs-extra": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.0",
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/icon-build-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"memfs": "^4.0.0",
"prettier": "^3.3.3",
"prop-types": "^15.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^6.0.0",
"rollup": "^2.79.1",
"rollup-plugin-strip-banner": "^3.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"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)"
},
"peerDependencies": {
"react": "^16.8.6 || ^17.0.1 || ^18.2.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0",
"react": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
"react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0",
"sass": "^1.33.0"
},
"dependencies": {
Expand All @@ -64,7 +64,7 @@
"invariant": "^2.2.3",
"prop-types": "^15.7.2",
"react-fast-compare": "^3.2.2",
"react-is": "^18.2.0",
"react-is": "^18.3.1",
"tabbable": "^6.2.0",
"use-resize-observer": "^6.0.0",
"window-or-global": "^1.0.1"
Expand Down Expand Up @@ -98,7 +98,7 @@
"@storybook/react": "^8.4.7",
"@storybook/react-webpack5": "^8.4.7",
"@storybook/theming": "^8.4.7",
"@types/react-is": "~18.3.0",
"@types/react-is": "~18.3.1",
"autoprefixer": "^10.4.0",
"babel-loader": "^9.0.0",
"babel-plugin-dev-expression": "^0.2.3",
Expand All @@ -117,8 +117,8 @@
"prettier2": "npm:prettier@2",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"requestanimationframe": "^0.0.23",
"rimraf": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
},
"dependencies": {
"prettier": "^3.3.3",
"react": "^18.2.0",
"react": "^18.3.1",
"resolve": "^1.12.0",
"sass": "^1.77.7"
},
"devDependencies": {
"react-dom": "^18.2.0"
"react-dom": "^18.3.1"
}
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"fs-extra": "^11.0.0",
"next": "^14.0.0",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.7"
},
"devDependencies": {
Expand Down
76 changes: 38 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1866,8 +1866,8 @@ __metadata:
memfs: "npm:^4.0.0"
prettier: "npm:^3.3.3"
prop-types: "npm:^15.6.2"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
rimraf: "npm:^6.0.0"
rollup: "npm:^2.79.1"
rollup-plugin-strip-banner: "npm:^3.0.0"
Expand Down Expand Up @@ -2028,7 +2028,7 @@ __metadata:
"@storybook/react": "npm:^8.4.7"
"@storybook/react-webpack5": "npm:^8.4.7"
"@storybook/theming": "npm:^8.4.7"
"@types/react-is": "npm:~18.3.0"
"@types/react-is": "npm:~18.3.1"
autoprefixer: "npm:^10.4.0"
babel-loader: "npm:^9.0.0"
babel-plugin-dev-expression: "npm:^0.2.3"
Expand All @@ -2053,10 +2053,10 @@ __metadata:
prettier2: "npm:prettier@2"
process: "npm:^0.11.10"
prop-types: "npm:^15.7.2"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
react-fast-compare: "npm:^3.2.2"
react-is: "npm:^18.2.0"
react-is: "npm:^18.3.1"
remark-gfm: "npm:^4.0.0"
requestanimationframe: "npm:^0.0.23"
rimraf: "npm:^6.0.0"
Expand All @@ -2075,8 +2075,8 @@ __metadata:
webpack-dev-server: "npm:^5.0.0"
window-or-global: "npm:^1.0.1"
peerDependencies:
react: ^16.8.6 || ^17.0.1 || ^18.2.0
react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0
react: ^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0
react-dom: ^16.8.6 || ^17.0.1 || ^18.2.0 || ^19.0.0
sass: ^1.33.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2132,8 +2132,8 @@ __metadata:
resolution: "@carbon/test-utils@workspace:packages/test-utils"
dependencies:
prettier: "npm:^3.3.3"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
resolve: "npm:^1.12.0"
sass: "npm:^1.77.7"
peerDependencies:
Expand Down Expand Up @@ -7273,12 +7273,12 @@ __metadata:
languageName: node
linkType: hard

"@types/react-is@npm:~18.3.0":
version: 18.3.0
resolution: "@types/react-is@npm:18.3.0"
"@types/react-is@npm:~18.3.1":
version: 18.3.1
resolution: "@types/react-is@npm:18.3.1"
dependencies:
"@types/react": "npm:*"
checksum: 10/c7c9303a76902ecc2bd38a27047da8ffb9d5a19fe6e1f785e13698e7641e7afff0c6a49ddf1c22fb20b58f4fb689d83a887641f62db4ec2fdea3d04124a84023
"@types/react": "npm:^18"
checksum: 10/ccb79d6e196a5232cde8ccb255ec97e062801a3dafeff3816130fb5ad6b9a87f7c0806ab35bc00890a229773228ef217d0390839b68c705d3add2f798b5fcf82
languageName: node
linkType: hard

Expand Down Expand Up @@ -9585,8 +9585,8 @@ __metadata:
browserslist-config-carbon: "npm:^11.2.0"
chalk: "npm:1.1.3"
fs-extra: "npm:^11.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
rimraf: "npm:^6.0.0"
rollup: "npm:^2.79.1"
rollup-plugin-strip-banner: "npm:^3.0.0"
Expand Down Expand Up @@ -9635,7 +9635,7 @@ __metadata:
"@testing-library/jest-dom": "npm:^6.0.0"
"@testing-library/react": "npm:^16.0.0"
"@testing-library/user-event": "npm:^14.4.3"
"@types/react-is": "npm:~18.3.0"
"@types/react-is": "npm:~18.3.1"
accessibility-checker: "npm:^3.1.78"
all-contributors-cli: "npm:^6.19.0"
cross-env: "npm:^7.0.0"
Expand All @@ -9652,8 +9652,8 @@ __metadata:
lint-staged: "npm:^15.0.0"
nx: "npm:^20.2.1"
prettier: "npm:^3.3.3"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
rimraf: "npm:^5.0.0"
stylelint: "npm:^16.0.0"
languageName: unknown
Expand Down Expand Up @@ -9977,8 +9977,8 @@ __metadata:
dependencies:
"@carbon/react": "npm:^1.75.0-rc.0"
"@vitejs/plugin-react": "npm:4.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.7"
vite: "npm:^4.3.8"
languageName: unknown
Expand Down Expand Up @@ -11327,8 +11327,8 @@ __metadata:
dependencies:
"@carbon/react": "npm:^1.75.0-rc.0"
"@vitejs/plugin-react": "npm:4.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.7"
vite: "npm:^4.3.8"
languageName: unknown
Expand Down Expand Up @@ -13489,8 +13489,8 @@ __metadata:
"@carbon/react": "npm:^1.75.0-rc.0"
eslint: "npm:8.40.0"
next: "npm:14.1.1"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
sass: "npm:^1.77.7"
languageName: unknown
linkType: soft
Expand All @@ -13503,8 +13503,8 @@ __metadata:
eslint: "npm:8.40.0"
eslint-config-next: "npm:13.4.7"
next: "npm:14.1.1"
react: "npm:18.2.0"
react-dom: "npm:18.2.0"
react: "npm:18.3.1"
react-dom: "npm:18.3.1"
sass: "npm:^1.77.7"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -15721,8 +15721,8 @@ __metadata:
dependencies:
"@carbon/react": "npm:^1.75.0-rc.0"
"@vitejs/plugin-react": "npm:4.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.7"
vite: "npm:^4.3.8"
languageName: unknown
Expand Down Expand Up @@ -17001,8 +17001,8 @@ __metadata:
jest-circus: "npm:^28.1.0"
jest-environment-jsdom: "npm:^28.1.0"
jest-watch-typeahead: "npm:^2.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.7"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -27371,8 +27371,8 @@ __metadata:
dependencies:
"@carbon/react": "npm:^1.75.0-rc.0"
"@vitejs/plugin-react": "npm:4.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.7"
vite: "npm:^4.3.8"
languageName: unknown
Expand Down Expand Up @@ -27706,8 +27706,8 @@ __metadata:
dependencies:
"@carbon/react": "npm:^1.75.0-rc.0"
"@vitejs/plugin-react": "npm:4.0.0"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
sass: "npm:^1.77.7"
vite: "npm:^4.3.8"
languageName: unknown
Expand Down Expand Up @@ -28337,8 +28337,8 @@ __metadata:
lodash.merge: "npm:^4.6.2"
next: "npm:^14.0.0"
prop-types: "npm:^15.7.2"
react: "npm:^18.2.0"
react-dom: "npm:^18.2.0"
react: "npm:^18.3.1"
react-dom: "npm:^18.3.1"
rimraf: "npm:^6.0.0"
sass: "npm:^1.77.7"
semver: "npm:^7.3.5"
Expand Down

0 comments on commit ad0ba86

Please sign in to comment.