We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1062e07 commit e5a4c79Copy full SHA for e5a4c79
.github/workflows/deploy.yml
@@ -30,8 +30,8 @@ jobs:
30
- name: Replace local links with actual versions
31
run: |
32
sed -i 's#"@acrool/react-picker": "link:.."#"@acrool/react-picker": "latest"#' package.json
33
- sed -i 's#"react": "link:../node_modules/react"#"react": "^18.0.0"#' package.json
34
- sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^18.0.0"#' package.json
+ sed -i 's#"react": "link:../node_modules/react"#"react": "^19.1.0"#' package.json
+ sed -i 's#"react-dom": "link:../node_modules/react-dom"#"react-dom": "^19.1.0"#' package.json
35
36
- name: Install dependencies
37
run: yarn install
0 commit comments