Skip to content

Commit

Permalink
chore(build): Update engines constraints in all package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed Mar 18, 2022
1 parent 38b2855 commit c0dc742
Show file tree
Hide file tree
Showing 9 changed files with 18,306 additions and 6,880 deletions.
25,146 changes: 18,286 additions & 6,860 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"source-map-support": "0.5.12"
},
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"name": "cicero",
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
Expand Down
4 changes: 2 additions & 2 deletions packages/cicero-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Cicero CLI",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/cicero-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Cicero Core - Implementation of Accord Protocol Template Specification",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -81,8 +81,8 @@
},
"dependencies": {
"@accordproject/concerto-core": "2.0.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.2",
"@accordproject/ergo-engine": "0.23.0-alpha.2",
"@accordproject/ergo-compiler": "0.23.0-alpha.3",
"@accordproject/ergo-engine": "0.23.0-alpha.3",
"@accordproject/markdown-cicero": "0.15.0-alpha.2",
"@accordproject/markdown-common": "0.15.0-alpha.2",
"@accordproject/markdown-html": "0.15.0-alpha.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/cicero-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@accordproject/cicero-core": "0.23.0-alpha.1",
"@accordproject/ergo-engine": "0.23.0-alpha.2"
"@accordproject/ergo-engine": "0.23.0-alpha.3"
},
"license-check-config": {
"src": [
Expand Down
4 changes: 2 additions & 2 deletions packages/cicero-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Cicero Server - wraps the Cicero Engine and exposes it as a RESTful service",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 3 additions & 3 deletions packages/cicero-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Cicero Test - Testing support for Cicero based on cucumber",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -49,7 +49,7 @@
"dependencies": {
"@accordproject/cicero-core": "0.23.0-alpha.1",
"@accordproject/cicero-engine": "0.23.0-alpha.1",
"@accordproject/ergo-test": "0.23.0-alpha.2",
"@accordproject/ergo-test": "0.23.0-alpha.3",
"chai": "4.3.6",
"chai-things": "0.2.0",
"cucumber": "5.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cicero-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Cicero Tools",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/generator-cicero-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.23.0-alpha.1",
"description": "Code generator for a Cicero Template",
"engines": {
"node": ">=12",
"npm": ">=5"
"node": ">=14",
"npm": ">=6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c0dc742

Please sign in to comment.