Skip to content

Commit

Permalink
update versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMazol committed Aug 31, 2021
1 parent 8438b73 commit b9a870e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"ketcher-core": "^1.1.0",
"ketcher-react": "^2.1.0",
"ketcher-react": "^2.3.1",
"ketcher-standalone": "^1.1.0",
"miew": "^0.9.0",
"react": "^16.13.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/ketcher-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ketcher-react",
"version": "2.3.0",
"version": "2.3.1",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand Down Expand Up @@ -54,7 +54,7 @@
"font-face-observer": "^1.0.0",
"hoist-non-react-statics": "^3.3.2",
"jsonschema": "^1.4.0",
"ketcher-core": "^1.0.0",
"ketcher-core": "^1.1.0",
"lodash": "^4.17.20",
"normalize.css": "^8.0.1",
"prop-types": "^15.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/ketcher-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"ketcher-core": "^1.0.0"
"ketcher-core": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
Expand Down

0 comments on commit b9a870e

Please sign in to comment.