Skip to content

Commit

Permalink
feat: bump React peerDepencency to 19 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Dec 6, 2024
1 parent e0c9b2f commit 6998255
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"pkg-pr-new": "^0.0.29",
"prettier": "^3.3.3",
"publint": "^0.2.11",
"react": "19.0.0-rc.1",
"react-dom": "19.0.0-rc.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-error-boundary": "^4.0.13",
"ts-jest-resolver": "^2.0.1",
"tsup": "^8.3.0",
Expand All @@ -93,8 +93,8 @@
"peerDependencies": {
"@jest/globals": "*",
"expect": "*",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc"
},
"scripts": {
"build": "tsup",
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2634,8 +2634,8 @@ __metadata:
pkg-pr-new: "npm:^0.0.29"
prettier: "npm:^3.3.3"
publint: "npm:^0.2.11"
react: "npm:19.0.0-rc.1"
react-dom: "npm:19.0.0-rc.1"
react: "npm:19.0.0"
react-dom: "npm:19.0.0"
react-error-boundary: "npm:^4.0.13"
rehackt: "npm:^0.1.0"
ts-jest-resolver: "npm:^2.0.1"
Expand All @@ -2644,8 +2644,8 @@ __metadata:
peerDependencies:
"@jest/globals": "*"
expect: "*"
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9169,14 +9169,14 @@ __metadata:
languageName: node
linkType: hard

"react-dom@npm:19.0.0-rc.1":
version: 19.0.0-rc.1
resolution: "react-dom@npm:19.0.0-rc.1"
"react-dom@npm:19.0.0":
version: 19.0.0
resolution: "react-dom@npm:19.0.0"
dependencies:
scheduler: "npm:0.25.0-rc.1"
scheduler: "npm:^0.25.0"
peerDependencies:
react: 19.0.0-rc.1
checksum: 10c0/26fba423f41c8b3c7a47278ea490146506333175028e111e49eb39310110b6bda956cc772c77412abc8a7f28244eea80ebade15ec5b4382d79e2ac1b39bd2d0c
react: ^19.0.0
checksum: 10c0/a36ce7ab507b237ae2759c984cdaad4af4096d8199fb65b3815c16825e5cfeb7293da790a3fc2184b52bfba7ba3ff31c058c01947aff6fd1a3701632aabaa6a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -9212,10 +9212,10 @@ __metadata:
languageName: node
linkType: hard

"react@npm:19.0.0-rc.1":
version: 19.0.0-rc.1
resolution: "react@npm:19.0.0-rc.1"
checksum: 10c0/8f453ee0ff05ec4b11701cf4240fb0039217e73f576d2a9b871a91e34ff17d66e16294ebd0fc72c237918a3a997cc42f0328c860bc0a2cfa18e6a41f49a1c871
"react@npm:19.0.0":
version: 19.0.0
resolution: "react@npm:19.0.0"
checksum: 10c0/9cad8f103e8e3a16d15cb18a0d8115d8bd9f9e1ce3420310aea381eb42aa0a4f812cf047bb5441349257a05fba8a291515691e3cb51267279b2d2c3253f38471
languageName: node
linkType: hard

Expand Down Expand Up @@ -9709,10 +9709,10 @@ __metadata:
languageName: node
linkType: hard

"scheduler@npm:0.25.0-rc.1":
version: 0.25.0-rc.1
resolution: "scheduler@npm:0.25.0-rc.1"
checksum: 10c0/dd4549eeb54cf3019c04257c622c4bbee12ef99dc547c4a96e1d5da8985ae44534111275ebcc4fea84b0d1299197b69071f912928adc5da4cab1e8168d09a44d
"scheduler@npm:^0.25.0":
version: 0.25.0
resolution: "scheduler@npm:0.25.0"
checksum: 10c0/a4bb1da406b613ce72c1299db43759526058fdcc413999c3c3e0db8956df7633acf395cb20eb2303b6a65d658d66b6585d344460abaee8080b4aa931f10eaafe
languageName: node
linkType: hard

Expand Down

0 comments on commit 6998255

Please sign in to comment.