Skip to content

Commit c0dc742

Browse files
committed
chore(build): Update engines constraints in all package.json
Signed-off-by: Jerome Simeon <[email protected]>
1 parent 38b2855 commit c0dc742

File tree

9 files changed

+18306
-6880
lines changed

9 files changed

+18306
-6880
lines changed

Diff for: package-lock.json

+18,286-6,860
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"source-map-support": "0.5.12"
1313
},
1414
"engines": {
15-
"node": ">=12",
16-
"npm": ">=5"
15+
"node": ">=14",
16+
"npm": ">=6"
1717
},
1818
"name": "cicero",
1919
"description": "You must install [Lerna](https://lernajs.io) to build this multi-package repository.",

Diff for: packages/cicero-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Cicero CLI",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"

Diff for: packages/cicero-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Cicero Core - Implementation of Accord Protocol Template Specification",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"
@@ -81,8 +81,8 @@
8181
},
8282
"dependencies": {
8383
"@accordproject/concerto-core": "2.0.0-alpha.2",
84-
"@accordproject/ergo-compiler": "0.23.0-alpha.2",
85-
"@accordproject/ergo-engine": "0.23.0-alpha.2",
84+
"@accordproject/ergo-compiler": "0.23.0-alpha.3",
85+
"@accordproject/ergo-engine": "0.23.0-alpha.3",
8686
"@accordproject/markdown-cicero": "0.15.0-alpha.2",
8787
"@accordproject/markdown-common": "0.15.0-alpha.2",
8888
"@accordproject/markdown-html": "0.15.0-alpha.2",

Diff for: packages/cicero-engine/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Cicero Engine - Node.js VM based implementation of Accord Protcol Template Specification execution",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"
@@ -52,7 +52,7 @@
5252
},
5353
"dependencies": {
5454
"@accordproject/cicero-core": "0.23.0-alpha.1",
55-
"@accordproject/ergo-engine": "0.23.0-alpha.2"
55+
"@accordproject/ergo-engine": "0.23.0-alpha.3"
5656
},
5757
"license-check-config": {
5858
"src": [

Diff for: packages/cicero-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Cicero Server - wraps the Cicero Engine and exposes it as a RESTful service",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"

Diff for: packages/cicero-test/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Cicero Test - Testing support for Cicero based on cucumber",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@accordproject/cicero-core": "0.23.0-alpha.1",
5151
"@accordproject/cicero-engine": "0.23.0-alpha.1",
52-
"@accordproject/ergo-test": "0.23.0-alpha.2",
52+
"@accordproject/ergo-test": "0.23.0-alpha.3",
5353
"chai": "4.3.6",
5454
"chai-things": "0.2.0",
5555
"cucumber": "5.1.0"

Diff for: packages/cicero-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Cicero Tools",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"

Diff for: packages/generator-cicero-template/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.23.0-alpha.1",
44
"description": "Code generator for a Cicero Template",
55
"engines": {
6-
"node": ">=12",
7-
"npm": ">=5"
6+
"node": ">=14",
7+
"npm": ">=6"
88
},
99
"publishConfig": {
1010
"access": "public"

0 commit comments

Comments
 (0)