Skip to content

Commit

Permalink
update packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiMazol committed Dec 30, 2021
1 parent 1543396 commit a6f91d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/ketcher-core/package.json
@@ -1,6 +1,6 @@
{
"name": "ketcher-core",
"version": "1.1.3",
"version": "1.2.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand All @@ -26,7 +26,7 @@
"module": "dist/index.modern.js",
"source": "src/index.ts",
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c -m true",
Expand Down
4 changes: 2 additions & 2 deletions packages/ketcher-react/package.json
@@ -1,6 +1,6 @@
{
"name": "ketcher-react",
"version": "2.3.3",
"version": "2.4.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand All @@ -26,7 +26,7 @@
"types": "dist/index.d.ts",
"source": "src/index.tsx",
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c -m true",
Expand Down
4 changes: 2 additions & 2 deletions packages/ketcher-standalone/package.json
@@ -1,6 +1,6 @@
{
"name": "ketcher-standalone",
"version": "1.2.0",
"version": "1.3.0",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
Expand All @@ -26,7 +26,7 @@
"types": "dist/index.d.ts",
"source": "src/index.ts",
"engines": {
"node": ">=10"
"node": ">=14"
},
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c -m true --silent",
Expand Down

0 comments on commit a6f91d0

Please sign in to comment.