Skip to content

Commit

Permalink
#2081 – migrate to indigo v1.9.0-rc.3 in browser module (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitvex committed Jan 13, 2023
1 parent e83d760 commit 852bf73
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/ketcher-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-core",
"version": "2.7.0-rc.8",
"version": "2.7.0-rc.9",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
2 changes: 1 addition & 1 deletion packages/ketcher-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-react",
"version": "2.7.0-rc.8",
"version": "2.7.0-rc.9",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down
4 changes: 2 additions & 2 deletions packages/ketcher-standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-standalone",
"version": "2.7.0-rc.8",
"version": "2.7.0-rc.9",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"indigo-ketcher": "1.9.0-rc.2",
"indigo-ketcher": "1.9.0-rc.3",
"ketcher-core": "workspace:*"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9265,10 +9265,10 @@ __metadata:
languageName: node
linkType: hard

"indigo-ketcher@npm:1.9.0-rc.2":
version: 1.9.0-rc.2
resolution: "indigo-ketcher@npm:1.9.0-rc.2"
checksum: 67a211510467b12274c9c2e6d58ec1d61823eae227cf34bbff3de7e8d3aa7a90be3988642439a57b70828f58981bb83028cd97eedb20dc37d50338a282a72770
"indigo-ketcher@npm:1.9.0-rc.3":
version: 1.9.0-rc.3
resolution: "indigo-ketcher@npm:1.9.0-rc.3"
checksum: 279815e53ed194bcb102c52e412b600d8b2cb07f2abe55f900d71693b5ac2147812b91d55b205f39d027efadfc1cb3f9c2342efdb5018c8feeeccbe92f5abef8
languageName: node
linkType: hard

Expand Down Expand Up @@ -11449,7 +11449,7 @@ __metadata:
cross-env: ^7.0.3
eslint: ^8.4.1
eslint-plugin-jest: ^25.3.0
indigo-ketcher: 1.9.0-rc.2
indigo-ketcher: 1.9.0-rc.3
jest: 26.6.0
ketcher-core: "workspace:*"
npm-run-all: ^4.1.5
Expand Down

0 comments on commit 852bf73

Please sign in to comment.