Version 19.0.1

This commit is contained in:
Sebastian Sebbie Silbermann
2025-12-02 23:12:51 +01:00
parent 154f4b15e2
commit f3e3f6fbac
14 changed files with 28 additions and 28 deletions

View File

@@ -7,18 +7,18 @@
//
// The @latest channel uses the version as-is, e.g.:
//
// 19.0.0
// 19.0.1
//
// The @canary channel appends additional information, with the scheme
// <version>-<label>-<commit_sha>, e.g.:
//
// 19.0.0-canary-a1c2d3e4
// 19.0.1-canary-a1c2d3e4
//
// The @experimental channel doesn't include a version, only a date and a sha, e.g.:
//
// 0.0.0-experimental-241c4467e-20200129
const ReactVersion = '19.0.0';
const ReactVersion = '19.0.1';
// The label used by the @canary channel. Represents the upcoming release's
// stability. Most of the time, this will be "canary", but we may temporarily

View File

@@ -20,8 +20,8 @@
"homepage": "https://react.dev/",
"peerDependencies": {
"jest": "^23.0.1 || ^24.0.0 || ^25.1.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
"react": "^19.0.0",
"react-test-renderer": "^19.0.0"
"react": "^19.0.1",
"react-test-renderer": "^19.0.1"
},
"files": [
"LICENSE",

View File

@@ -1,7 +1,7 @@
{
"name": "react-art",
"description": "React ART is a JavaScript library for drawing vector graphics using React. It provides declarative and reactive bindings to the ART library. Using the same declarative API you can render the output to either Canvas, SVG or VML (IE8).",
"version": "19.0.0",
"version": "19.0.1",
"main": "index.js",
"repository": {
"type": "git",
@@ -27,7 +27,7 @@
"scheduler": "^0.23.0"
},
"peerDependencies": {
"react": "^19.0.0"
"react": "^19.0.1"
},
"files": [
"LICENSE",

View File

@@ -1,7 +1,7 @@
{
"name": "react-dom-bindings",
"description": "React implementation details for react-dom.",
"version": "19.0.0",
"version": "19.0.1",
"private": true,
"main": "index.js",
"repository": {
@@ -18,6 +18,6 @@
},
"homepage": "https://react.dev/",
"peerDependencies": {
"react": "^19.0.0"
"react": "^19.0.1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "19.0.0",
"version": "19.0.1",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": {
@@ -20,7 +20,7 @@
"scheduler": "^0.23.0"
},
"peerDependencies": {
"react": "^19.0.0"
"react": "^19.0.1"
},
"files": [
"LICENSE",

View File

@@ -1,6 +1,6 @@
{
"name": "react-is",
"version": "19.0.0",
"version": "19.0.1",
"description": "Brand checking of React Elements.",
"main": "index.js",
"sideEffects": false,

View File

@@ -1,6 +1,6 @@
{
"name": "react-markup",
"version": "19.0.0",
"version": "19.0.1",
"description": "React package generating embedded markup such as e-mails with support for Server Components.",
"main": "index.js",
"repository": {
@@ -17,7 +17,7 @@
},
"homepage": "https://react.dev/",
"peerDependencies": {
"react": "^19.0.0"
"react": "^19.0.1"
},
"files": [
"LICENSE",

View File

@@ -26,7 +26,7 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^19.0.0"
"react": "^19.0.1"
},
"dependencies": {
"scheduler": "^0.23.0"

View File

@@ -1,7 +1,7 @@
{
"name": "react-server-dom-esm",
"description": "React Server Components bindings for DOM using ESM. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
"version": "19.0.0",
"version": "19.0.1",
"keywords": [
"react"
],
@@ -54,8 +54,8 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^19.0.1",
"react-dom": "^19.0.1"
},
"dependencies": {
"acorn-loose": "^8.3.0",

View File

@@ -1,7 +1,7 @@
{
"name": "react-server-dom-turbopack",
"description": "React Server Components bindings for DOM using Turbopack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
"version": "19.0.0",
"version": "19.0.1",
"keywords": [
"react"
],
@@ -79,8 +79,8 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react": "^19.0.1",
"react-dom": "^19.0.1"
},
"dependencies": {
"acorn-loose": "^8.3.0",

View File

@@ -1,7 +1,7 @@
{
"name": "react-server-dom-webpack",
"description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
"version": "19.0.0",
"version": "19.0.1",
"keywords": [
"react"
],
@@ -100,8 +100,8 @@
"node": ">=0.10.0"
},
"peerDependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"webpack": "^5.59.0"
},
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "19.0.0",
"version": "19.0.1",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": {
@@ -23,7 +23,7 @@
"scheduler": "^0.23.0"
},
"peerDependencies": {
"react": "^19.0.0"
"react": "^19.0.1"
},
"files": [
"LICENSE",

View File

@@ -4,7 +4,7 @@
"keywords": [
"react"
],
"version": "19.0.0",
"version": "19.0.1",
"homepage": "https://react.dev/",
"bugs": "https://github.com/facebook/react/issues",
"license": "MIT",

View File

@@ -12,4 +12,4 @@
// TODO: This module is used both by the release scripts and to expose a version
// at runtime. We should instead inject the version number as part of the build
// process, and use the ReactVersions.js module as the single source of truth.
export default '19.0.0';
export default '19.0.1';