Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
80d7713c24 chore(deps): update react monorepo to v19 2026-01-31 03:53:02 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Nodejs
uses: actions/setup-node@v6
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies

View File

@@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v6
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install dependencies

View File

@@ -41,11 +41,11 @@
"@testing-library/dom": "^10.4.0",
"@testing-library/user-event": "^14.6.1",
"prop-types": "15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-redux": "8.1.3",
"react-router-dom": "6.30.2",
"react-test-renderer": "18.3.1",
"react-test-renderer": "19.2.4",
"redux": "4.2.1",
"semantic-release": "21.1.2",
"ts-jest": "^29.1.2"
@@ -64,7 +64,7 @@
"@edx/frontend-platform": "^7.0.0 || ^8.0.0",
"@openedx/paragon": ">= 21.11.3 < 24.0.0",
"prop-types": "^15.5.10",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0"
"react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
}
}