Skip to content

Commit

Permalink
Resolve scheduler to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Dec 11, 2024
1 parent 0a77b34 commit ee69a45
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
4 changes: 2 additions & 2 deletions packages/react-art/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"art": "^0.10.1",
"create-react-class": "^15.6.2",
"scheduler": "^0.25.0"
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^19.0.0"
Expand All @@ -38,4 +38,4 @@
"Rectangle.js",
"Wedge.js"
]
}
}
4 changes: 2 additions & 2 deletions packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"homepage": "https://react.dev/",
"dependencies": {
"scheduler": "^0.25.0"
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^19.0.0"
Expand Down Expand Up @@ -123,4 +123,4 @@
"./server.js": "./server.browser.js",
"./static.js": "./static.browser.js"
}
}
}
8 changes: 4 additions & 4 deletions packages/react-native-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "16.0.0",
"private": true,
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-native-renderer"
},
"dependencies": {
"scheduler": "^0.23.0"
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^18.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-reconciler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
"react": "^19.0.0"
},
"dependencies": {
"scheduler": "^0.25.0"
"scheduler": "^0.26.0"
}
}
}
8 changes: 4 additions & 4 deletions packages/react-server-dom-fb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"version": "0.1.0",
"private": true,
"repository": {
"type" : "git",
"url" : "https://github.com/facebook/react.git",
"type": "git",
"url": "https://github.com/facebook/react.git",
"directory": "packages/react-server-dom-fb"
},
"dependencies": {
"scheduler": "^0.23.0"
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-test-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homepage": "https://react.dev/",
"dependencies": {
"react-is": "^19.0.0",
"scheduler": "^0.25.0"
"scheduler": "^0.26.0"
},
"peerDependencies": {
"react": "^19.0.0"
Expand All @@ -32,4 +32,4 @@
"shallow.js",
"cjs/"
]
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7351,6 +7351,7 @@ [email protected]:

"eslint-plugin-react-internal@link:./scripts/eslint-rules":
version "0.0.0"
uid ""

eslint-plugin-react@^6.7.1:
version "6.10.3"
Expand Down Expand Up @@ -13820,7 +13821,7 @@ [email protected], rc@^1.0.1, rc@^1.1.6, rc@^1.2.8:
object-assign "^4.1.1"
scheduler "^0.20.2"

react-is@^16.8.1, react-is@^17.0.1, react-is@^18.0.0, react-is@^18.2.0, "react-is@npm:react-is":
react-is@^16.8.1, react-is@^17.0.1, react-is@^18.0.0, "react-is@npm:react-is":
version "18.3.1"
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
Expand Down

0 comments on commit ee69a45

Please sign in to comment.