Skip to content

Commit e318761

Browse files
authored
#4160 - Migrate to Indigo v1.18.0-rc.9 in-browser module (#4163)
- also updated ketcher to 2.18.0-rc.9 Co-authored-by: Roman Rodionov <[email protected]>
1 parent f41fc04 commit e318761

File tree

5 files changed

+86
-83
lines changed

5 files changed

+86
-83
lines changed

package-lock.json

Lines changed: 81 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ketcher-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ketcher-core",
3-
"version": "2.18.0-rc.8",
3+
"version": "2.18.0-rc.9",
44
"description": "Web-based molecule sketcher",
55
"license": "Apache-2.0",
66
"homepage": "http://lifescience.opensource.epam.com/ketcher",

packages/ketcher-macromolecules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ketcher-macromolecules",
3-
"version": "2.18.0-rc.8",
3+
"version": "2.18.0-rc.9",
44
"description": "Web-based molecule sketcher",
55
"license": "Apache-2.0",
66
"homepage": "http://lifescience.opensource.epam.com/ketcher",

packages/ketcher-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ketcher-react",
3-
"version": "2.18.0-rc.8",
3+
"version": "2.18.0-rc.9",
44
"description": "Web-based molecule sketcher",
55
"license": "Apache-2.0",
66
"homepage": "http://lifescience.opensource.epam.com/ketcher",

packages/ketcher-standalone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ketcher-standalone",
3-
"version": "2.18.0-rc.8",
3+
"version": "2.18.0-rc.9",
44
"description": "Web-based molecule sketcher",
55
"license": "Apache-2.0",
66
"homepage": "http://lifescience.opensource.epam.com/ketcher",
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@babel/runtime": "^7.17.9",
45-
"indigo-ketcher": "1.18.0-rc.8",
45+
"indigo-ketcher": "1.18.0-rc.9",
4646
"ketcher-core": "*"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)