Commit 08544de
authored
* Initial plan
* chore: upgrade miew-react from 0.11.0 to 0.12.0
miew-react 0.12.0 adds official React 19 support.
The package was accidentally published with a `workspace:^` protocol for
its `miew` dependency (a yarn monorepo artifact that npm cannot resolve).
To work around this, package-lock.json files pre-resolve `miew` to 0.12.0
from the npm registry, bypassing the unsupported protocol. This workaround
should be removed once miew-react publishes a corrected version.
Closes #10287
* Fix Playwright workflow workspace install
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent d42938a commit 08544de
7 files changed
Lines changed: 24 additions & 34 deletions
File tree
- .github/workflows
- example-ssr
- packages/ketcher-react
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | 84 | | |
86 | 85 | | |
87 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments